#E0FDBB

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

Shades of Snow Flurry #E0FDBB

Tints of Snow Flurry #E0FDBB

Color information

#E0FDBB (or 0xE0FDBB) is unknown color: approx Snow Flurry. HEX triplet: E0, FD and BB. RGB value is (224,253,187). Sum of RGB (Red+Green+Blue) = 224+253+187=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 187 (73.44% from 255 or 28.16% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FDBB is #1F0244. Grayscale: #EDEDED. Windows color (decimal): -2032197 or 12320224. OLE color: 12320224.

HSL color Cylindrical-coordinate representation of color #E0FDBB: hue angle of 86.36º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0FDBB is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB224253187-
CMYK0.1100.260.01
HSL86.36º94.29%86.27%-
HSV(B)86.36º26.09%99.22%-
XYZ74.8489.6960.38-
YUV236.899.89118.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.73%
GREEN value IS 253 (99.22% from 255) = 38.10%
BLUE value IS 187 (73.44% from 255) = 28.16%
R=33.73%
G=38.10%
B=28.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242531870.1100.260.0186.3694.2986.27
HexE0FDBBB01A1565e56
Octal340375273130321126136126
Binary11100000111111011011101110110110101101011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FDBB; }

 p { color: rgb(224,253,187); }

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

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

 a { background-color: rgb(224,253,187); }

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

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

 span { border-color: rgb(224,253,187); }

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