Shades of Ghost #CAC8D4
Tints of Ghost #CAC8D4
RGB
CMYK
RGB Variations
Color information
#CAC8D4 (or 0xCAC8D4) is known color: Ghost. HEX triplet: CA, C8 and D4. RGB value is (202,200,212). Sum of RGB (Red+Green+Blue) = 202+200+212=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 212 - color contains mainly: blue. Hex color #CAC8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8D4 is #35372B. Grayscale: #C9C9C9. Windows color (decimal): -3487532 or 13945034. OLE color: 13945034.
HSL color Cylindrical-coordinate representation of color #CAC8D4: hue angle of 250º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAC8D4 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 202 | 200 | 212 | - |
CMYK | 0.05 | 0.06 | 0 | 0.17 |
HSL | 250º | 0.12% | 0.81% | - |
HSV(B) | 250º | 0.06% | 0.83% | - |
XYZ | 56.9 | 58.62 | 70.6 | - |
YUV | 201.97 | 133.66 | 128.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 200 | 212 | 0.05 | 0.06 | 0 | 0.17 | 250 | 0.12 | 0.81 |
Hex | CA | C8 | D4 | 5 | 6 | 0 | 11 | FA | C | 51 |
Octal | 312 | 310 | 324 | 5 | 6 | 0 | 21 | 372 | 14 | 121 |
Binary | 11001010 | 11001000 | 11010100 | 101 | 110 | 0 | 10001 | 11111010 | 1100 | 1010001 |
Color Harmonies of #CAC8D4
Complementary color
Monochromatic Colors of #CAC8D4
Black with #CAC8D4
Text Example
Text Example
White with #CAC8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8D4; }
p { color: rgb(202,200,212); }
H1.HeaderClassName
{
color: #CAC8D4;
}
.AnyTagClassName
{
color: #CAC8D4;
}
</style>
background-color css
<style>
a { background-color: #CAC8D4; }
a { background-color: rgb(202,200,212); }
div.DivClassName
{
background-color: #CAC8D4;
}
.BgClassName
{
background-color: #CAC8D4;
}
</style>
border-color css
<style>
span { border-color: #CAC8D4; }
span { border-color: rgb(202,200,212); }
td.TdClassName
{
border-color: #CAC8D4;
}
.TagClassName
{
border-color: #CAC8D4;
}
</style>