Shades of Ghost #CBCBD0
Tints of Ghost #CBCBD0
RGB
CMYK
RGB Variations
Color information
#CBCBD0 (or 0xCBCBD0) is known color: Ghost. HEX triplet: CB, CB and D0. RGB value is (203,203,208). Sum of RGB (Red+Green+Blue) = 203+203+208=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBCBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBD0 is #34342F. Grayscale: #CBCBCB. Windows color (decimal): -3421232 or 13683659. OLE color: 13683659.
HSL color Cylindrical-coordinate representation of color #CBCBD0: hue angle of 240º 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 #CBCBD0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 203 | 208 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.18 |
| HSL | 240º | 0.05% | 0.81% | - |
| HSV(B) | 240º | 0.02% | 0.82% | - |
| XYZ | 57.37 | 59.96 | 68.22 | - |
| YUV | 203.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 208 | 0.02 | 0.02 | 0 | 0.18 | 240 | 0.05 | 0.81 |
| Hex | CB | CB | D0 | 2 | 2 | 0 | 12 | F0 | 5 | 51 |
| Octal | 313 | 313 | 320 | 2 | 2 | 0 | 22 | 360 | 5 | 121 |
| Binary | 11001011 | 11001011 | 11010000 | 10 | 10 | 0 | 10010 | 11110000 | 101 | 1010001 |
Color Harmonies of #CBCBD0
Complementary color
Monochromatic Colors of #CBCBD0
Black with #CBCBD0
Text Example
Text Example
White with #CBCBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBD0; }
p { color: rgb(203,203,208); }
H1.HeaderClassName
{
color: #CBCBD0;
}
.AnyTagClassName
{
color: #CBCBD0;
}
</style>
background-color css
<style>
a { background-color: #CBCBD0; }
a { background-color: rgb(203,203,208); }
div.DivClassName
{
background-color: #CBCBD0;
}
.BgClassName
{
background-color: #CBCBD0;
}
</style>
border-color css
<style>
span { border-color: #CBCBD0; }
span { border-color: rgb(203,203,208); }
td.TdClassName
{
border-color: #CBCBD0;
}
.TagClassName
{
border-color: #CBCBD0;
}
</style>