Shades of Ghost #CCCBD0
Tints of Ghost #CCCBD0
RGB
CMYK
RGB Variations
Color information
#CCCBD0 (or 0xCCCBD0) is known color: Ghost. HEX triplet: CC, CB and D0. RGB value is (204,203,208). Sum of RGB (Red+Green+Blue) = 204+203+208=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCCBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBD0 is #33342F. Grayscale: #CBCBCB. Windows color (decimal): -3355696 or 13683660. OLE color: 13683660.
HSL color Cylindrical-coordinate representation of color #CCCBD0: hue angle of 252º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCCBD0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 203 | 208 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.18 |
| HSL | 252º | 0.05% | 0.81% | - |
| HSV(B) | 252º | 0.02% | 0.82% | - |
| XYZ | 57.64 | 60.1 | 68.24 | - |
| YUV | 203.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 208 | 0.02 | 0.02 | 0 | 0.18 | 252 | 0.05 | 0.81 |
| Hex | CC | CB | D0 | 2 | 2 | 0 | 12 | FC | 5 | 51 |
| Octal | 314 | 313 | 320 | 2 | 2 | 0 | 22 | 374 | 5 | 121 |
| Binary | 11001100 | 11001011 | 11010000 | 10 | 10 | 0 | 10010 | 11111100 | 101 | 1010001 |
Color Harmonies of #CCCBD0
Complementary color
Monochromatic Colors of #CCCBD0
Black with #CCCBD0
Text Example
Text Example
White with #CCCBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBD0; }
p { color: rgb(204,203,208); }
H1.HeaderClassName
{
color: #CCCBD0;
}
.AnyTagClassName
{
color: #CCCBD0;
}
</style>
background-color css
<style>
a { background-color: #CCCBD0; }
a { background-color: rgb(204,203,208); }
div.DivClassName
{
background-color: #CCCBD0;
}
.BgClassName
{
background-color: #CCCBD0;
}
</style>
border-color css
<style>
span { border-color: #CCCBD0; }
span { border-color: rgb(204,203,208); }
td.TdClassName
{
border-color: #CCCBD0;
}
.TagClassName
{
border-color: #CCCBD0;
}
</style>