#CCEBE9

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

Shades of Foam #CCEBE9

Tints of Foam #CCEBE9

Color information

#CCEBE9 (or 0xCCEBE9) is unknown color: approx Foam. HEX triplet: CC, EB and E9. RGB value is (204,235,233). Sum of RGB (Red+Green+Blue) = 204+235+233=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBE9 is #331416. Grayscale: #E1E1E1. Windows color (decimal): -3347479 or 15330252. OLE color: 15330252.

HSL color Cylindrical-coordinate representation of color #CCEBE9: hue angle of 176.13º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEBE9 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB204235233-
CMYK0.1300.010.08
HSL176.13º43.66%86.08%-
HSV(B)176.13º13.19%92.16%-
XYZ69.3278.1488.52-
YUV225.5132.23112.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.36%
GREEN value IS 235 (92.19% from 255) = 34.97%
BLUE value IS 233 (91.41% from 255) = 34.67%
R=30.36%
G=34.97%
B=34.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042352330.1300.010.08176.1343.6686.08
HexCCEBE9D018b02c56
Octal31435335115011026054126
Binary1100110011101011111010011101011000101100001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBE9; }

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

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

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

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

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

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

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

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