#E2E8BF

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

Shades of Frost #E2E8BF

Tints of Frost #E2E8BF

Color information

#E2E8BF (or 0xE2E8BF) is unknown color: approx Frost. HEX triplet: E2, E8 and BF. RGB value is (226,232,191). Sum of RGB (Red+Green+Blue) = 226+232+191=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E8BF is #1D1740. Grayscale: #E1E1E1. Windows color (decimal): -1906497 or 12576994. OLE color: 12576994.

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

Color convert

RGB226232191-
CMYK0.0300.180.09
HSL68.78º47.13%82.94%-
HSV(B)68.78º17.67%90.98%-
XYZ69.6277.6460.61-
YUV225.53108.51128.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.82%
GREEN value IS 232 (91.02% from 255) = 35.75%
BLUE value IS 191 (75% from 255) = 29.43%
R=34.82%
G=35.75%
B=29.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2262321910.0300.180.0968.7847.1382.94
HexE2E8BF30129452f53
Octal34235027730221110557123
Binary11100010111010001011111111010010100110001011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E8BF; }

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

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

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

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

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

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

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

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