Color spaces of #cda9df
RGB | 205 | 169 | 223 |
---|---|---|---|
HSL | 0.78 | 0.46 | 0.77 |
HSV | 280° | 24° | 87° |
CMYK | 0.08 | 0.24 | 0.00 0.13 |
XYZ | 52.6841 | 46.6828 | 76.0460 |
Yxy | 46.6828 | 0.3003 | 0.2661 |
Hunter Lab | 68.3248 | 18.0699 | -18.1628 |
CIE-Lab | 73.9864 | 22.8518 | -22.2980 |
#cda9df color RGB value is (205,169,223).
#cda9df hex color red value is 205, green value is 169 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cda9df hue: 0.78 , saturation: 0.46 and the lightness value of cda9df is 0.77.
The process color (four color CMYK) of #cda9df color hex is 0.08, 0.24, 0.00, 0.13. Web safe color of #cda9df is #cc99cc. Color #cda9df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10101001 | 11011111 |
Octal | 315 | 251 | 337 |
Decimal | 205 | 169 | 223 |
Hex | CD | A9 | DF |
Shades of #cda9df
Tints of #cda9df
RGB Percentages of Color #cda9df
CMYK Percentages of Color #cda9df
Complementary Color
#cda9df | #bbdfa9 |
#cda9df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cda9df Color Preview on White Background
Lorem ipsum dolor sit amet.
#cda9df Color CSS Codes
.mybgcolor {background-color:#cda9df; } .myforecolor {color:#cda9df; } .mybordercolor {border:3px solid #cda9df; }
#cda9df Text Font Color
<p style="color:#cda9df">Text here</p>
This sample text font color is #cda9df
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.
#cda9df Background Color
<div style="background-color:#cda9df">
Div content here</div>
This div background color is #cda9df
#cda9df Border Color
<div style="border:3px solid #cda9df">
Div here</div>
This div border color is #cda9df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,169,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cda9df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cda9df; -webkit-box-shadow: 1px 1px 3px 2px #cda9df; box-shadow: 1px 1px 3px 2px #cda9df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,169,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 #cda9df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cda9df; -webkit-box-shadow: 1px 1px 3px 2px #cda9df; box-shadow: 1px 1px 3px 2px #cda9df;">
Div content here</div>
This div box has shadow with color #cda9df
Comments
No comments written yet.
Please login to write comment.