#E1E8BF

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

Shades of Frost #E1E8BF

Tints of Frost #E1E8BF

Color information

#E1E8BF (or 0xE1E8BF) is unknown color: approx Frost. HEX triplet: E1, E8 and BF. RGB value is (225,232,191). Sum of RGB (Red+Green+Blue) = 225+232+191=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 232 (91.02% from 255 or 35.80% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 232 - color contains mainly: green. Hex color #E1E8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1E8BF is #1E1740. Grayscale: #E1E1E1. Windows color (decimal): -1972033 or 12576993. OLE color: 12576993.

HSL color Cylindrical-coordinate representation of color #E1E8BF: hue angle of 70.24º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1E8BF is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB225232191-
CMYK0.0300.180.09
HSL70.24º47.13%82.94%-
HSV(B)70.24º17.67%90.98%-
XYZ69.3177.4860.59-
YUV225.23108.68127.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.72%
GREEN value IS 232 (91.02% from 255) = 35.80%
BLUE value IS 191 (75% from 255) = 29.48%
R=34.72%
G=35.80%
B=29.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2252321910.0300.180.0970.2447.1382.94
HexE1E8BF30129462f53
Octal34135027730221110657123
Binary11100001111010001011111111010010100110001101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E8BF; }

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

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

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

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

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

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

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

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