#E2EFD2

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

Shades of Frostee #E2EFD2

Tints of Frostee #E2EFD2

Color information

#E2EFD2 (or 0xE2EFD2) is unknown color: approx Frostee. HEX triplet: E2, EF and D2. RGB value is (226,239,210). Sum of RGB (Red+Green+Blue) = 226+239+210=675 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.48% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 210 (82.42% from 255 or 31.11% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EFD2 is #1D102D. Grayscale: #E7E7E7. Windows color (decimal): -1904686 or 13823970. OLE color: 13823970.

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

Color convert

RGB226239210-
CMYK0.0500.120.06
HSL86.9º47.54%88.04%-
HSV(B)86.9º12.13%93.73%-
XYZ73.8682.5573.01-
YUV231.81115.69123.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.48%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 210 (82.42% from 255) = 31.11%
R=33.48%
G=35.41%
B=31.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262392100.0500.120.0686.947.5488.04
HexE2EFD250C6573058
Octal3423573225014612760130
Binary1110001011101111110100101010110011010101111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EFD2; }

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

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

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

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

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

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

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

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