Shades of French Grey #CBC8CE
Tints of French Grey #CBC8CE
RGB
CMYK
RGB Variations
Color information
#CBC8CE (or 0xCBC8CE) is known color: French Grey. HEX triplet: CB, C8 and CE. RGB value is (203,200,206). Sum of RGB (Red+Green+Blue) = 203+200+206=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8CE is #343731. Grayscale: #C9C9C9. Windows color (decimal): -3422002 or 13551819. OLE color: 13551819.
HSL color Cylindrical-coordinate representation of color #CBC8CE: 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 #CBC8CE is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 200 | 206 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.19 |
| HSL | 270º | 0.06% | 0.8% | - |
| HSV(B) | 270º | 0.03% | 0.81% | - |
| XYZ | 56.42 | 58.46 | 66.7 | - |
| YUV | 201.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 206 | 0.01 | 0.03 | 0 | 0.19 | 270 | 0.06 | 0.8 |
| Hex | CB | C8 | CE | 1 | 3 | 0 | 13 | 10E | 6 | 50 |
| Octal | 313 | 310 | 316 | 1 | 3 | 0 | 23 | 416 | 6 | 120 |
| Binary | 11001011 | 11001000 | 11001110 | 1 | 11 | 0 | 10011 | 100001110 | 110 | 1010000 |
Color Harmonies of #CBC8CE
Complementary color
Monochromatic Colors of #CBC8CE
Black with #CBC8CE
Text Example
Text Example
White with #CBC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8CE; }
p { color: rgb(203,200,206); }
H1.HeaderClassName
{
color: #CBC8CE;
}
.AnyTagClassName
{
color: #CBC8CE;
}
</style>
background-color css
<style>
a { background-color: #CBC8CE; }
a { background-color: rgb(203,200,206); }
div.DivClassName
{
background-color: #CBC8CE;
}
.BgClassName
{
background-color: #CBC8CE;
}
</style>
border-color css
<style>
span { border-color: #CBC8CE; }
span { border-color: rgb(203,200,206); }
td.TdClassName
{
border-color: #CBC8CE;
}
.TagClassName
{
border-color: #CBC8CE;
}
</style>