#E2EFD5

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

Shades of Frostee #E2EFD5

Tints of Frostee #E2EFD5

Color information

#E2EFD5 (or 0xE2EFD5) is unknown color: approx Frostee. HEX triplet: E2, EF and D5. RGB value is (226,239,213). Sum of RGB (Red+Green+Blue) = 226+239+213=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 213 (83.59% from 255 or 31.42% from 678); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EFD5 is #1D102A. Grayscale: #E8E8E8. Windows color (decimal): -1904683 or 14020578. OLE color: 14020578.

HSL color Cylindrical-coordinate representation of color #E2EFD5: hue angle of 90º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2EFD5 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB226239213-
CMYK0.0500.110.06
HSL90º44.83%88.63%-
HSV(B)90º10.88%93.73%-
XYZ74.2482.7175-
YUV232.15117.19123.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.33%
GREEN value IS 239 (93.75% from 255) = 35.25%
BLUE value IS 213 (83.59% from 255) = 31.42%
R=33.33%
G=35.25%
B=31.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262392130.0500.110.069044.8388.63
HexE2EFD550B65a2d59
Octal3423573255013613255131
Binary1110001011101111110101011010101111010110101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EFD5; }

 p { color: rgb(226,239,213); }

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

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

 a { background-color: rgb(226,239,213); }

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

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

 span { border-color: rgb(226,239,213); }

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