#CCECE8

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

Shades of Foam #CCECE8

Tints of Foam #CCECE8

Color information

#CCECE8 (or 0xCCECE8) is unknown color: approx Foam. HEX triplet: CC, EC and E8. RGB value is (204,236,232). Sum of RGB (Red+Green+Blue) = 204+236+232=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECE8 is #331317. Grayscale: #E1E1E1. Windows color (decimal): -3347224 or 15264972. OLE color: 15264972.

HSL color Cylindrical-coordinate representation of color #CCECE8: hue angle of 172.5º 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 #CCECE8 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB204236232-
CMYK0.1400.020.07
HSL172.5º45.71%86.27%-
HSV(B)172.5º13.56%92.55%-
XYZ69.4678.6587.86-
YUV225.98131.4112.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.36%
GREEN value IS 236 (92.58% from 255) = 35.12%
BLUE value IS 232 (91.02% from 255) = 34.52%
R=30.36%
G=35.12%
B=34.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042362320.1400.020.07172.545.7186.27
HexCCECE8E027ac2e56
Octal3143543501602725456126
Binary1100110011101100111010001110010111101011001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECE8; }

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

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

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

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

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

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

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

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