Shades of Ghost #CECED2
Tints of Ghost #CECED2
RGB
CMYK
RGB Variations
Color information
#CECED2 (or 0xCECED2) is known color: Ghost. HEX triplet: CE, CE and D2. RGB value is (206,206,210). Sum of RGB (Red+Green+Blue) = 206+206+210=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 210 - color contains mainly: blue. Hex color #CECED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECED2 is #31312D. Grayscale: #CECECE. Windows color (decimal): -3223854 or 13815502. OLE color: 13815502.
HSL color Cylindrical-coordinate representation of color #CECED2: hue angle of 240º degrees, saturation: 0.04, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECED2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 206 | 210 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.18 |
| HSL | 240º | 0.04% | 0.82% | - |
| HSV(B) | 240º | 0.02% | 0.82% | - |
| XYZ | 59.16 | 61.92 | 69.81 | - |
| YUV | 206.46 | 130 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 210 | 0.02 | 0.02 | 0 | 0.18 | 240 | 0.04 | 0.82 |
| Hex | CE | CE | D2 | 2 | 2 | 0 | 12 | F0 | 4 | 52 |
| Octal | 316 | 316 | 322 | 2 | 2 | 0 | 22 | 360 | 4 | 122 |
| Binary | 11001110 | 11001110 | 11010010 | 10 | 10 | 0 | 10010 | 11110000 | 100 | 1010010 |
Color Harmonies of #CECED2
Complementary color
Monochromatic Colors of #CECED2
Black with #CECED2
Text Example
Text Example
White with #CECED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECED2; }
p { color: rgb(206,206,210); }
H1.HeaderClassName
{
color: #CECED2;
}
.AnyTagClassName
{
color: #CECED2;
}
</style>
background-color css
<style>
a { background-color: #CECED2; }
a { background-color: rgb(206,206,210); }
div.DivClassName
{
background-color: #CECED2;
}
.BgClassName
{
background-color: #CECED2;
}
</style>
border-color css
<style>
span { border-color: #CECED2; }
span { border-color: rgb(206,206,210); }
td.TdClassName
{
border-color: #CECED2;
}
.TagClassName
{
border-color: #CECED2;
}
</style>