#EEFBD5

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

Shades of Snow Flurry #EEFBD5

Tints of Snow Flurry #EEFBD5

Color information

#EEFBD5 (or 0xEEFBD5) is unknown color: approx Snow Flurry. HEX triplet: EE, FB and D5. RGB value is (238,251,213). Sum of RGB (Red+Green+Blue) = 238+251+213=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 213 (83.59% from 255 or 30.34% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBD5 is #11042A. Grayscale: #F2F2F2. Windows color (decimal): -1115179 or 14023662. OLE color: 14023662.

HSL color Cylindrical-coordinate representation of color #EEFBD5: hue angle of 80.53º degrees, saturation: 0.83, 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 #EEFBD5 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB238251213-
CMYK0.0500.150.02
HSL80.53º82.61%90.98%-
HSV(B)80.53º15.14%98.43%-
XYZ81.7791.9876.39-
YUV242.78111.19124.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.90%
GREEN value IS 251 (98.44% from 255) = 35.75%
BLUE value IS 213 (83.59% from 255) = 30.34%
R=33.90%
G=35.75%
B=30.34%

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
Decimal2382512130.0500.150.0280.5382.6190.98
HexEEFBD550F251535b
Octal35637332550172121123133
Binary1110111011111011110101011010111110101000110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBD5; }

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

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

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

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

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

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

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

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