Shades of French Grey #CBC4D2
Tints of French Grey #CBC4D2
RGB
CMYK
RGB Variations
Color information
#CBC4D2 (or 0xCBC4D2) is known color: French Grey. HEX triplet: CB, C4 and D2. RGB value is (203,196,210). Sum of RGB (Red+Green+Blue) = 203+196+210=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBC4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4D2 is #343B2D. Grayscale: #C7C7C7. Windows color (decimal): -3423022 or 13812939. OLE color: 13812939.
HSL color Cylindrical-coordinate representation of color #CBC4D2: hue angle of 270º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBC4D2 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 196 | 210 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.18 |
| HSL | 270º | 0.13% | 0.8% | - |
| HSV(B) | 270º | 0.07% | 0.82% | - |
| XYZ | 56 | 56.83 | 68.99 | - |
| YUV | 199.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 210 | 0.03 | 0.07 | 0 | 0.18 | 270 | 0.13 | 0.8 |
| Hex | CB | C4 | D2 | 3 | 7 | 0 | 12 | 10E | D | 50 |
| Octal | 313 | 304 | 322 | 3 | 7 | 0 | 22 | 416 | 15 | 120 |
| Binary | 11001011 | 11000100 | 11010010 | 11 | 111 | 0 | 10010 | 100001110 | 1101 | 1010000 |
Color Harmonies of #CBC4D2
Complementary color
Monochromatic Colors of #CBC4D2
Black with #CBC4D2
Text Example
Text Example
White with #CBC4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4D2; }
p { color: rgb(203,196,210); }
H1.HeaderClassName
{
color: #CBC4D2;
}
.AnyTagClassName
{
color: #CBC4D2;
}
</style>
background-color css
<style>
a { background-color: #CBC4D2; }
a { background-color: rgb(203,196,210); }
div.DivClassName
{
background-color: #CBC4D2;
}
.BgClassName
{
background-color: #CBC4D2;
}
</style>
border-color css
<style>
span { border-color: #CBC4D2; }
span { border-color: rgb(203,196,210); }
td.TdClassName
{
border-color: #CBC4D2;
}
.TagClassName
{
border-color: #CBC4D2;
}
</style>