Shades of Ghost #CCCCCF
Tints of Ghost #CCCCCF
RGB
CMYK
RGB Variations
Color information
#CCCCCF (or 0xCCCCCF) is known color: Ghost. HEX triplet: CC, CC and CF. RGB value is (204,204,207). Sum of RGB (Red+Green+Blue) = 204+204+207=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCCCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCCF is #333330. Grayscale: #CCCCCC. Windows color (decimal): -3355441 or 13618380. OLE color: 13618380.
HSL color Cylindrical-coordinate representation of color #CCCCCF: hue angle of 240º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCCCF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 204 | 207 | - |
CMYK | 0.01 | 0.01 | 0 | 0.19 |
HSL | 240º | 0.03% | 0.81% | - |
HSV(B) | 240º | 0.01% | 0.81% | - |
XYZ | 57.76 | 60.53 | 67.67 | - |
YUV | 204.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 207 | 0.01 | 0.01 | 0 | 0.19 | 240 | 0.03 | 0.81 |
Hex | CC | CC | CF | 1 | 1 | 0 | 13 | F0 | 3 | 51 |
Octal | 314 | 314 | 317 | 1 | 1 | 0 | 23 | 360 | 3 | 121 |
Binary | 11001100 | 11001100 | 11001111 | 1 | 1 | 0 | 10011 | 11110000 | 11 | 1010001 |
Color Harmonies of #CCCCCF
Complementary color
Monochromatic Colors of #CCCCCF
Black with #CCCCCF
Text Example
Text Example
White with #CCCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCCF; }
p { color: rgb(204,204,207); }
H1.HeaderClassName
{
color: #CCCCCF;
}
.AnyTagClassName
{
color: #CCCCCF;
}
</style>
background-color css
<style>
a { background-color: #CCCCCF; }
a { background-color: rgb(204,204,207); }
div.DivClassName
{
background-color: #CCCCCF;
}
.BgClassName
{
background-color: #CCCCCF;
}
</style>
border-color css
<style>
span { border-color: #CCCCCF; }
span { border-color: rgb(204,204,207); }
td.TdClassName
{
border-color: #CCCCCF;
}
.TagClassName
{
border-color: #CCCCCF;
}
</style>