#E1EED0

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

Shades of Frostee #E1EED0

Tints of Frostee #E1EED0

Color information

#E1EED0 (or 0xE1EED0) is unknown color: approx Frostee. HEX triplet: E1, EE and D0. RGB value is (225,238,208). Sum of RGB (Red+Green+Blue) = 225+238+208=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 238 - color contains mainly: green. Hex color #E1EED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EED0 is #1E112F. Grayscale: #E6E6E6. Windows color (decimal): -1970480 or 13692641. OLE color: 13692641.

HSL color Cylindrical-coordinate representation of color #E1EED0: hue angle of 86º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1EED0 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB225238208-
CMYK0.0500.130.07
HSL86º46.88%87.45%-
HSV(B)86º12.61%93.33%-
XYZ73.0181.7171.6-
YUV230.69115.19123.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.53%
GREEN value IS 238 (93.36% from 255) = 35.47%
BLUE value IS 208 (81.64% from 255) = 31.00%
R=33.53%
G=35.47%
B=31.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252382080.0500.130.078646.8887.45
HexE1EED050D7562f57
Octal3413563205015712657127
Binary1110000111101110110100001010110111110101101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EED0; }

 p { color: rgb(225,238,208); }

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

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

 a { background-color: rgb(225,238,208); }

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

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

 span { border-color: rgb(225,238,208); }

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