#E2F1D2

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

Shades of Frostee #E2F1D2

Tints of Frostee #E2F1D2

Color information

#E2F1D2 (or 0xE2F1D2) is unknown color: approx Frostee. HEX triplet: E2, F1 and D2. RGB value is (226,241,210). Sum of RGB (Red+Green+Blue) = 226+241+210=677 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.38% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 210 (82.42% from 255 or 31.02% from 677); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F1D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F1D2 is #1D0E2D. Grayscale: #E9E9E9. Windows color (decimal): -1904174 or 13824482. OLE color: 13824482.

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

Color convert

RGB226241210-
CMYK0.0600.130.05
HSL89.03º52.54%88.43%-
HSV(B)89.03º12.86%94.51%-
XYZ74.4583.7373.21-
YUV232.98115.03123.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.38%
GREEN value IS 241 (94.53% from 255) = 35.60%
BLUE value IS 210 (82.42% from 255) = 31.02%
R=33.38%
G=35.60%
B=31.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262412100.0600.130.0589.0352.5488.43
HexE2F1D260D5593558
Octal3423613226015513165130
Binary1110001011110001110100101100110110110110011101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F1D2; }

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

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

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

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

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

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

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

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