#E2EFBD

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

Shades of Snow Flurry #E2EFBD

Tints of Snow Flurry #E2EFBD

Color information

#E2EFBD (or 0xE2EFBD) is unknown color: approx Snow Flurry. HEX triplet: E2, EF and BD. RGB value is (226,239,189). Sum of RGB (Red+Green+Blue) = 226+239+189=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EFBD is #1D1042. Grayscale: #E5E5E5. Windows color (decimal): -1904707 or 12447714. OLE color: 12447714.

HSL color Cylindrical-coordinate representation of color #E2EFBD: hue angle of 75.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2EFBD is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB226239189-
CMYK0.0500.210.06
HSL75.6º60.98%83.92%-
HSV(B)75.6º20.92%93.73%-
XYZ71.4281.5860.13-
YUV229.41105.19125.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.56%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 189 (74.22% from 255) = 28.90%
R=34.56%
G=36.54%
B=28.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262391890.0500.210.0675.660.9883.92
HexE2EFBD501564c3d54
Octal3423572755025611475124
Binary11100010111011111011110110101010111010011001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EFBD; }

 p { color: rgb(226,239,189); }

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

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

 a { background-color: rgb(226,239,189); }

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

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

 span { border-color: rgb(226,239,189); }

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