#CEF0EC

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

Shades of Foam #CEF0EC

Tints of Foam #CEF0EC

Color information

#CEF0EC (or 0xCEF0EC) is unknown color: approx Foam. HEX triplet: CE, F0 and EC. RGB value is (206,240,236). Sum of RGB (Red+Green+Blue) = 206+240+236=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0EC is #310F13. Grayscale: #E5E5E5. Windows color (decimal): -3215124 or 15528142. OLE color: 15528142.

HSL color Cylindrical-coordinate representation of color #CEF0EC: hue angle of 172.94º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEF0EC is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB206240236-
CMYK0.1400.020.06
HSL172.94º53.12%87.45%-
HSV(B)172.94º14.17%94.12%-
XYZ71.7581.591.31-
YUV229.38131.74111.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.21%
GREEN value IS 240 (94.14% from 255) = 35.19%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=30.21%
G=35.19%
B=34.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062402360.1400.020.06172.9453.1287.45
HexCEF0ECE026ad3557
Octal3163603541602625565127
Binary1100111011110000111011001110010110101011011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0EC; }

 p { color: rgb(206,240,236); }

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

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

 a { background-color: rgb(206,240,236); }

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

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

 span { border-color: rgb(206,240,236); }

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