#EEFBD1

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

Shades of Snow Flurry #EEFBD1

Tints of Snow Flurry #EEFBD1

Color information

#EEFBD1 (or 0xEEFBD1) is unknown color: approx Snow Flurry. HEX triplet: EE, FB and D1. RGB value is (238,251,209). Sum of RGB (Red+Green+Blue) = 238+251+209=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 209 (82.03% from 255 or 29.94% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBD1 is #11042E. Grayscale: #F2F2F2. Windows color (decimal): -1115183 or 13761518. OLE color: 13761518.

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

Color convert

RGB238251209-
CMYK0.0500.170.02
HSL78.57º84%90.2%-
HSV(B)78.57º16.73%98.43%-
XYZ81.2791.7773.75-
YUV242.32109.19124.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.10%
GREEN value IS 251 (98.44% from 255) = 35.96%
BLUE value IS 209 (82.03% from 255) = 29.94%
R=34.10%
G=35.96%
B=29.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382512090.0500.170.0278.578490.2
HexEEFBD1501124f545a
Octal35637332150212117124132
Binary11101110111110111101000110101000110100111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBD1; }

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

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

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

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

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

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

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

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