#E1EBBD

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

Shades of Frost #E1EBBD

Tints of Frost #E1EBBD

Color information

#E1EBBD (or 0xE1EBBD) is unknown color: approx Frost. HEX triplet: E1, EB and BD. RGB value is (225,235,189). Sum of RGB (Red+Green+Blue) = 225+235+189=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EBBD is #1E1442. Grayscale: #E2E2E2. Windows color (decimal): -1971267 or 12446689. OLE color: 12446689.

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

Color convert

RGB225235189-
CMYK0.0400.200.08
HSL73.04º53.49%83.14%-
HSV(B)73.04º19.57%92.16%-
XYZ69.9479.159.73-
YUV226.77106.69126.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.67%
GREEN value IS 235 (92.19% from 255) = 36.21%
BLUE value IS 189 (74.22% from 255) = 29.12%
R=34.67%
G=36.21%
B=29.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252351890.0400.200.0873.0453.4983.14
HexE1EBBD40148493553
Octal34135327540241011165123
Binary111000011110101110111101100010100100010010011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EBBD; }

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

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

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

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

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

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

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

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