Shades of Ghost #CECECF
Tints of Ghost #CECECF
RGB
CMYK
RGB Variations
Color information
#CECECF (or 0xCECECF) is known color: Ghost. HEX triplet: CE, CE and CF. RGB value is (206,206,207). Sum of RGB (Red+Green+Blue) = 206+206+207=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 207 - color contains mainly: blue. Hex color #CECECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECECF is #313130. Grayscale: #CECECE. Windows color (decimal): -3223857 or 13618894. OLE color: 13618894.
HSL color Cylindrical-coordinate representation of color #CECECF: hue angle of 240º degrees, saturation: 0.01, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CECECF is Cyan = 0.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 206 | 207 | - |
CMYK | 0.00 | 0.00 | 0 | 0.19 |
HSL | 240º | 0.01% | 0.81% | - |
HSV(B) | 240º | 0% | 0.81% | - |
XYZ | 58.79 | 61.77 | 67.86 | - |
YUV | 206.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 207 | 0.00 | 0.00 | 0 | 0.19 | 240 | 0.01 | 0.81 |
Hex | CE | CE | CF | 0 | 0 | 0 | 13 | F0 | 1 | 51 |
Octal | 316 | 316 | 317 | 0 | 0 | 0 | 23 | 360 | 1 | 121 |
Binary | 11001110 | 11001110 | 11001111 | 0 | 0 | 0 | 10011 | 11110000 | 1 | 1010001 |
Color Harmonies of #CECECF
Complementary color
Monochromatic Colors of #CECECF
Black with #CECECF
Text Example
Text Example
White with #CECECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECECF; }
p { color: rgb(206,206,207); }
H1.HeaderClassName
{
color: #CECECF;
}
.AnyTagClassName
{
color: #CECECF;
}
</style>
background-color css
<style>
a { background-color: #CECECF; }
a { background-color: rgb(206,206,207); }
div.DivClassName
{
background-color: #CECECF;
}
.BgClassName
{
background-color: #CECECF;
}
</style>
border-color css
<style>
span { border-color: #CECECF; }
span { border-color: rgb(206,206,207); }
td.TdClassName
{
border-color: #CECECF;
}
.TagClassName
{
border-color: #CECECF;
}
</style>