Shades of French Grey #CCC8D1
Tints of French Grey #CCC8D1
RGB
CMYK
RGB Variations
Color information
#CCC8D1 (or 0xCCC8D1) is known color: French Grey. HEX triplet: CC, C8 and D1. RGB value is (204,200,209). Sum of RGB (Red+Green+Blue) = 204+200+209=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCC8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8D1 is #33372E. Grayscale: #CACACA. Windows color (decimal): -3356463 or 13748428. OLE color: 13748428.
HSL color Cylindrical-coordinate representation of color #CCC8D1: hue angle of 266.67º degrees, saturation: 0.09, 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 #CCC8D1 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 200 | 209 | - |
CMYK | 0.02 | 0.04 | 0 | 0.18 |
HSL | 266.67º | 0.09% | 0.8% | - |
HSV(B) | 266.67º | 0.04% | 0.82% | - |
XYZ | 57.06 | 58.75 | 68.65 | - |
YUV | 202.22 | 131.83 | 129.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 200 | 209 | 0.02 | 0.04 | 0 | 0.18 | 266.67 | 0.09 | 0.8 |
Hex | CC | C8 | D1 | 2 | 4 | 0 | 12 | 10B | 9 | 50 |
Octal | 314 | 310 | 321 | 2 | 4 | 0 | 22 | 413 | 11 | 120 |
Binary | 11001100 | 11001000 | 11010001 | 10 | 100 | 0 | 10010 | 100001011 | 1001 | 1010000 |
Color Harmonies of #CCC8D1
Complementary color
Monochromatic Colors of #CCC8D1
Black with #CCC8D1
Text Example
Text Example
White with #CCC8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8D1; }
p { color: rgb(204,200,209); }
H1.HeaderClassName
{
color: #CCC8D1;
}
.AnyTagClassName
{
color: #CCC8D1;
}
</style>
background-color css
<style>
a { background-color: #CCC8D1; }
a { background-color: rgb(204,200,209); }
div.DivClassName
{
background-color: #CCC8D1;
}
.BgClassName
{
background-color: #CCC8D1;
}
</style>
border-color css
<style>
span { border-color: #CCC8D1; }
span { border-color: rgb(204,200,209); }
td.TdClassName
{
border-color: #CCC8D1;
}
.TagClassName
{
border-color: #CCC8D1;
}
</style>