Color spaces of #cdc3df
RGB | 205 | 195 | 223 |
---|---|---|---|
HSL | 0.73 | 0.30 | 0.82 |
HSV | 261° | 13° | 87° |
CMYK | 0.08 | 0.13 | 0.00 0.13 |
XYZ | 58.0112 | 57.3371 | 77.8217 |
Yxy | 57.3371 | 0.3003 | 0.2968 |
Hunter Lab | 75.7213 | 4.2393 | -7.9298 |
CIE-Lab | 80.3688 | 8.7427 | -12.6644 |
#cdc3df color RGB value is (205,195,223).
#cdc3df hex color red value is 205, green value is 195 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cdc3df hue: 0.73 , saturation: 0.30 and the lightness value of cdc3df is 0.82.
The process color (four color CMYK) of #cdc3df color hex is 0.08, 0.13, 0.00, 0.13. Web safe color of #cdc3df is #cccccc. Color #cdc3df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11000011 | 11011111 |
Octal | 315 | 303 | 337 |
Decimal | 205 | 195 | 223 |
Hex | CD | C3 | DF |
Shades of #cdc3df
Tints of #cdc3df
RGB Percentages of Color #cdc3df
CMYK Percentages of Color #cdc3df
Complementary Color
#cdc3df | #d5dfc3 |
#cdc3df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdc3df Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdc3df Color CSS Codes
.mybgcolor {background-color:#cdc3df; } .myforecolor {color:#cdc3df; } .mybordercolor {border:3px solid #cdc3df; }
#cdc3df Text Font Color
<p style="color:#cdc3df">Text here</p>
This sample text font color is #cdc3df
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.
#cdc3df Background Color
<div style="background-color:#cdc3df">
Div content here</div>
This div background color is #cdc3df
#cdc3df Border Color
<div style="border:3px solid #cdc3df">
Div here</div>
This div border color is #cdc3df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,195,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdc3df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdc3df; -webkit-box-shadow: 1px 1px 3px 2px #cdc3df; box-shadow: 1px 1px 3px 2px #cdc3df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,195,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 #cdc3df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdc3df; -webkit-box-shadow: 1px 1px 3px 2px #cdc3df; box-shadow: 1px 1px 3px 2px #cdc3df;">
Div content here</div>
This div box has shadow with color #cdc3df
Comments
No comments written yet.
Please login to write comment.