#E0EDBE

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

Shades of Snow Flurry #E0EDBE

Tints of Snow Flurry #E0EDBE

Color information

#E0EDBE (or 0xE0EDBE) is unknown color: approx Snow Flurry. HEX triplet: E0, ED and BE. RGB value is (224,237,190). Sum of RGB (Red+Green+Blue) = 224+237+190=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #E0EDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EDBE is #1F1241. Grayscale: #E3E3E3. Windows color (decimal): -2036290 or 12512736. OLE color: 12512736.

HSL color Cylindrical-coordinate representation of color #E0EDBE: hue angle of 76.6º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0EDBE is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB224237190-
CMYK0.0500.200.07
HSL76.6º56.63%83.73%-
HSV(B)76.6º19.83%92.94%-
XYZ70.3280.1360.48-
YUV227.76106.69125.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.41%
GREEN value IS 237 (92.97% from 255) = 36.41%
BLUE value IS 190 (74.61% from 255) = 29.19%
R=34.41%
G=36.41%
B=29.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242371900.0500.200.0776.656.6383.73
HexE0EDBE501474d3954
Octal3403552765024711571124
Binary11100000111011011011111010101010011110011011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EDBE; }

 p { color: rgb(224,237,190); }

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

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

 a { background-color: rgb(224,237,190); }

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

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

 span { border-color: rgb(224,237,190); }

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