#EAFAD1

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

Shades of Snow Flurry #EAFAD1

Tints of Snow Flurry #EAFAD1

Color information

#EAFAD1 (or 0xEAFAD1) is unknown color: approx Snow Flurry. HEX triplet: EA, FA and D1. RGB value is (234,250,209). Sum of RGB (Red+Green+Blue) = 234+250+209=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 209 (82.03% from 255 or 30.16% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFAD1 is #15052E. Grayscale: #F0F0F0. Windows color (decimal): -1377583 or 13761258. OLE color: 13761258.

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

Color convert

RGB234250209-
CMYK0.0600.160.02
HSL83.41º80.39%90%-
HSV(B)83.41º16.4%98.04%-
XYZ79.6390.4773.59-
YUV240.54110.2123.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.77%
GREEN value IS 250 (98.05% from 255) = 36.08%
BLUE value IS 209 (82.03% from 255) = 30.16%
R=33.77%
G=36.08%
B=30.16%

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
Decimal2342502090.0600.160.0283.4180.3990
HexEAFAD16010253505a
Octal35237232160202123120132
Binary11101010111110101101000111001000010101001110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAD1; }

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

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

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

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

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

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

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

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