#EEFAD2

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

Shades of Snow Flurry #EEFAD2

Tints of Snow Flurry #EEFAD2

Color information

#EEFAD2 (or 0xEEFAD2) is unknown color: approx Snow Flurry. HEX triplet: EE, FA and D2. RGB value is (238,250,210). Sum of RGB (Red+Green+Blue) = 238+250+210=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 210 (82.42% from 255 or 30.09% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAD2 is #11052D. Grayscale: #F1F1F1. Windows color (decimal): -1115438 or 13826798. OLE color: 13826798.

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

Color convert

RGB238250210-
CMYK0.0500.160.02
HSL78º80%90.2%-
HSV(B)78º16%98.04%-
XYZ81.0891.274.3-
YUV241.85110.02125.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.10%
GREEN value IS 250 (98.05% from 255) = 35.82%
BLUE value IS 210 (82.42% from 255) = 30.09%
R=34.10%
G=35.82%
B=30.09%

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
Decimal2382502100.0500.160.02788090.2
HexEEFAD2501024e505a
Octal35637232250202116120132
Binary11101110111110101101001010101000010100111010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAD2; }

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

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

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

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

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

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

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

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