#EEFAD1

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

Shades of Snow Flurry #EEFAD1

Tints of Snow Flurry #EEFAD1

Color information

#EEFAD1 (or 0xEEFAD1) is unknown color: approx Snow Flurry. HEX triplet: EE, FA and D1. RGB value is (238,250,209). Sum of RGB (Red+Green+Blue) = 238+250+209=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 209 (82.03% from 255 or 29.99% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAD1 is #11052E. Grayscale: #F1F1F1. Windows color (decimal): -1115439 or 13761262. OLE color: 13761262.

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

Color convert

RGB238250209-
CMYK0.0500.160.02
HSL77.56º80.39%90%-
HSV(B)77.56º16.4%98.04%-
XYZ80.9591.1573.65-
YUV241.74109.52125.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.15%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 209 (82.03% from 255) = 29.99%
R=34.15%
G=35.87%
B=29.99%

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
Decimal2382502090.0500.160.0277.5680.3990
HexEEFAD1501024e505a
Octal35637232150202116120132
Binary11101110111110101101000110101000010100111010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAD1; }

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

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

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

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

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

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

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

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