Shades of Very Light Grey #CDC9C9
Tints of Very Light Grey #CDC9C9
RGB
CMYK
RGB Variations
Color information
#CDC9C9 (or 0xCDC9C9) is known color: Very Light Grey. HEX triplet: CD, C9 and C9. RGB value is (205,201,201). Sum of RGB (Red+Green+Blue) = 205+201+201=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9C9 is #323636. Grayscale: #CACACA. Windows color (decimal): -3290679 or 13224397. OLE color: 13224397.
HSL color Cylindrical-coordinate representation of color #CDC9C9: hue angle of 0º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CDC9C9 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 201 | 201 | - |
CMYK | 0 | 0.02 | 0.02 | 0.20 |
HSL | 0º | 0.04% | 0.8% | - |
HSV(B) | 0º | 0.02% | 0.8% | - |
XYZ | 56.61 | 58.97 | 63.66 | - |
YUV | 202.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 201 | 201 | 0 | 0.02 | 0.02 | 0.20 | 0 | 0.04 | 0.8 |
Hex | CD | C9 | C9 | 0 | 2 | 2 | 14 | 0 | 4 | 50 |
Octal | 315 | 311 | 311 | 0 | 2 | 2 | 24 | 0 | 4 | 120 |
Binary | 11001101 | 11001001 | 11001001 | 0 | 10 | 10 | 10100 | 0 | 100 | 1010000 |
Color Harmonies of #CDC9C9
Complementary color
Monochromatic Colors of #CDC9C9
Black with #CDC9C9
Text Example
Text Example
White with #CDC9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9C9; }
p { color: rgb(205,201,201); }
H1.HeaderClassName
{
color: #CDC9C9;
}
.AnyTagClassName
{
color: #CDC9C9;
}
</style>
background-color css
<style>
a { background-color: #CDC9C9; }
a { background-color: rgb(205,201,201); }
div.DivClassName
{
background-color: #CDC9C9;
}
.BgClassName
{
background-color: #CDC9C9;
}
</style>
border-color css
<style>
span { border-color: #CDC9C9; }
span { border-color: rgb(205,201,201); }
td.TdClassName
{
border-color: #CDC9C9;
}
.TagClassName
{
border-color: #CDC9C9;
}
</style>