#CCECEA

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

Shades of Foam #CCECEA

Tints of Foam #CCECEA

Color information

#CCECEA (or 0xCCECEA) is unknown color: approx Foam. HEX triplet: CC, EC and EA. RGB value is (204,236,234). Sum of RGB (Red+Green+Blue) = 204+236+234=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECEA is #331315. Grayscale: #E2E2E2. Windows color (decimal): -3347222 or 15396044. OLE color: 15396044.

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

Color convert

RGB204236234-
CMYK0.1400.010.07
HSL176.25º45.71%86.27%-
HSV(B)176.25º13.56%92.55%-
XYZ69.7578.7789.37-
YUV226.2132.4112.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.27%
GREEN value IS 236 (92.58% from 255) = 35.01%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=30.27%
G=35.01%
B=34.72%

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
Decimal2042362340.1400.010.07176.2545.7186.27
HexCCECEAE017b02e56
Octal3143543521601726056126
Binary110011001110110011101010111001111101100001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECEA; }

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

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

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

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

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

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

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

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