#CEF2EC

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

Shades of Foam #CEF2EC

Tints of Foam #CEF2EC

Color information

#CEF2EC (or 0xCEF2EC) is unknown color: approx Foam. HEX triplet: CE, F2 and EC. RGB value is (206,242,236). Sum of RGB (Red+Green+Blue) = 206+242+236=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2EC is #310D13. Grayscale: #E6E6E6. Windows color (decimal): -3214612 or 15528654. OLE color: 15528654.

HSL color Cylindrical-coordinate representation of color #CEF2EC: hue angle of 170º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF2EC is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB206242236-
CMYK0.1500.020.05
HSL170º58.06%87.84%-
HSV(B)170º14.88%94.9%-
XYZ72.3582.6891.5-
YUV230.55131.07110.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.12%
GREEN value IS 242 (94.92% from 255) = 35.38%
BLUE value IS 236 (92.58% from 255) = 34.50%
R=30.12%
G=35.38%
B=34.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062422360.1500.020.0517058.0687.84
HexCEF2ECF025aa3a58
Octal3163623541702525272130
Binary1100111011110010111011001111010101101010101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF2EC; }

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

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

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

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

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

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

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

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