Shades of Ghost #CBCBD1
Tints of Ghost #CBCBD1
RGB
CMYK
RGB Variations
Color information
#CBCBD1 (or 0xCBCBD1) is known color: Ghost. HEX triplet: CB, CB and D1. RGB value is (203,203,209). Sum of RGB (Red+Green+Blue) = 203+203+209=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBCBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBD1 is #34342E. Grayscale: #CBCBCB. Windows color (decimal): -3421231 or 13749195. OLE color: 13749195.
HSL color Cylindrical-coordinate representation of color #CBCBD1: hue angle of 240º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBCBD1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 203 | 209 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.18 |
| HSL | 240º | 0.06% | 0.81% | - |
| HSV(B) | 240º | 0.03% | 0.82% | - |
| XYZ | 57.49 | 60.01 | 68.87 | - |
| YUV | 203.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 209 | 0.03 | 0.03 | 0 | 0.18 | 240 | 0.06 | 0.81 |
| Hex | CB | CB | D1 | 3 | 3 | 0 | 12 | F0 | 6 | 51 |
| Octal | 313 | 313 | 321 | 3 | 3 | 0 | 22 | 360 | 6 | 121 |
| Binary | 11001011 | 11001011 | 11010001 | 11 | 11 | 0 | 10010 | 11110000 | 110 | 1010001 |
Color Harmonies of #CBCBD1
Complementary color
Monochromatic Colors of #CBCBD1
Black with #CBCBD1
Text Example
Text Example
White with #CBCBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBD1; }
p { color: rgb(203,203,209); }
H1.HeaderClassName
{
color: #CBCBD1;
}
.AnyTagClassName
{
color: #CBCBD1;
}
</style>
background-color css
<style>
a { background-color: #CBCBD1; }
a { background-color: rgb(203,203,209); }
div.DivClassName
{
background-color: #CBCBD1;
}
.BgClassName
{
background-color: #CBCBD1;
}
</style>
border-color css
<style>
span { border-color: #CBCBD1; }
span { border-color: rgb(203,203,209); }
td.TdClassName
{
border-color: #CBCBD1;
}
.TagClassName
{
border-color: #CBCBD1;
}
</style>