Color spaces of #dfbde5
RGB | 223 | 189 | 229 |
---|---|---|---|
HSL | 0.81 | 0.43 | 0.82 |
HSV | 291° | 17° | 90° |
CMYK | 0.03 | 0.17 | 0.00 0.10 |
XYZ | 62.7719 | 57.7403 | 81.9653 |
Yxy | 57.7403 | 0.3100 | 0.2852 |
Hunter Lab | 75.9870 | 14.4792 | -10.7637 |
CIE-Lab | 80.5942 | 19.0697 | -15.3949 |
#dfbde5 color RGB value is (223,189,229).
#dfbde5 hex color red value is 223, green value is 189 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dfbde5 hue: 0.81 , saturation: 0.43 and the lightness value of dfbde5 is 0.82.
The process color (four color CMYK) of #dfbde5 color hex is 0.03, 0.17, 0.00, 0.10. Web safe color of #dfbde5 is #cccccc. Color #dfbde5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111101 | 11100101 |
Octal | 337 | 275 | 345 |
Decimal | 223 | 189 | 229 |
Hex | DF | BD | E5 |
Shades of #dfbde5
Tints of #dfbde5
RGB Percentages of Color #dfbde5
CMYK Percentages of Color #dfbde5
Complementary Color
#dfbde5 | #c3e5bd |
#dfbde5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfbde5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfbde5 Color CSS Codes
.mybgcolor {background-color:#dfbde5; } .myforecolor {color:#dfbde5; } .mybordercolor {border:3px solid #dfbde5; }
#dfbde5 Text Font Color
<p style="color:#dfbde5">Text here</p>
This sample text font color is #dfbde5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dfbde5 Background Color
<div style="background-color:#dfbde5">
Div content here</div>
This div background color is #dfbde5
#dfbde5 Border Color
<div style="border:3px solid #dfbde5">
Div here</div>
This div border color is #dfbde5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,189,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfbde5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfbde5; -webkit-box-shadow: 1px 1px 3px 2px #dfbde5; box-shadow: 1px 1px 3px 2px #dfbde5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,189,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfbde5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbde5; -webkit-box-shadow: 1px 1px 3px 2px #dfbde5; box-shadow: 1px 1px 3px 2px #dfbde5;">
Div content here</div>
This div box has shadow with color #dfbde5
#dfbde5 Color Palettes
Comments
No comments written yet.
Please login to write comment.