Shades of Ghost #CCCCD2
Tints of Ghost #CCCCD2
RGB
CMYK
RGB Variations
Color information
#CCCCD2 (or 0xCCCCD2) is known color: Ghost. HEX triplet: CC, CC and D2. RGB value is (204,204,210). Sum of RGB (Red+Green+Blue) = 204+204+210=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCCCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCD2 is #33332D. Grayscale: #CCCCCC. Windows color (decimal): -3355438 or 13814988. OLE color: 13814988.
HSL color Cylindrical-coordinate representation of color #CCCCD2: hue angle of 240º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCCD2 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 204 | 210 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.18 |
| HSL | 240º | 0.06% | 0.81% | - |
| HSV(B) | 240º | 0.03% | 0.82% | - |
| XYZ | 58.13 | 60.68 | 69.62 | - |
| YUV | 204.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 210 | 0.03 | 0.03 | 0 | 0.18 | 240 | 0.06 | 0.81 |
| Hex | CC | CC | D2 | 3 | 3 | 0 | 12 | F0 | 6 | 51 |
| Octal | 314 | 314 | 322 | 3 | 3 | 0 | 22 | 360 | 6 | 121 |
| Binary | 11001100 | 11001100 | 11010010 | 11 | 11 | 0 | 10010 | 11110000 | 110 | 1010001 |
Color Harmonies of #CCCCD2
Complementary color
Monochromatic Colors of #CCCCD2
Black with #CCCCD2
Text Example
Text Example
White with #CCCCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCD2; }
p { color: rgb(204,204,210); }
H1.HeaderClassName
{
color: #CCCCD2;
}
.AnyTagClassName
{
color: #CCCCD2;
}
</style>
background-color css
<style>
a { background-color: #CCCCD2; }
a { background-color: rgb(204,204,210); }
div.DivClassName
{
background-color: #CCCCD2;
}
.BgClassName
{
background-color: #CCCCD2;
}
</style>
border-color css
<style>
span { border-color: #CCCCD2; }
span { border-color: rgb(204,204,210); }
td.TdClassName
{
border-color: #CCCCD2;
}
.TagClassName
{
border-color: #CCCCD2;
}
</style>