Shades of Ghost #CAC8D2
Tints of Ghost #CAC8D2
RGB
CMYK
RGB Variations
Color information
#CAC8D2 (or 0xCAC8D2) is known color: Ghost. HEX triplet: CA, C8 and D2. RGB value is (202,200,210). Sum of RGB (Red+Green+Blue) = 202+200+210=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 210 - color contains mainly: blue. Hex color #CAC8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8D2 is #35372D. Grayscale: #C9C9C9. Windows color (decimal): -3487534 or 13813962. OLE color: 13813962.
HSL color Cylindrical-coordinate representation of color #CAC8D2: hue angle of 252º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAC8D2 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 200 | 210 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.18 |
| HSL | 252º | 0.1% | 0.8% | - |
| HSV(B) | 252º | 0.05% | 0.82% | - |
| XYZ | 56.64 | 58.52 | 69.28 | - |
| YUV | 201.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 210 | 0.04 | 0.05 | 0 | 0.18 | 252 | 0.1 | 0.8 |
| Hex | CA | C8 | D2 | 4 | 5 | 0 | 12 | FC | A | 50 |
| Octal | 312 | 310 | 322 | 4 | 5 | 0 | 22 | 374 | 12 | 120 |
| Binary | 11001010 | 11001000 | 11010010 | 100 | 101 | 0 | 10010 | 11111100 | 1010 | 1010000 |
Color Harmonies of #CAC8D2
Complementary color
Monochromatic Colors of #CAC8D2
Black with #CAC8D2
Text Example
Text Example
White with #CAC8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8D2; }
p { color: rgb(202,200,210); }
H1.HeaderClassName
{
color: #CAC8D2;
}
.AnyTagClassName
{
color: #CAC8D2;
}
</style>
background-color css
<style>
a { background-color: #CAC8D2; }
a { background-color: rgb(202,200,210); }
div.DivClassName
{
background-color: #CAC8D2;
}
.BgClassName
{
background-color: #CAC8D2;
}
</style>
border-color css
<style>
span { border-color: #CAC8D2; }
span { border-color: rgb(202,200,210); }
td.TdClassName
{
border-color: #CAC8D2;
}
.TagClassName
{
border-color: #CAC8D2;
}
</style>