#CEF0EE

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

Shades of Foam #CEF0EE

Tints of Foam #CEF0EE

Color information

#CEF0EE (or 0xCEF0EE) is unknown color: approx Foam. HEX triplet: CE, F0 and EE. RGB value is (206,240,238). Sum of RGB (Red+Green+Blue) = 206+240+238=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0EE is #310F11. Grayscale: #E5E5E5. Windows color (decimal): -3215122 or 15659214. OLE color: 15659214.

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

Color convert

RGB206240238-
CMYK0.1400.010.06
HSL176.47º53.12%87.45%-
HSV(B)176.47º14.17%94.12%-
XYZ72.0581.6292.84-
YUV229.61132.74111.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.12%
GREEN value IS 240 (94.14% from 255) = 35.09%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=30.12%
G=35.09%
B=34.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062402380.1400.010.06176.4753.1287.45
HexCEF0EEE016b03557
Octal3163603561601626065127
Binary110011101111000011101110111001110101100001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0EE; }

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

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

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

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

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

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

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

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