#CEF0ED

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

Shades of Foam #CEF0ED

Tints of Foam #CEF0ED

Color information

#CEF0ED (or 0xCEF0ED) is unknown color: approx Foam. HEX triplet: CE, F0 and ED. RGB value is (206,240,237). Sum of RGB (Red+Green+Blue) = 206+240+237=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0ED is #310F12. Grayscale: #E5E5E5. Windows color (decimal): -3215123 or 15593678. OLE color: 15593678.

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

Color convert

RGB206240237-
CMYK0.1400.010.06
HSL174.71º53.12%87.45%-
HSV(B)174.71º14.17%94.12%-
XYZ71.981.5692.07-
YUV229.49132.24111.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.16%
GREEN value IS 240 (94.14% from 255) = 35.14%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=30.16%
G=35.14%
B=34.70%

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
Decimal2062402370.1400.010.06174.7153.1287.45
HexCEF0EDE016af3557
Octal3163603551601625765127
Binary110011101111000011101101111001110101011111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0ED; }

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

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

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

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

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

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

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

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