Color spaces of #dcbbe0
RGB | 220 | 187 | 224 |
---|---|---|---|
HSL | 0.82 | 0.37 | 0.81 |
HSV | 294° | 17° | 88° |
CMYK | 0.02 | 0.17 | 0.00 0.12 |
XYZ | 60.7401 | 56.1381 | 78.1554 |
Yxy | 56.1381 | 0.3114 | 0.2878 |
Hunter Lab | 74.9254 | 13.5861 | -9.3982 |
CIE-Lab | 79.6924 | 18.2073 | -14.0860 |
#dcbbe0 color RGB value is (220,187,224).
#dcbbe0 hex color red value is 220, green value is 187 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #dcbbe0 hue: 0.82 , saturation: 0.37 and the lightness value of dcbbe0 is 0.81.
The process color (four color CMYK) of #dcbbe0 color hex is 0.02, 0.17, 0.00, 0.12. Web safe color of #dcbbe0 is #cccccc. Color #dcbbe0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111011 | 11100000 |
Octal | 334 | 273 | 340 |
Decimal | 220 | 187 | 224 |
Hex | DC | BB | E0 |
Shades of #dcbbe0
Tints of #dcbbe0
RGB Percentages of Color #dcbbe0
CMYK Percentages of Color #dcbbe0
Complementary Color
#dcbbe0 | #bfe0bb |
#dcbbe0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbbe0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbbe0 Color CSS Codes
.mybgcolor {background-color:#dcbbe0; } .myforecolor {color:#dcbbe0; } .mybordercolor {border:3px solid #dcbbe0; }
#dcbbe0 Text Font Color
<p style="color:#dcbbe0">Text here</p>
This sample text font color is #dcbbe0
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.
#dcbbe0 Background Color
<div style="background-color:#dcbbe0">
Div content here</div>
This div background color is #dcbbe0
#dcbbe0 Border Color
<div style="border:3px solid #dcbbe0">
Div here</div>
This div border color is #dcbbe0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,187,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbbe0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbbe0; -webkit-box-shadow: 1px 1px 3px 2px #dcbbe0; box-shadow: 1px 1px 3px 2px #dcbbe0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,187,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbbe0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbbe0; -webkit-box-shadow: 1px 1px 3px 2px #dcbbe0; box-shadow: 1px 1px 3px 2px #dcbbe0;">
Div content here</div>
This div box has shadow with color #dcbbe0
Comments
No comments written yet.
Please login to write comment.