Shades of Ghost #CBC9D5
Tints of Ghost #CBC9D5
RGB
CMYK
RGB Variations
Color information
#CBC9D5 (or 0xCBC9D5) is known color: Ghost. HEX triplet: CB, C9 and D5. RGB value is (203,201,213). Sum of RGB (Red+Green+Blue) = 203+201+213=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBC9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9D5 is #34362A. Grayscale: #CACACA. Windows color (decimal): -3421739 or 14010827. OLE color: 14010827.
HSL color Cylindrical-coordinate representation of color #CBC9D5: hue angle of 250º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBC9D5 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 201 | 213 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.16 |
| HSL | 250º | 0.13% | 0.81% | - |
| HSV(B) | 250º | 0.06% | 0.84% | - |
| XYZ | 57.53 | 59.27 | 71.36 | - |
| YUV | 202.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 213 | 0.05 | 0.06 | 0 | 0.16 | 250 | 0.13 | 0.81 |
| Hex | CB | C9 | D5 | 5 | 6 | 0 | 10 | FA | C | 51 |
| Octal | 313 | 311 | 325 | 5 | 6 | 0 | 20 | 372 | 14 | 121 |
| Binary | 11001011 | 11001001 | 11010101 | 101 | 110 | 0 | 10000 | 11111010 | 1100 | 1010001 |
Color Harmonies of #CBC9D5
Complementary color
Monochromatic Colors of #CBC9D5
Black with #CBC9D5
Text Example
Text Example
White with #CBC9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9D5; }
p { color: rgb(203,201,213); }
H1.HeaderClassName
{
color: #CBC9D5;
}
.AnyTagClassName
{
color: #CBC9D5;
}
</style>
background-color css
<style>
a { background-color: #CBC9D5; }
a { background-color: rgb(203,201,213); }
div.DivClassName
{
background-color: #CBC9D5;
}
.BgClassName
{
background-color: #CBC9D5;
}
</style>
border-color css
<style>
span { border-color: #CBC9D5; }
span { border-color: rgb(203,201,213); }
td.TdClassName
{
border-color: #CBC9D5;
}
.TagClassName
{
border-color: #CBC9D5;
}
</style>