#E2E3BF

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

Shades of Frost #E2E3BF

Tints of Frost #E2E3BF

Color information

#E2E3BF (or 0xE2E3BF) is unknown color: approx Frost. HEX triplet: E2, E3 and BF. RGB value is (226,227,191). Sum of RGB (Red+Green+Blue) = 226+227+191=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E3BF is #1D1C40. Grayscale: #DEDEDE. Windows color (decimal): -1907777 or 12575714. OLE color: 12575714.

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

Color convert

RGB226227191-
CMYK0.0000.160.11
HSL61.67º39.13%81.96%-
HSV(B)61.67º15.86%89.02%-
XYZ68.2474.8760.14-
YUV222.6110.17130.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.09%
GREEN value IS 227 (89.06% from 255) = 35.25%
BLUE value IS 191 (75% from 255) = 29.66%
R=35.09%
G=35.25%
B=29.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262271910.0000.160.1161.6739.1381.96
HexE2E3BF0010B3e2752
Octal3423432770020137647122
Binary111000101110001110111111001000010111111101001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E3BF; }

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

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

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

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

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

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

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

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