Color spaces of #dacdd9
RGB | 218 | 205 | 217 |
---|---|---|---|
HSL | 0.85 | 0.15 | 0.83 |
HSV | 305° | 6° | 85° |
CMYK | 0.00 | 0.06 | 0.00 0.15 |
XYZ | 63.2691 | 63.5778 | 74.5827 |
Yxy | 63.5778 | 0.3141 | 0.3156 |
Hunter Lab | 79.7357 | 2.0997 | 0.3566 |
CIE-Lab | 83.7455 | 6.6332 | -4.3266 |
#dacdd9 color RGB value is (218,205,217).
#dacdd9 hex color red value is 218, green value is 205 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #dacdd9 hue: 0.85 , saturation: 0.15 and the lightness value of dacdd9 is 0.83.
The process color (four color CMYK) of #dacdd9 color hex is 0.00, 0.06, 0.00, 0.15. Web safe color of #dacdd9 is #cccccc. Color #dacdd9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001101 | 11011001 |
Octal | 332 | 315 | 331 |
Decimal | 218 | 205 | 217 |
Hex | DA | CD | D9 |
Shades of #dacdd9
Tints of #dacdd9
RGB Percentages of Color #dacdd9
CMYK Percentages of Color #dacdd9
Complementary Color
#dacdd9 | #cddace |
#dacdd9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dacdd9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dacdd9 Color CSS Codes
.mybgcolor {background-color:#dacdd9; } .myforecolor {color:#dacdd9; } .mybordercolor {border:3px solid #dacdd9; }
#dacdd9 Text Font Color
<p style="color:#dacdd9">Text here</p>
This sample text font color is #dacdd9
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.
#dacdd9 Background Color
<div style="background-color:#dacdd9">
Div content here</div>
This div background color is #dacdd9
#dacdd9 Border Color
<div style="border:3px solid #dacdd9">
Div here</div>
This div border color is #dacdd9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,205,217, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dacdd9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dacdd9; -webkit-box-shadow: 1px 1px 3px 2px #dacdd9; box-shadow: 1px 1px 3px 2px #dacdd9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,205,217, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dacdd9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dacdd9; -webkit-box-shadow: 1px 1px 3px 2px #dacdd9; box-shadow: 1px 1px 3px 2px #dacdd9;">
Div content here</div>
This div box has shadow with color #dacdd9
Comments
No comments written yet.
Please login to write comment.