#E0EBD5

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

Shades of Frostee #E0EBD5

Tints of Frostee #E0EBD5

Color information

#E0EBD5 (or 0xE0EBD5) is unknown color: approx Frostee. HEX triplet: E0, EB and D5. RGB value is (224,235,213). Sum of RGB (Red+Green+Blue) = 224+235+213=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 235 - color contains mainly: green. Hex color #E0EBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EBD5 is #1F142A. Grayscale: #E5E5E5. Windows color (decimal): -2036779 or 14019552. OLE color: 14019552.

HSL color Cylindrical-coordinate representation of color #E0EBD5: hue angle of 90º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0EBD5 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB224235213-
CMYK0.0500.090.08
HSL90º35.48%87.84%-
HSV(B)90º9.36%92.16%-
XYZ72.4680.0774.59-
YUV229.2118.86124.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.33%
GREEN value IS 235 (92.19% from 255) = 34.97%
BLUE value IS 213 (83.59% from 255) = 31.70%
R=33.33%
G=34.97%
B=31.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242352130.0500.090.089035.4887.84
HexE0EBD550985a2358
Octal34035332550111013243130
Binary11100000111010111101010110101001100010110101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EBD5; }

 p { color: rgb(224,235,213); }

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

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

 a { background-color: rgb(224,235,213); }

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

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

 span { border-color: rgb(224,235,213); }

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