#E1EDBB

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

Shades of Frost #E1EDBB

Tints of Frost #E1EDBB

Color information

#E1EDBB (or 0xE1EDBB) is unknown color: approx Frost. HEX triplet: E1, ED and BB. RGB value is (225,237,187). Sum of RGB (Red+Green+Blue) = 225+237+187=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EDBB is #1E1244. Grayscale: #E3E3E3. Windows color (decimal): -1970757 or 12316129. OLE color: 12316129.

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

Color convert

RGB225237187-
CMYK0.0500.210.07
HSL74.4º58.14%83.14%-
HSV(B)74.4º21.1%92.94%-
XYZ70.3180.1658.78-
YUV227.71105.02126.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.67%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 187 (73.44% from 255) = 28.81%
R=34.67%
G=36.52%
B=28.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252371870.0500.210.0774.458.1483.14
HexE1EDBB501574a3a53
Octal3413552735025711272123
Binary11100001111011011011101110101010111110010101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EDBB; }

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

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

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

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

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

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

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

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