#EAFAD2

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

Shades of Snow Flurry #EAFAD2

Tints of Snow Flurry #EAFAD2

Color information

#EAFAD2 (or 0xEAFAD2) is unknown color: approx Snow Flurry. HEX triplet: EA, FA and D2. RGB value is (234,250,210). Sum of RGB (Red+Green+Blue) = 234+250+210=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 210 (82.42% from 255 or 30.26% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFAD2 is #15052D. Grayscale: #F0F0F0. Windows color (decimal): -1377582 or 13826794. OLE color: 13826794.

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

Color convert

RGB234250210-
CMYK0.0600.160.02
HSL84º80%90.2%-
HSV(B)84º16%98.04%-
XYZ79.7590.5274.24-
YUV240.66110.7123.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.72%
GREEN value IS 250 (98.05% from 255) = 36.02%
BLUE value IS 210 (82.42% from 255) = 30.26%
R=33.72%
G=36.02%
B=30.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342502100.0600.160.02848090.2
HexEAFAD26010254505a
Octal35237232260202124120132
Binary11101010111110101101001011001000010101010010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAD2; }

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

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

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

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

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

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

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

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