Shades of Ghost #CCCCCE
Tints of Ghost #CCCCCE
RGB
CMYK
RGB Variations
Color information
#CCCCCE (or 0xCCCCCE) is known color: Ghost. HEX triplet: CC, CC and CE. RGB value is (204,204,206). Sum of RGB (Red+Green+Blue) = 204+204+206=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCCE is #333331. Grayscale: #CCCCCC. Windows color (decimal): -3355442 or 13552844. OLE color: 13552844.
HSL color Cylindrical-coordinate representation of color #CCCCCE: hue angle of 240º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCCCE is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 204 | 206 | - |
CMYK | 0.01 | 0.01 | 0 | 0.19 |
HSL | 240º | 0.02% | 0.8% | - |
HSV(B) | 240º | 0.01% | 0.81% | - |
XYZ | 57.64 | 60.48 | 67.03 | - |
YUV | 204.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 206 | 0.01 | 0.01 | 0 | 0.19 | 240 | 0.02 | 0.8 |
Hex | CC | CC | CE | 1 | 1 | 0 | 13 | F0 | 2 | 50 |
Octal | 314 | 314 | 316 | 1 | 1 | 0 | 23 | 360 | 2 | 120 |
Binary | 11001100 | 11001100 | 11001110 | 1 | 1 | 0 | 10011 | 11110000 | 10 | 1010000 |
Color Harmonies of #CCCCCE
Complementary color
Monochromatic Colors of #CCCCCE
Black with #CCCCCE
Text Example
Text Example
White with #CCCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCCE; }
p { color: rgb(204,204,206); }
H1.HeaderClassName
{
color: #CCCCCE;
}
.AnyTagClassName
{
color: #CCCCCE;
}
</style>
background-color css
<style>
a { background-color: #CCCCCE; }
a { background-color: rgb(204,204,206); }
div.DivClassName
{
background-color: #CCCCCE;
}
.BgClassName
{
background-color: #CCCCCE;
}
</style>
border-color css
<style>
span { border-color: #CCCCCE; }
span { border-color: rgb(204,204,206); }
td.TdClassName
{
border-color: #CCCCCE;
}
.TagClassName
{
border-color: #CCCCCE;
}
</style>