#E0F3B5

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

Shades of Snow Flurry #E0F3B5

Tints of Snow Flurry #E0F3B5

Color information

#E0F3B5 (or 0xE0F3B5) is unknown color: approx Snow Flurry. HEX triplet: E0, F3 and B5. RGB value is (224,243,181). Sum of RGB (Red+Green+Blue) = 224+243+181=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 243 (95.31% from 255 or 37.5% from 648); Blue value is 181 (71.09% from 255 or 27.93% from 648); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F3B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F3B5 is #1F0C4A. Grayscale: #E6E6E6. Windows color (decimal): -2034763 or 11924448. OLE color: 11924448.

HSL color Cylindrical-coordinate representation of color #E0F3B5: hue angle of 78.39º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0F3B5 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB224243181-
CMYK0.0800.260.05
HSL78.39º72.09%83.14%-
HSV(B)78.39º25.51%95.29%-
XYZ71.1383.2856.04-
YUV230.25100.21123.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.57%
GREEN value IS 243 (95.31% from 255) = 37.5%
BLUE value IS 181 (71.09% from 255) = 27.93%
R=34.57%
G=37.5%
B=27.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242431810.0800.260.0578.3972.0983.14
HexE0F3B5801A54e4853
Octal340363265100325116110123
Binary1110000011110011101101011000011010101100111010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F3B5; }

 p { color: rgb(224,243,181); }

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

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

 a { background-color: rgb(224,243,181); }

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

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

 span { border-color: rgb(224,243,181); }

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