#E0FBB4

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

Shades of Snow Flurry #E0FBB4

Tints of Snow Flurry #E0FBB4

Color information

#E0FBB4 (or 0xE0FBB4) is unknown color: approx Snow Flurry. HEX triplet: E0, FB and B4. RGB value is (224,251,180). Sum of RGB (Red+Green+Blue) = 224+251+180=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 180 (70.70% from 255 or 27.48% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FBB4 is #1F044B. Grayscale: #EBEBEB. Windows color (decimal): -2032716 or 11860960. OLE color: 11860960.

HSL color Cylindrical-coordinate representation of color #E0FBB4: hue angle of 82.82º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0FBB4 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB224251180-
CMYK0.1100.280.02
HSL82.82º89.87%84.51%-
HSV(B)82.82º28.29%98.43%-
XYZ73.4888.1456.32-
YUV234.8397.05120.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.20%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 180 (70.70% from 255) = 27.48%
R=34.20%
G=38.32%
B=27.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242511800.1100.280.0282.8289.8784.51
HexE0FBB4B01C2535a55
Octal340373264130342123132125
Binary111000001111101110110100101101110010101001110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FBB4; }

 p { color: rgb(224,251,180); }

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

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

 a { background-color: rgb(224,251,180); }

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

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

 span { border-color: rgb(224,251,180); }

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