Shades of French Grey #CCC7D1
Tints of French Grey #CCC7D1
RGB
CMYK
RGB Variations
Color information
#CCC7D1 (or 0xCCC7D1) is known color: French Grey. HEX triplet: CC, C7 and D1. RGB value is (204,199,209). Sum of RGB (Red+Green+Blue) = 204+199+209=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCC7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7D1 is #33382E. Grayscale: #C9C9C9. Windows color (decimal): -3356719 or 13748172. OLE color: 13748172.
HSL color Cylindrical-coordinate representation of color #CCC7D1: hue angle of 270º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCC7D1 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 199 | 209 | - |
CMYK | 0.02 | 0.05 | 0 | 0.18 |
HSL | 270º | 0.1% | 0.8% | - |
HSV(B) | 270º | 0.05% | 0.82% | - |
XYZ | 56.83 | 58.29 | 68.58 | - |
YUV | 201.64 | 132.16 | 129.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 199 | 209 | 0.02 | 0.05 | 0 | 0.18 | 270 | 0.1 | 0.8 |
Hex | CC | C7 | D1 | 2 | 5 | 0 | 12 | 10E | A | 50 |
Octal | 314 | 307 | 321 | 2 | 5 | 0 | 22 | 416 | 12 | 120 |
Binary | 11001100 | 11000111 | 11010001 | 10 | 101 | 0 | 10010 | 100001110 | 1010 | 1010000 |
Color Harmonies of #CCC7D1
Complementary color
Monochromatic Colors of #CCC7D1
Black with #CCC7D1
Text Example
Text Example
White with #CCC7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7D1; }
p { color: rgb(204,199,209); }
H1.HeaderClassName
{
color: #CCC7D1;
}
.AnyTagClassName
{
color: #CCC7D1;
}
</style>
background-color css
<style>
a { background-color: #CCC7D1; }
a { background-color: rgb(204,199,209); }
div.DivClassName
{
background-color: #CCC7D1;
}
.BgClassName
{
background-color: #CCC7D1;
}
</style>
border-color css
<style>
span { border-color: #CCC7D1; }
span { border-color: rgb(204,199,209); }
td.TdClassName
{
border-color: #CCC7D1;
}
.TagClassName
{
border-color: #CCC7D1;
}
</style>