Shades of Ghost #CCCCCD
Tints of Ghost #CCCCCD
RGB
CMYK
RGB Variations
Color information
#CCCCCD (or 0xCCCCCD) is known color: Ghost. HEX triplet: CC, CC and CD. RGB value is (204,204,205). Sum of RGB (Red+Green+Blue) = 204+204+205=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCCCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCCD is #333332. Grayscale: #CCCCCC. Windows color (decimal): -3355443 or 13487308. OLE color: 13487308.
HSL color Cylindrical-coordinate representation of color #CCCCCD: hue angle of 240º degrees, saturation: 0.01, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CCCCCD is Cyan = 0.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 204 | 204 | 205 | - |
CMYK | 0.00 | 0.00 | 0 | 0.20 |
HSL | 240º | 0.01% | 0.8% | - |
HSV(B) | 240º | 0% | 0.8% | - |
XYZ | 57.51 | 60.43 | 66.39 | - |
YUV | 204.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 205 | 0.00 | 0.00 | 0 | 0.20 | 240 | 0.01 | 0.8 |
Hex | CC | CC | CD | 0 | 0 | 0 | 14 | F0 | 1 | 50 |
Octal | 314 | 314 | 315 | 0 | 0 | 0 | 24 | 360 | 1 | 120 |
Binary | 11001100 | 11001100 | 11001101 | 0 | 0 | 0 | 10100 | 11110000 | 1 | 1010000 |
Color Harmonies of #CCCCCD
Complementary color
Monochromatic Colors of #CCCCCD
Black with #CCCCCD
Text Example
Text Example
White with #CCCCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCCD; }
p { color: rgb(204,204,205); }
H1.HeaderClassName
{
color: #CCCCCD;
}
.AnyTagClassName
{
color: #CCCCCD;
}
</style>
background-color css
<style>
a { background-color: #CCCCCD; }
a { background-color: rgb(204,204,205); }
div.DivClassName
{
background-color: #CCCCCD;
}
.BgClassName
{
background-color: #CCCCCD;
}
</style>
border-color css
<style>
span { border-color: #CCCCCD; }
span { border-color: rgb(204,204,205); }
td.TdClassName
{
border-color: #CCCCCD;
}
.TagClassName
{
border-color: #CCCCCD;
}
</style>