#E0EED1

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

Shades of Frostee #E0EED1

Tints of Frostee #E0EED1

Color information

#E0EED1 (or 0xE0EED1) is unknown color: approx Frostee. HEX triplet: E0, EE and D1. RGB value is (224,238,209). Sum of RGB (Red+Green+Blue) = 224+238+209=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 209 (82.03% from 255 or 31.15% from 671); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EED1 is #1F112E. Grayscale: #E6E6E6. Windows color (decimal): -2036015 or 13758176. OLE color: 13758176.

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

Color convert

RGB224238209-
CMYK0.0600.120.07
HSL88.97º46.03%87.65%-
HSV(B)88.97º12.18%93.33%-
XYZ72.8281.672.23-
YUV230.51115.86123.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.38%
GREEN value IS 238 (93.36% from 255) = 35.47%
BLUE value IS 209 (82.03% from 255) = 31.15%
R=33.38%
G=35.47%
B=31.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242382090.0600.120.0788.9746.0387.65
HexE0EED160C7592e58
Octal3403563216014713156130
Binary1110000011101110110100011100110011110110011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EED1; }

 p { color: rgb(224,238,209); }

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

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

 a { background-color: rgb(224,238,209); }

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

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

 span { border-color: rgb(224,238,209); }

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