#CCCCCE

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

Shades of Ghost #CCCCCE

Tints of Ghost #CCCCCE

Color information

#CCCCCE (or 0xCCCCCE) is unknown color: approx Ghost. HEX triplet: CC, CC and CE. RGB value is (204,204,206). Sum of RGB (Red+Green+Blue) = 204+204+206=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCCE is #333331. Grayscale: #CCCCCC. Windows color (decimal): -3355442 or 13552844. OLE color: 13552844.

HSL color Cylindrical-coordinate representation of color #CCCCCE: hue angle of 240º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCCCE is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204204206-
CMYK0.010.0100.19
HSL240º2%80.39%-
HSV(B)240º0.97%80.78%-
XYZ57.6460.4867.03-
YUV204.23129127.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 206 (80.86% from 255) = 33.55%
R=33.22%
G=33.22%
B=33.55%

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
Decimal2042042060.010.0100.19240280.39
HexCCCCCE11013f0250
Octal314314316110233602120
Binary1100110011001100110011101101001111110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCCE; }

 p { color: rgb(204,204,206); }

 H1.HeaderClassName
 {
   color: #CCCCCE;
 }
 .AnyTagClassName
 {
   color: #CCCCCE;
 }
</style>
background-color css

<style>
 a { background-color: #CCCCCE; }

 a { background-color: rgb(204,204,206); }

 div.DivClassName
 {
   background-color: #CCCCCE;
 }
 .BgClassName
 {
   background-color: #CCCCCE;
 }
</style>
border-color css

<style>
 span { border-color: #CCCCCE; }

 span { border-color: rgb(204,204,206); }

 td.TdClassName
 {
   border-color: #CCCCCE;
 }
 .TagClassName
 {
   border-color: #CCCCCE;
 }
</style>