Shades of Ghost #CCCAD5
Tints of Ghost #CCCAD5
RGB
CMYK
RGB Variations
Color information
#CCCAD5 (or 0xCCCAD5) is known color: Ghost. HEX triplet: CC, CA and D5. RGB value is (204,202,213). Sum of RGB (Red+Green+Blue) = 204+202+213=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCCAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAD5 is #33352A. Grayscale: #CBCBCB. Windows color (decimal): -3355947 or 14011084. OLE color: 14011084.
HSL color Cylindrical-coordinate representation of color #CCCAD5: hue angle of 250.91º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCAD5 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 202 | 213 | - |
CMYK | 0.04 | 0.05 | 0 | 0.16 |
HSL | 250.91º | 0.12% | 0.81% | - |
HSV(B) | 250.91º | 0.05% | 0.84% | - |
XYZ | 58.03 | 59.88 | 71.45 | - |
YUV | 203.85 | 133.16 | 128.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 213 | 0.04 | 0.05 | 0 | 0.16 | 250.91 | 0.12 | 0.81 |
Hex | CC | CA | D5 | 4 | 5 | 0 | 10 | FB | C | 51 |
Octal | 314 | 312 | 325 | 4 | 5 | 0 | 20 | 373 | 14 | 121 |
Binary | 11001100 | 11001010 | 11010101 | 100 | 101 | 0 | 10000 | 11111011 | 1100 | 1010001 |
Color Harmonies of #CCCAD5
Complementary color
Monochromatic Colors of #CCCAD5
Black with #CCCAD5
Text Example
Text Example
White with #CCCAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAD5; }
p { color: rgb(204,202,213); }
H1.HeaderClassName
{
color: #CCCAD5;
}
.AnyTagClassName
{
color: #CCCAD5;
}
</style>
background-color css
<style>
a { background-color: #CCCAD5; }
a { background-color: rgb(204,202,213); }
div.DivClassName
{
background-color: #CCCAD5;
}
.BgClassName
{
background-color: #CCCAD5;
}
</style>
border-color css
<style>
span { border-color: #CCCAD5; }
span { border-color: rgb(204,202,213); }
td.TdClassName
{
border-color: #CCCAD5;
}
.TagClassName
{
border-color: #CCCAD5;
}
</style>