Color spaces of #dbcadd
RGB | 219 | 202 | 221 |
---|---|---|---|
HSL | 0.82 | 0.22 | 0.83 |
HSV | 294° | 9° | 87° |
CMYK | 0.01 | 0.09 | 0.00 0.13 |
XYZ | 63.3851 | 62.5216 | 77.1337 |
Yxy | 62.5216 | 0.3122 | 0.3079 |
Hunter Lab | 79.0706 | 4.7168 | -2.4882 |
CIE-Lab | 83.1900 | 9.2939 | -7.2718 |
#dbcadd color RGB value is (219,202,221).
#dbcadd hex color red value is 219, green value is 202 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dbcadd hue: 0.82 , saturation: 0.22 and the lightness value of dbcadd is 0.83.
The process color (four color CMYK) of #dbcadd color hex is 0.01, 0.09, 0.00, 0.13. Web safe color of #dbcadd is #cccccc. Color #dbcadd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001010 | 11011101 |
Octal | 333 | 312 | 335 |
Decimal | 219 | 202 | 221 |
Hex | DB | CA | DD |
Shades of #dbcadd
Tints of #dbcadd
RGB Percentages of Color #dbcadd
CMYK Percentages of Color #dbcadd
Complementary Color
#dbcadd | #ccddca |
#dbcadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcadd Color CSS Codes
.mybgcolor {background-color:#dbcadd; } .myforecolor {color:#dbcadd; } .mybordercolor {border:3px solid #dbcadd; }
#dbcadd Text Font Color
<p style="color:#dbcadd">Text here</p>
This sample text font color is #dbcadd
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.
#dbcadd Background Color
<div style="background-color:#dbcadd">
Div content here</div>
This div background color is #dbcadd
#dbcadd Border Color
<div style="border:3px solid #dbcadd">
Div here</div>
This div border color is #dbcadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,202,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcadd; -webkit-box-shadow: 1px 1px 3px 2px #dbcadd; box-shadow: 1px 1px 3px 2px #dbcadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,202,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbcadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcadd; -webkit-box-shadow: 1px 1px 3px 2px #dbcadd; box-shadow: 1px 1px 3px 2px #dbcadd;">
Div content here</div>
This div box has shadow with color #dbcadd
Comments
No comments written yet.
Please login to write comment.