#E1EBBA

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

Shades of Frost #E1EBBA

Tints of Frost #E1EBBA

Color information

#E1EBBA (or 0xE1EBBA) is unknown color: approx Frost. HEX triplet: E1, EB and BA. RGB value is (225,235,186). Sum of RGB (Red+Green+Blue) = 225+235+186=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EBBA is #1E1445. Grayscale: #E2E2E2. Windows color (decimal): -1971270 or 12250081. OLE color: 12250081.

HSL color Cylindrical-coordinate representation of color #E1EBBA: hue angle of 72.24º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1EBBA is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB225235186-
CMYK0.0400.210.08
HSL72.24º55.06%82.55%-
HSV(B)72.24º20.85%92.16%-
XYZ69.6278.9758.03-
YUV226.42105.19126.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.83%
GREEN value IS 235 (92.19% from 255) = 36.38%
BLUE value IS 186 (73.05% from 255) = 28.79%
R=34.83%
G=36.38%
B=28.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252351860.0400.210.0872.2455.0682.55
HexE1EBBA40158483753
Octal34135327240251011067123
Binary111000011110101110111010100010101100010010001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EBBA; }

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

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

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

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

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

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

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

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