Shades of French Grey #CCCBCD
Tints of French Grey #CCCBCD
RGB
CMYK
RGB Variations
Color information
#CCCBCD (or 0xCCCBCD) is known color: French Grey. HEX triplet: CC, CB and CD. RGB value is (204,203,205). Sum of RGB (Red+Green+Blue) = 204+203+205=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCCBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBCD is #333432. Grayscale: #CBCBCB. Windows color (decimal): -3355699 or 13487052. OLE color: 13487052.
HSL color Cylindrical-coordinate representation of color #CCCBCD: hue angle of 270º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCBCD is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 204 | 203 | 205 | - |
CMYK | 0.00 | 0.01 | 0 | 0.20 |
HSL | 270º | 0.02% | 0.8% | - |
HSV(B) | 270º | 0.01% | 0.8% | - |
XYZ | 57.28 | 59.96 | 66.31 | - |
YUV | 203.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 203 | 205 | 0.00 | 0.01 | 0 | 0.20 | 270 | 0.02 | 0.8 |
Hex | CC | CB | CD | 0 | 1 | 0 | 14 | 10E | 2 | 50 |
Octal | 314 | 313 | 315 | 0 | 1 | 0 | 24 | 416 | 2 | 120 |
Binary | 11001100 | 11001011 | 11001101 | 0 | 1 | 0 | 10100 | 100001110 | 10 | 1010000 |
Color Harmonies of #CCCBCD
Complementary color
Monochromatic Colors of #CCCBCD
Black with #CCCBCD
Text Example
Text Example
White with #CCCBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBCD; }
p { color: rgb(204,203,205); }
H1.HeaderClassName
{
color: #CCCBCD;
}
.AnyTagClassName
{
color: #CCCBCD;
}
</style>
background-color css
<style>
a { background-color: #CCCBCD; }
a { background-color: rgb(204,203,205); }
div.DivClassName
{
background-color: #CCCBCD;
}
.BgClassName
{
background-color: #CCCBCD;
}
</style>
border-color css
<style>
span { border-color: #CCCBCD; }
span { border-color: rgb(204,203,205); }
td.TdClassName
{
border-color: #CCCBCD;
}
.TagClassName
{
border-color: #CCCBCD;
}
</style>