#E2E7BF

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

Shades of Frost #E2E7BF

Tints of Frost #E2E7BF

Color information

#E2E7BF (or 0xE2E7BF) is unknown color: approx Frost. HEX triplet: E2, E7 and BF. RGB value is (226,231,191). Sum of RGB (Red+Green+Blue) = 226+231+191=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E7BF is #1D1840. Grayscale: #E1E1E1. Windows color (decimal): -1906753 or 12576738. OLE color: 12576738.

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

Color convert

RGB226231191-
CMYK0.0200.170.09
HSL67.5º45.45%82.75%-
HSV(B)67.5º17.32%90.59%-
XYZ69.3477.0860.51-
YUV224.94108.84128.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.88%
GREEN value IS 231 (90.62% from 255) = 35.65%
BLUE value IS 191 (75% from 255) = 29.48%
R=34.88%
G=35.65%
B=29.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2262311910.0200.170.0967.545.4582.75
HexE2E7BF20119442d53
Octal34234727720211110455123
Binary11100010111001111011111110010001100110001001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E7BF; }

 p { color: rgb(226,231,191); }

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

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

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

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

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

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

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