#CCCCCF

Color #CCCCCF Ghost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ghost #CCCCCF

Tints of Ghost #CCCCCF

Color information

#CCCCCF (or 0xCCCCCF) is unknown color: approx 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

RGB204204207-
CMYK0.010.0100.19
HSL240º3.03%80.59%-
HSV(B)240º1.45%81.18%-
XYZ57.7660.5367.67-
YUV204.34129.5127.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=33.17%
G=33.17%
B=33.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042042070.010.0100.192403.0380.59
HexCCCCCF11013f0351
Octal314314317110233603121
Binary1100110011001100110011111101001111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>