#EEFBD2

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

Shades of Snow Flurry #EEFBD2

Tints of Snow Flurry #EEFBD2

Color information

#EEFBD2 (or 0xEEFBD2) is unknown color: approx Snow Flurry. HEX triplet: EE, FB and D2. RGB value is (238,251,210). Sum of RGB (Red+Green+Blue) = 238+251+210=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 210 (82.42% from 255 or 30.04% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBD2 is #11042D. Grayscale: #F2F2F2. Windows color (decimal): -1115182 or 13827054. OLE color: 13827054.

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

Color convert

RGB238251210-
CMYK0.0500.160.02
HSL79.02º83.67%90.39%-
HSV(B)79.02º16.33%98.43%-
XYZ81.3991.8274.41-
YUV242.44109.69124.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 251 (98.44% from 255) = 35.91%
BLUE value IS 210 (82.42% from 255) = 30.04%
R=34.05%
G=35.91%
B=30.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382512100.0500.160.0279.0283.6790.39
HexEEFBD2501024f545a
Octal35637332250202117124132
Binary11101110111110111101001010101000010100111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBD2; }

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

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

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

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

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

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

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

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