#E2E4BE

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

Shades of Frost #E2E4BE

Tints of Frost #E2E4BE

Color information

#E2E4BE (or 0xE2E4BE) is unknown color: approx Frost. HEX triplet: E2, E4 and BE. RGB value is (226,228,190). Sum of RGB (Red+Green+Blue) = 226+228+190=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E4BE is #1D1B41. Grayscale: #DFDFDF. Windows color (decimal): -1907522 or 12510434. OLE color: 12510434.

HSL color Cylindrical-coordinate representation of color #E2E4BE: hue angle of 63.16º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2E4BE is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB226228190-
CMYK0.0100.170.11
HSL63.16º41.3%81.96%-
HSV(B)63.16º16.67%89.41%-
XYZ68.475.3759.66-
YUV223.07109.34130.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.09%
GREEN value IS 228 (89.45% from 255) = 35.40%
BLUE value IS 190 (74.61% from 255) = 29.50%
R=35.09%
G=35.40%
B=29.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262281900.0100.170.1163.1641.381.96
HexE2E4BE1011B3f2952
Octal3423442761021137751122
Binary111000101110010010111110101000110111111111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E4BE; }

 p { color: rgb(226,228,190); }

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

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

 a { background-color: rgb(226,228,190); }

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

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

 span { border-color: rgb(226,228,190); }

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