#CCEBE8

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

Shades of Foam #CCEBE8

Tints of Foam #CCEBE8

Color information

#CCEBE8 (or 0xCCEBE8) is unknown color: approx Foam. HEX triplet: CC, EB and E8. RGB value is (204,235,232). Sum of RGB (Red+Green+Blue) = 204+235+232=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBE8 is #331417. Grayscale: #E1E1E1. Windows color (decimal): -3347480 or 15264716. OLE color: 15264716.

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

Color convert

RGB204235232-
CMYK0.1300.010.08
HSL174.19º43.66%86.08%-
HSV(B)174.19º13.19%92.16%-
XYZ69.1878.0887.77-
YUV225.39131.73112.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.40%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 232 (91.02% from 255) = 34.58%
R=30.40%
G=35.02%
B=34.58%

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
Decimal2042352320.1300.010.08174.1943.6686.08
HexCCEBE8D018ae2c56
Octal31435335015011025654126
Binary1100110011101011111010001101011000101011101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBE8; }

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

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

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

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

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

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

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

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