#E5EFBF

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

Shades of Snow Flurry #E5EFBF

Tints of Snow Flurry #E5EFBF

Color information

#E5EFBF (or 0xE5EFBF) is unknown color: approx Snow Flurry. HEX triplet: E5, EF and BF. RGB value is (229,239,191). Sum of RGB (Red+Green+Blue) = 229+239+191=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 191 (75% from 255 or 28.98% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EFBF is #1A1040. Grayscale: #E6E6E6. Windows color (decimal): -1708097 or 12578789. OLE color: 12578789.

HSL color Cylindrical-coordinate representation of color #E5EFBF: hue angle of 72.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5EFBF is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB229239191-
CMYK0.0400.200.06
HSL72.5º60%84.31%-
HSV(B)72.5º20.08%93.73%-
XYZ72.5882.1561.32-
YUV230.54105.69126.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.75%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 191 (75% from 255) = 28.98%
R=34.75%
G=36.27%
B=28.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292391910.0400.200.0672.56084.31
HexE5EFBF40146483c54
Octal3453572774024611074124
Binary11100101111011111011111110001010011010010001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EFBF; }

 p { color: rgb(229,239,191); }

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

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

 a { background-color: rgb(229,239,191); }

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

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

 span { border-color: rgb(229,239,191); }

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