Shades of Ghost #CACAD2
Tints of Ghost #CACAD2
RGB
CMYK
RGB Variations
Color information
#CACAD2 (or 0xCACAD2) is known color: Ghost. HEX triplet: CA, CA and D2. RGB value is (202,202,210). Sum of RGB (Red+Green+Blue) = 202+202+210=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 210 - color contains mainly: blue. Hex color #CACAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAD2 is #35352D. Grayscale: #CACACA. Windows color (decimal): -3487022 or 13814474. OLE color: 13814474.
HSL color Cylindrical-coordinate representation of color #CACAD2: hue angle of 240º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CACAD2 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 202 | 210 | - |
CMYK | 0.04 | 0.04 | 0 | 0.18 |
HSL | 240º | 0.08% | 0.81% | - |
HSV(B) | 240º | 0.04% | 0.82% | - |
XYZ | 57.11 | 59.45 | 69.44 | - |
YUV | 202.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 210 | 0.04 | 0.04 | 0 | 0.18 | 240 | 0.08 | 0.81 |
Hex | CA | CA | D2 | 4 | 4 | 0 | 12 | F0 | 8 | 51 |
Octal | 312 | 312 | 322 | 4 | 4 | 0 | 22 | 360 | 10 | 121 |
Binary | 11001010 | 11001010 | 11010010 | 100 | 100 | 0 | 10010 | 11110000 | 1000 | 1010001 |
Color Harmonies of #CACAD2
Complementary color
Monochromatic Colors of #CACAD2
Black with #CACAD2
Text Example
Text Example
White with #CACAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAD2; }
p { color: rgb(202,202,210); }
H1.HeaderClassName
{
color: #CACAD2;
}
.AnyTagClassName
{
color: #CACAD2;
}
</style>
background-color css
<style>
a { background-color: #CACAD2; }
a { background-color: rgb(202,202,210); }
div.DivClassName
{
background-color: #CACAD2;
}
.BgClassName
{
background-color: #CACAD2;
}
</style>
border-color css
<style>
span { border-color: #CACAD2; }
span { border-color: rgb(202,202,210); }
td.TdClassName
{
border-color: #CACAD2;
}
.TagClassName
{
border-color: #CACAD2;
}
</style>