Shades of French Grey #CDC9D1
Tints of French Grey #CDC9D1
RGB
CMYK
RGB Variations
Color information
#CDC9D1 (or 0xCDC9D1) is known color: French Grey. HEX triplet: CD, C9 and D1. RGB value is (205,201,209). Sum of RGB (Red+Green+Blue) = 205+201+209=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDC9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9D1 is #32362E. Grayscale: #CBCBCB. Windows color (decimal): -3290671 or 13748685. OLE color: 13748685.
HSL color Cylindrical-coordinate representation of color #CDC9D1: hue angle of 270º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDC9D1 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 201 | 209 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.18 |
| HSL | 270º | 0.08% | 0.8% | - |
| HSV(B) | 270º | 0.04% | 0.82% | - |
| XYZ | 57.57 | 59.36 | 68.74 | - |
| YUV | 203.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 209 | 0.02 | 0.04 | 0 | 0.18 | 270 | 0.08 | 0.8 |
| Hex | CD | C9 | D1 | 2 | 4 | 0 | 12 | 10E | 8 | 50 |
| Octal | 315 | 311 | 321 | 2 | 4 | 0 | 22 | 416 | 10 | 120 |
| Binary | 11001101 | 11001001 | 11010001 | 10 | 100 | 0 | 10010 | 100001110 | 1000 | 1010000 |
Color Harmonies of #CDC9D1
Complementary color
Monochromatic Colors of #CDC9D1
Black with #CDC9D1
Text Example
Text Example
White with #CDC9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9D1; }
p { color: rgb(205,201,209); }
H1.HeaderClassName
{
color: #CDC9D1;
}
.AnyTagClassName
{
color: #CDC9D1;
}
</style>
background-color css
<style>
a { background-color: #CDC9D1; }
a { background-color: rgb(205,201,209); }
div.DivClassName
{
background-color: #CDC9D1;
}
.BgClassName
{
background-color: #CDC9D1;
}
</style>
border-color css
<style>
span { border-color: #CDC9D1; }
span { border-color: rgb(205,201,209); }
td.TdClassName
{
border-color: #CDC9D1;
}
.TagClassName
{
border-color: #CDC9D1;
}
</style>