#E1E1BF

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

Shades of Frost #E1E1BF

Tints of Frost #E1E1BF

Color information

#E1E1BF (or 0xE1E1BF) is unknown color: approx Frost. HEX triplet: E1, E1 and BF. RGB value is (225,225,191). Sum of RGB (Red+Green+Blue) = 225+225+191=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E1BF is #1E1E40. Grayscale: #DDDDDD. Windows color (decimal): -1973825 or 12575201. OLE color: 12575201.

HSL color Cylindrical-coordinate representation of color #E1E1BF: hue angle of 60º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1E1BF is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB225225191-
CMYK000.150.12
HSL60º36.17%81.57%-
HSV(B)60º15.11%88.24%-
XYZ67.3873.6259.95-
YUV221.12111130.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.10%
GREEN value IS 225 (88.28% from 255) = 35.10%
BLUE value IS 191 (75% from 255) = 29.80%
R=35.10%
G=35.10%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225225191000.150.126036.1781.57
HexE1E1BF00FC3c2452
Octal3413412770017147444122
Binary11100001111000011011111100111111001111001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E1BF; }

 p { color: rgb(225,225,191); }

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

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

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

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

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

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

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