#E1EEBA

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

Shades of Frost #E1EEBA

Tints of Frost #E1EEBA

Color information

#E1EEBA (or 0xE1EEBA) is unknown color: approx Frost. HEX triplet: E1, EE and BA. RGB value is (225,238,186). Sum of RGB (Red+Green+Blue) = 225+238+186=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #E1EEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EEBA is #1E1145. Grayscale: #E4E4E4. Windows color (decimal): -1970502 or 12250849. OLE color: 12250849.

HSL color Cylindrical-coordinate representation of color #E1EEBA: hue angle of 75º degrees, saturation: 0.6, 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 #E1EEBA is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB225238186-
CMYK0.0500.220.07
HSL75º60.47%83.14%-
HSV(B)75º21.85%93.33%-
XYZ70.4980.758.32-
YUV228.18104.19125.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.67%
GREEN value IS 238 (93.36% from 255) = 36.67%
BLUE value IS 186 (73.05% from 255) = 28.66%
R=34.67%
G=36.67%
B=28.66%

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
Decimal2252381860.0500.220.077560.4783.14
HexE1EEBA501674b3c53
Octal3413562725026711374123
Binary11100001111011101011101010101011011110010111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EEBA; }

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

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

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

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

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

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

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

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