#E1EFD1

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

Shades of Frostee #E1EFD1

Tints of Frostee #E1EFD1

Color information

#E1EFD1 (or 0xE1EFD1) is unknown color: approx Frostee. HEX triplet: E1, EF and D1. RGB value is (225,239,209). Sum of RGB (Red+Green+Blue) = 225+239+209=673 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.43% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 209 (82.03% from 255 or 31.05% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #E1EFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EFD1 is #1E102E. Grayscale: #E7E7E7. Windows color (decimal): -1970223 or 13758433. OLE color: 13758433.

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

Color convert

RGB225239209-
CMYK0.0600.130.06
HSL88º48.39%87.84%-
HSV(B)88º12.55%93.73%-
XYZ73.4382.3472.35-
YUV231.39115.36123.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.43%
GREEN value IS 239 (93.75% from 255) = 35.51%
BLUE value IS 209 (82.03% from 255) = 31.05%
R=33.43%
G=35.51%
B=31.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252392090.0600.130.068848.3987.84
HexE1EFD160D6583058
Octal3413573216015613060130
Binary1110000111101111110100011100110111010110001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EFD1; }

 p { color: rgb(225,239,209); }

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

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

 a { background-color: rgb(225,239,209); }

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

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

 span { border-color: rgb(225,239,209); }

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