#CEF0EB

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

Shades of Foam #CEF0EB

Tints of Foam #CEF0EB

Color information

#CEF0EB (or 0xCEF0EB) is unknown color: approx Foam. HEX triplet: CE, F0 and EB. RGB value is (206,240,235). Sum of RGB (Red+Green+Blue) = 206+240+235=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0EB is #310F14. Grayscale: #E5E5E5. Windows color (decimal): -3215125 or 15462606. OLE color: 15462606.

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

Color convert

RGB206240235-
CMYK0.1400.020.06
HSL171.18º53.12%87.45%-
HSV(B)171.18º14.17%94.12%-
XYZ71.6181.4490.54-
YUV229.26131.24111.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.25%
GREEN value IS 240 (94.14% from 255) = 35.24%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=30.25%
G=35.24%
B=34.51%

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
Decimal2062402350.1400.020.06171.1853.1287.45
HexCEF0EBE026ab3557
Octal3163603531602625365127
Binary1100111011110000111010111110010110101010111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0EB; }

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

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

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

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

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

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

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

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