#E1EBBF

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

Shades of Frost #E1EBBF

Tints of Frost #E1EBBF

Color information

#E1EBBF (or 0xE1EBBF) is unknown color: approx Frost. HEX triplet: E1, EB and BF. RGB value is (225,235,191). Sum of RGB (Red+Green+Blue) = 225+235+191=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EBBF is #1E1440. Grayscale: #E3E3E3. Windows color (decimal): -1971265 or 12577761. OLE color: 12577761.

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

Color convert

RGB225235191-
CMYK0.0400.190.08
HSL73.64º52.38%83.53%-
HSV(B)73.64º18.72%92.16%-
XYZ70.1679.1960.88-
YUV226.99107.69126.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.56%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 191 (75% from 255) = 29.34%
R=34.56%
G=36.10%
B=29.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252351910.0400.190.0873.6452.3883.53
HexE1EBBF401384a3454
Octal34135327740231011264124
Binary111000011110101110111111100010011100010010101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EBBF; }

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

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

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

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

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

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

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

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