#E1EDBA

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

Shades of Frost #E1EDBA

Tints of Frost #E1EDBA

Color information

#E1EDBA (or 0xE1EDBA) is unknown color: approx Frost. HEX triplet: E1, ED and BA. RGB value is (225,237,186). Sum of RGB (Red+Green+Blue) = 225+237+186=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EDBA is #1E1245. Grayscale: #E3E3E3. Windows color (decimal): -1970758 or 12250593. OLE color: 12250593.

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

Color convert

RGB225237186-
CMYK0.0500.220.07
HSL74.12º58.62%82.94%-
HSV(B)74.12º21.52%92.94%-
XYZ70.280.1258.22-
YUV227.6104.52126.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.72%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 186 (73.05% from 255) = 28.70%
R=34.72%
G=36.57%
B=28.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252371860.0500.220.0774.1258.6282.94
HexE1EDBA501674a3b53
Octal3413552725026711273123
Binary11100001111011011011101010101011011110010101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EDBA; }

 p { color: rgb(225,237,186); }

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

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

 a { background-color: rgb(225,237,186); }

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

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

 span { border-color: rgb(225,237,186); }

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