Shades of Ghost #CECED1
Tints of Ghost #CECED1
RGB
CMYK
RGB Variations
Color information
#CECED1 (or 0xCECED1) is known color: Ghost. HEX triplet: CE, CE and D1. RGB value is (206,206,209). Sum of RGB (Red+Green+Blue) = 206+206+209=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 209 - color contains mainly: blue. Hex color #CECED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECED1 is #31312E. Grayscale: #CECECE. Windows color (decimal): -3223855 or 13749966. OLE color: 13749966.
HSL color Cylindrical-coordinate representation of color #CECED1: hue angle of 240º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CECED1 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 206 | 209 | - |
CMYK | 0.01 | 0.01 | 0 | 0.18 |
HSL | 240º | 0.03% | 0.81% | - |
HSV(B) | 240º | 0.01% | 0.82% | - |
XYZ | 59.03 | 61.87 | 69.15 | - |
YUV | 206.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 209 | 0.01 | 0.01 | 0 | 0.18 | 240 | 0.03 | 0.81 |
Hex | CE | CE | D1 | 1 | 1 | 0 | 12 | F0 | 3 | 51 |
Octal | 316 | 316 | 321 | 1 | 1 | 0 | 22 | 360 | 3 | 121 |
Binary | 11001110 | 11001110 | 11010001 | 1 | 1 | 0 | 10010 | 11110000 | 11 | 1010001 |
Color Harmonies of #CECED1
Complementary color
Monochromatic Colors of #CECED1
Black with #CECED1
Text Example
Text Example
White with #CECED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECED1; }
p { color: rgb(206,206,209); }
H1.HeaderClassName
{
color: #CECED1;
}
.AnyTagClassName
{
color: #CECED1;
}
</style>
background-color css
<style>
a { background-color: #CECED1; }
a { background-color: rgb(206,206,209); }
div.DivClassName
{
background-color: #CECED1;
}
.BgClassName
{
background-color: #CECED1;
}
</style>
border-color css
<style>
span { border-color: #CECED1; }
span { border-color: rgb(206,206,209); }
td.TdClassName
{
border-color: #CECED1;
}
.TagClassName
{
border-color: #CECED1;
}
</style>