Shades of French Grey #CCC9D0
Tints of French Grey #CCC9D0
RGB
CMYK
RGB Variations
Color information
#CCC9D0 (or 0xCCC9D0) is known color: French Grey. HEX triplet: CC, C9 and D0. RGB value is (204,201,208). Sum of RGB (Red+Green+Blue) = 204+201+208=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCC9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9D0 is #33362F. Grayscale: #CACACA. Windows color (decimal): -3356208 or 13683148. OLE color: 13683148.
HSL color Cylindrical-coordinate representation of color #CCC9D0: hue angle of 265.71º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCC9D0 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 201 | 208 | - |
CMYK | 0.02 | 0.03 | 0 | 0.18 |
HSL | 265.71º | 0.07% | 0.8% | - |
HSV(B) | 265.71º | 0.03% | 0.82% | - |
XYZ | 57.17 | 59.16 | 68.08 | - |
YUV | 202.7 | 130.99 | 128.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 201 | 208 | 0.02 | 0.03 | 0 | 0.18 | 265.71 | 0.07 | 0.8 |
Hex | CC | C9 | D0 | 2 | 3 | 0 | 12 | 10A | 7 | 50 |
Octal | 314 | 311 | 320 | 2 | 3 | 0 | 22 | 412 | 7 | 120 |
Binary | 11001100 | 11001001 | 11010000 | 10 | 11 | 0 | 10010 | 100001010 | 111 | 1010000 |
Color Harmonies of #CCC9D0
Complementary color
Monochromatic Colors of #CCC9D0
Black with #CCC9D0
Text Example
Text Example
White with #CCC9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9D0; }
p { color: rgb(204,201,208); }
H1.HeaderClassName
{
color: #CCC9D0;
}
.AnyTagClassName
{
color: #CCC9D0;
}
</style>
background-color css
<style>
a { background-color: #CCC9D0; }
a { background-color: rgb(204,201,208); }
div.DivClassName
{
background-color: #CCC9D0;
}
.BgClassName
{
background-color: #CCC9D0;
}
</style>
border-color css
<style>
span { border-color: #CCC9D0; }
span { border-color: rgb(204,201,208); }
td.TdClassName
{
border-color: #CCC9D0;
}
.TagClassName
{
border-color: #CCC9D0;
}
</style>