#EEFBD6

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

Shades of Snow Flurry #EEFBD6

Tints of Snow Flurry #EEFBD6

Color information

#EEFBD6 (or 0xEEFBD6) is unknown color: approx Snow Flurry. HEX triplet: EE, FB and D6. RGB value is (238,251,214). Sum of RGB (Red+Green+Blue) = 238+251+214=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 214 (83.98% from 255 or 30.44% from 703); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBD6 is #110429. Grayscale: #F3F3F3. Windows color (decimal): -1115178 or 14089198. OLE color: 14089198.

HSL color Cylindrical-coordinate representation of color #EEFBD6: hue angle of 81.08º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEFBD6 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB238251214-
CMYK0.0500.150.02
HSL81.08º82.22%91.18%-
HSV(B)81.08º14.74%98.43%-
XYZ81.8992.0377.06-
YUV242.9111.69124.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.85%
GREEN value IS 251 (98.44% from 255) = 35.70%
BLUE value IS 214 (83.98% from 255) = 30.44%
R=33.85%
G=35.70%
B=30.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382512140.0500.150.0281.0882.2291.18
HexEEFBD650F251525b
Octal35637332650172121122133
Binary1110111011111011110101101010111110101000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBD6; }

 p { color: rgb(238,251,214); }

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

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

 a { background-color: rgb(238,251,214); }

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

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

 span { border-color: rgb(238,251,214); }

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