#E4F0BD

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

Shades of Snow Flurry #E4F0BD

Tints of Snow Flurry #E4F0BD

Color information

#E4F0BD (or 0xE4F0BD) is unknown color: approx Snow Flurry. HEX triplet: E4, F0 and BD. RGB value is (228,240,189). Sum of RGB (Red+Green+Blue) = 228+240+189=657 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.70% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 240 - color contains mainly: green. Hex color #E4F0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4F0BD is #1B0F42. Grayscale: #E6E6E6. Windows color (decimal): -1773379 or 12447972. OLE color: 12447972.

HSL color Cylindrical-coordinate representation of color #E4F0BD: hue angle of 74.12º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4F0BD is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB228240189-
CMYK0.0500.210.06
HSL74.12º62.96%84.12%-
HSV(B)74.12º21.25%94.12%-
XYZ72.3482.4960.25-
YUV230.6104.52126.15-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.70%
GREEN value IS 240 (94.14% from 255) = 36.53%
BLUE value IS 189 (74.22% from 255) = 28.77%
R=34.70%
G=36.53%
B=28.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2282401890.0500.210.0674.1262.9684.12
HexE4F0BD501564a3f54
Octal3443602755025611277124
Binary11100100111100001011110110101010111010010101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F0BD; }

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

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

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

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

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

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

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

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