Color spaces of #dcb5de
RGB | 220 | 181 | 222 |
---|---|---|---|
HSL | 0.83 | 0.38 | 0.79 |
HSV | 297° | 18° | 87° |
CMYK | 0.01 | 0.18 | 0.00 0.13 |
XYZ | 59.2239 | 53.5373 | 76.3195 |
Yxy | 53.5373 | 0.3132 | 0.2831 |
Hunter Lab | 73.1692 | 16.4337 | -10.6243 |
CIE-Lab | 78.1912 | 21.0642 | -15.2610 |
#dcb5de color RGB value is (220,181,222).
#dcb5de hex color red value is 220, green value is 181 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dcb5de hue: 0.83 , saturation: 0.38 and the lightness value of dcb5de is 0.79.
The process color (four color CMYK) of #dcb5de color hex is 0.01, 0.18, 0.00, 0.13. Web safe color of #dcb5de is #cccccc. Color #dcb5de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10110101 | 11011110 |
Octal | 334 | 265 | 336 |
Decimal | 220 | 181 | 222 |
Hex | DC | B5 | DE |
Shades of #dcb5de
Tints of #dcb5de
RGB Percentages of Color #dcb5de
CMYK Percentages of Color #dcb5de
Complementary Color
#dcb5de | #b7deb5 |
#dcb5de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcb5de Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcb5de Color CSS Codes
.mybgcolor {background-color:#dcb5de; } .myforecolor {color:#dcb5de; } .mybordercolor {border:3px solid #dcb5de; }
#dcb5de Text Font Color
<p style="color:#dcb5de">Text here</p>
This sample text font color is #dcb5de
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.
#dcb5de Background Color
<div style="background-color:#dcb5de">
Div content here</div>
This div background color is #dcb5de
#dcb5de Border Color
<div style="border:3px solid #dcb5de">
Div here</div>
This div border color is #dcb5de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,181,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcb5de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcb5de; -webkit-box-shadow: 1px 1px 3px 2px #dcb5de; box-shadow: 1px 1px 3px 2px #dcb5de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,181,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcb5de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcb5de; -webkit-box-shadow: 1px 1px 3px 2px #dcb5de; box-shadow: 1px 1px 3px 2px #dcb5de;">
Div content here</div>
This div box has shadow with color #dcb5de
Comments
No comments written yet.
Please login to write comment.