Shades of Ghost #CCCBCE
Tints of Ghost #CCCBCE
RGB
CMYK
RGB Variations
Color information
#CCCBCE (or 0xCCCBCE) is known color: Ghost. HEX triplet: CC, CB and CE. RGB value is (204,203,206). Sum of RGB (Red+Green+Blue) = 204+203+206=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCCBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBCE is #333431. Grayscale: #CBCBCB. Windows color (decimal): -3355698 or 13552588. OLE color: 13552588.
HSL color Cylindrical-coordinate representation of color #CCCBCE: hue angle of 260º degrees, saturation: 0.03, 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 #CCCBCE is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 203 | 206 | - |
CMYK | 0.01 | 0.01 | 0 | 0.19 |
HSL | 260º | 0.03% | 0.8% | - |
HSV(B) | 260º | 0.01% | 0.81% | - |
XYZ | 57.4 | 60.01 | 66.95 | - |
YUV | 203.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 203 | 206 | 0.01 | 0.01 | 0 | 0.19 | 260 | 0.03 | 0.8 |
Hex | CC | CB | CE | 1 | 1 | 0 | 13 | 104 | 3 | 50 |
Octal | 314 | 313 | 316 | 1 | 1 | 0 | 23 | 404 | 3 | 120 |
Binary | 11001100 | 11001011 | 11001110 | 1 | 1 | 0 | 10011 | 100000100 | 11 | 1010000 |
Color Harmonies of #CCCBCE
Complementary color
Monochromatic Colors of #CCCBCE
Black with #CCCBCE
Text Example
Text Example
White with #CCCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBCE; }
p { color: rgb(204,203,206); }
H1.HeaderClassName
{
color: #CCCBCE;
}
.AnyTagClassName
{
color: #CCCBCE;
}
</style>
background-color css
<style>
a { background-color: #CCCBCE; }
a { background-color: rgb(204,203,206); }
div.DivClassName
{
background-color: #CCCBCE;
}
.BgClassName
{
background-color: #CCCBCE;
}
</style>
border-color css
<style>
span { border-color: #CCCBCE; }
span { border-color: rgb(204,203,206); }
td.TdClassName
{
border-color: #CCCBCE;
}
.TagClassName
{
border-color: #CCCBCE;
}
</style>