Shades of French Grey #CECCD0
Tints of French Grey #CECCD0
RGB
CMYK
RGB Variations
Color information
#CECCD0 (or 0xCECCD0) is known color: French Grey. HEX triplet: CE, CC and D0. RGB value is (206,204,208). Sum of RGB (Red+Green+Blue) = 206+204+208=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 208 - color contains mainly: blue. Hex color #CECCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCD0 is #31332F. Grayscale: #CDCDCD. Windows color (decimal): -3224368 or 13683918. OLE color: 13683918.
HSL color Cylindrical-coordinate representation of color #CECCD0: hue angle of 270º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECCD0 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 204 | 208 | - |
CMYK | 0.01 | 0.02 | 0 | 0.18 |
HSL | 270º | 0.04% | 0.81% | - |
HSV(B) | 270º | 0.02% | 0.82% | - |
XYZ | 58.43 | 60.86 | 68.34 | - |
YUV | 205.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 208 | 0.01 | 0.02 | 0 | 0.18 | 270 | 0.04 | 0.81 |
Hex | CE | CC | D0 | 1 | 2 | 0 | 12 | 10E | 4 | 51 |
Octal | 316 | 314 | 320 | 1 | 2 | 0 | 22 | 416 | 4 | 121 |
Binary | 11001110 | 11001100 | 11010000 | 1 | 10 | 0 | 10010 | 100001110 | 100 | 1010001 |
Color Harmonies of #CECCD0
Complementary color
Monochromatic Colors of #CECCD0
Black with #CECCD0
Text Example
Text Example
White with #CECCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCD0; }
p { color: rgb(206,204,208); }
H1.HeaderClassName
{
color: #CECCD0;
}
.AnyTagClassName
{
color: #CECCD0;
}
</style>
background-color css
<style>
a { background-color: #CECCD0; }
a { background-color: rgb(206,204,208); }
div.DivClassName
{
background-color: #CECCD0;
}
.BgClassName
{
background-color: #CECCD0;
}
</style>
border-color css
<style>
span { border-color: #CECCD0; }
span { border-color: rgb(206,204,208); }
td.TdClassName
{
border-color: #CECCD0;
}
.TagClassName
{
border-color: #CECCD0;
}
</style>