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