#E2F4CE

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

Shades of Frostee #E2F4CE

Tints of Frostee #E2F4CE

Color information

#E2F4CE (or 0xE2F4CE) is unknown color: approx Frostee. HEX triplet: E2, F4 and CE. RGB value is (226,244,206). Sum of RGB (Red+Green+Blue) = 226+244+206=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 244 (95.70% from 255 or 36.09% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F4CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F4CE is #1D0B31. Grayscale: #EAEAEA. Windows color (decimal): -1903410 or 13563106. OLE color: 13563106.

HSL color Cylindrical-coordinate representation of color #E2F4CE: hue angle of 88.42º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2F4CE is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB226244206-
CMYK0.0700.160.04
HSL88.42º63.33%88.24%-
HSV(B)88.42º15.57%95.69%-
XYZ74.8685.3370.92-
YUV234.29112.04122.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.43%
GREEN value IS 244 (95.70% from 255) = 36.09%
BLUE value IS 206 (80.86% from 255) = 30.47%
R=33.43%
G=36.09%
B=30.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262442060.0700.160.0488.4263.3388.24
HexE2F4CE70104583f58
Octal3423643167020413077130
Binary11100010111101001100111011101000010010110001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F4CE; }

 p { color: rgb(226,244,206); }

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

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

 a { background-color: rgb(226,244,206); }

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

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

 span { border-color: rgb(226,244,206); }

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