Color spaces of #dcbbdf
RGB | 220 | 187 | 223 |
---|---|---|---|
HSL | 0.82 | 0.36 | 0.80 |
HSV | 295° | 16° | 87° |
CMYK | 0.01 | 0.16 | 0.00 0.13 |
XYZ | 60.6048 | 56.0840 | 77.4431 |
Yxy | 56.0840 | 0.3122 | 0.2889 |
Hunter Lab | 74.8893 | 13.3965 | -8.8894 |
CIE-Lab | 79.6616 | 18.0199 | -13.5933 |
#dcbbdf color RGB value is (220,187,223).
#dcbbdf hex color red value is 220, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dcbbdf hue: 0.82 , saturation: 0.36 and the lightness value of dcbbdf is 0.80.
The process color (four color CMYK) of #dcbbdf color hex is 0.01, 0.16, 0.00, 0.13. Web safe color of #dcbbdf is #cccccc. Color #dcbbdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111011 | 11011111 |
Octal | 334 | 273 | 337 |
Decimal | 220 | 187 | 223 |
Hex | DC | BB | DF |
Shades of #dcbbdf
Tints of #dcbbdf
RGB Percentages of Color #dcbbdf
CMYK Percentages of Color #dcbbdf
Complementary Color
#dcbbdf | #bedfbb |
#dcbbdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbbdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbbdf Color CSS Codes
.mybgcolor {background-color:#dcbbdf; } .myforecolor {color:#dcbbdf; } .mybordercolor {border:3px solid #dcbbdf; }
#dcbbdf Text Font Color
<p style="color:#dcbbdf">Text here</p>
This sample text font color is #dcbbdf
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.
#dcbbdf Background Color
<div style="background-color:#dcbbdf">
Div content here</div>
This div background color is #dcbbdf
#dcbbdf Border Color
<div style="border:3px solid #dcbbdf">
Div here</div>
This div border color is #dcbbdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,187,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbbdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbbdf; -webkit-box-shadow: 1px 1px 3px 2px #dcbbdf; box-shadow: 1px 1px 3px 2px #dcbbdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,187,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbbdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbbdf; -webkit-box-shadow: 1px 1px 3px 2px #dcbbdf; box-shadow: 1px 1px 3px 2px #dcbbdf;">
Div content here</div>
This div box has shadow with color #dcbbdf
Comments
No comments written yet.
Please login to write comment.