#E4F2BD

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

Shades of Snow Flurry #E4F2BD

Tints of Snow Flurry #E4F2BD

Color information

#E4F2BD (or 0xE4F2BD) is unknown color: approx Snow Flurry. HEX triplet: E4, F2 and BD. RGB value is (228,242,189). Sum of RGB (Red+Green+Blue) = 228+242+189=659 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.60% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4F2BD is #1B0D42. Grayscale: #E7E7E7. Windows color (decimal): -1772867 or 12448484. OLE color: 12448484.

HSL color Cylindrical-coordinate representation of color #E4F2BD: hue angle of 75.85º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E4F2BD is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB228242189-
CMYK0.0600.220.05
HSL75.85º67.09%84.51%-
HSV(B)75.85º21.9%94.9%-
XYZ72.9383.6760.45-
YUV231.77103.86125.31-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.60%
GREEN value IS 242 (94.92% from 255) = 36.72%
BLUE value IS 189 (74.22% from 255) = 28.68%
R=34.60%
G=36.72%
B=28.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2282421890.0600.220.0575.8567.0984.51
HexE4F2BD601654c4355
Octal34436227560265114103125
Binary111001001111001010111101110010110101100110010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F2BD; }

 p { color: rgb(228,242,189); }

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

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

 a { background-color: rgb(228,242,189); }

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

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

 span { border-color: rgb(228,242,189); }

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