#CCECE9

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

Shades of Foam #CCECE9

Tints of Foam #CCECE9

Color information

#CCECE9 (or 0xCCECE9) is unknown color: approx Foam. HEX triplet: CC, EC and E9. RGB value is (204,236,233). Sum of RGB (Red+Green+Blue) = 204+236+233=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECE9 is #331316. Grayscale: #E2E2E2. Windows color (decimal): -3347223 or 15330508. OLE color: 15330508.

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

Color convert

RGB204236233-
CMYK0.1400.010.07
HSL174.38º45.71%86.27%-
HSV(B)174.38º13.56%92.55%-
XYZ69.6178.7188.62-
YUV226.09131.9112.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.31%
GREEN value IS 236 (92.58% from 255) = 35.07%
BLUE value IS 233 (91.41% from 255) = 34.62%
R=30.31%
G=35.07%
B=34.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042362330.1400.010.07174.3845.7186.27
HexCCECE9E017ae2e56
Octal3143543511601725656126
Binary110011001110110011101001111001111101011101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECE9; }

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

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

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

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

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

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

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

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