Shades of French Grey #CCC9CF
Tints of French Grey #CCC9CF
RGB
CMYK
RGB Variations
Color information
#CCC9CF (or 0xCCC9CF) is known color: French Grey. HEX triplet: CC, C9 and CF. RGB value is (204,201,207). Sum of RGB (Red+Green+Blue) = 204+201+207=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCC9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9CF is #333630. Grayscale: #CACACA. Windows color (decimal): -3356209 or 13617612. OLE color: 13617612.
HSL color Cylindrical-coordinate representation of color #CCC9CF: hue angle of 270º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCC9CF is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 201 | 207 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.19 |
| HSL | 270º | 0.06% | 0.8% | - |
| HSV(B) | 270º | 0.03% | 0.81% | - |
| XYZ | 57.05 | 59.12 | 67.44 | - |
| YUV | 202.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 207 | 0.01 | 0.03 | 0 | 0.19 | 270 | 0.06 | 0.8 |
| Hex | CC | C9 | CF | 1 | 3 | 0 | 13 | 10E | 6 | 50 |
| Octal | 314 | 311 | 317 | 1 | 3 | 0 | 23 | 416 | 6 | 120 |
| Binary | 11001100 | 11001001 | 11001111 | 1 | 11 | 0 | 10011 | 100001110 | 110 | 1010000 |
Color Harmonies of #CCC9CF
Complementary color
Monochromatic Colors of #CCC9CF
Black with #CCC9CF
Text Example
Text Example
White with #CCC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9CF; }
p { color: rgb(204,201,207); }
H1.HeaderClassName
{
color: #CCC9CF;
}
.AnyTagClassName
{
color: #CCC9CF;
}
</style>
background-color css
<style>
a { background-color: #CCC9CF; }
a { background-color: rgb(204,201,207); }
div.DivClassName
{
background-color: #CCC9CF;
}
.BgClassName
{
background-color: #CCC9CF;
}
</style>
border-color css
<style>
span { border-color: #CCC9CF; }
span { border-color: rgb(204,201,207); }
td.TdClassName
{
border-color: #CCC9CF;
}
.TagClassName
{
border-color: #CCC9CF;
}
</style>