Shades of Ghost #CBCAD0
Tints of Ghost #CBCAD0
RGB
CMYK
RGB Variations
Color information
#CBCAD0 (or 0xCBCAD0) is known color: Ghost. HEX triplet: CB, CA and D0. RGB value is (203,202,208). Sum of RGB (Red+Green+Blue) = 203+202+208=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBCAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAD0 is #34352F. Grayscale: #CACACA. Windows color (decimal): -3421488 or 13683403. OLE color: 13683403.
HSL color Cylindrical-coordinate representation of color #CBCAD0: hue angle of 250º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBCAD0 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 203 | 202 | 208 | - |
CMYK | 0.02 | 0.03 | 0 | 0.18 |
HSL | 250º | 0.06% | 0.8% | - |
HSV(B) | 250º | 0.03% | 0.82% | - |
XYZ | 57.13 | 59.49 | 68.15 | - |
YUV | 202.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 202 | 208 | 0.02 | 0.03 | 0 | 0.18 | 250 | 0.06 | 0.8 |
Hex | CB | CA | D0 | 2 | 3 | 0 | 12 | FA | 6 | 50 |
Octal | 313 | 312 | 320 | 2 | 3 | 0 | 22 | 372 | 6 | 120 |
Binary | 11001011 | 11001010 | 11010000 | 10 | 11 | 0 | 10010 | 11111010 | 110 | 1010000 |
Color Harmonies of #CBCAD0
Complementary color
Monochromatic Colors of #CBCAD0
Black with #CBCAD0
Text Example
Text Example
White with #CBCAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCAD0; }
p { color: rgb(203,202,208); }
H1.HeaderClassName
{
color: #CBCAD0;
}
.AnyTagClassName
{
color: #CBCAD0;
}
</style>
background-color css
<style>
a { background-color: #CBCAD0; }
a { background-color: rgb(203,202,208); }
div.DivClassName
{
background-color: #CBCAD0;
}
.BgClassName
{
background-color: #CBCAD0;
}
</style>
border-color css
<style>
span { border-color: #CBCAD0; }
span { border-color: rgb(203,202,208); }
td.TdClassName
{
border-color: #CBCAD0;
}
.TagClassName
{
border-color: #CBCAD0;
}
</style>