#E9F9BD

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

Shades of Snow Flurry #E9F9BD

Tints of Snow Flurry #E9F9BD

Color information

#E9F9BD (or 0xE9F9BD) is unknown color: approx Snow Flurry. HEX triplet: E9, F9 and BD. RGB value is (233,249,189). Sum of RGB (Red+Green+Blue) = 233+249+189=671 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.72% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 189 (74.22% from 255 or 28.17% from 671); Max value from RGB is 249 - color contains mainly: green. Hex color #E9F9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F9BD is #160642. Grayscale: #EDEDED. Windows color (decimal): -1443395 or 12450281. OLE color: 12450281.

HSL color Cylindrical-coordinate representation of color #E9F9BD: hue angle of 76º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9F9BD is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB233249189-
CMYK0.0600.240.02
HSL76º83.33%85.88%-
HSV(B)76º24.1%97.65%-
XYZ76.6788.7561.23-
YUV237.38100.7124.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.72%
GREEN value IS 249 (97.66% from 255) = 37.11%
BLUE value IS 189 (74.22% from 255) = 28.17%
R=34.72%
G=37.11%
B=28.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332491890.0600.240.027683.3385.88
HexE9F9BD601824c5356
Octal35137127560302114123126
Binary11101001111110011011110111001100010100110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F9BD; }

 p { color: rgb(233,249,189); }

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

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

 a { background-color: rgb(233,249,189); }

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

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

 span { border-color: rgb(233,249,189); }

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