#CCECEC

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

Shades of Mabel #CCECEC

Tints of Mabel #CCECEC

Color information

#CCECEC (or 0xCCECEC) is unknown color: approx Mabel. HEX triplet: CC, EC and EC. RGB value is (204,236,236). Sum of RGB (Red+Green+Blue) = 204+236+236=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #CCECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECEC is #331313. Grayscale: #E2E2E2. Windows color (decimal): -3347220 or 15527116. OLE color: 15527116.

HSL color Cylindrical-coordinate representation of color #CCECEC: hue angle of 180º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCECEC is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204236236-
CMYK0.14000.07
HSL180º45.71%86.27%-
HSV(B)180º13.56%92.55%-
XYZ70.0478.8890.89-
YUV226.43133.4112-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.18%
GREEN value IS 236 (92.58% from 255) = 34.91%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=30.18%
G=34.91%
B=34.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042362360.14000.0718045.7186.27
HexCCECECE007b42e56
Octal3143543541600726456126
Binary110011001110110011101100111000111101101001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECEC; }

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

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

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

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

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

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

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

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