#E0EDD1

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

Shades of Frostee #E0EDD1

Tints of Frostee #E0EDD1

Color information

#E0EDD1 (or 0xE0EDD1) is unknown color: approx Frostee. HEX triplet: E0, ED and D1. RGB value is (224,237,209). Sum of RGB (Red+Green+Blue) = 224+237+209=670 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.43% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #E0EDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EDD1 is #1F122E. Grayscale: #E6E6E6. Windows color (decimal): -2036271 or 13757920. OLE color: 13757920.

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

Color convert

RGB224237209-
CMYK0.0500.120.07
HSL87.86º43.75%87.45%-
HSV(B)87.86º11.81%92.94%-
XYZ72.5381.0272.14-
YUV229.92116.19123.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.43%
GREEN value IS 237 (92.97% from 255) = 35.37%
BLUE value IS 209 (82.03% from 255) = 31.19%
R=33.43%
G=35.37%
B=31.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242372090.0500.120.0787.8643.7587.45
HexE0EDD150C7582c57
Octal3403553215014713054127
Binary1110000011101101110100011010110011110110001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EDD1; }

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

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

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

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

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

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

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

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