#EAFAD5

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

Shades of Snow Flurry #EAFAD5

Tints of Snow Flurry #EAFAD5

Color information

#EAFAD5 (or 0xEAFAD5) is unknown color: approx Snow Flurry. HEX triplet: EA, FA and D5. RGB value is (234,250,213). Sum of RGB (Red+Green+Blue) = 234+250+213=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 213 (83.59% from 255 or 30.56% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFAD5 is #15052A. Grayscale: #F1F1F1. Windows color (decimal): -1377579 or 14023402. OLE color: 14023402.

HSL color Cylindrical-coordinate representation of color #EAFAD5: hue angle of 85.95º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAFAD5 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB234250213-
CMYK0.0600.150.02
HSL85.95º78.72%90.78%-
HSV(B)85.95º14.8%98.04%-
XYZ80.1390.6776.23-
YUV241112.2123.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.57%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 213 (83.59% from 255) = 30.56%
R=33.57%
G=35.87%
B=30.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342502130.0600.150.0285.9578.7290.78
HexEAFAD560F2564f5b
Octal35237232560172126117133
Binary1110101011111010110101011100111110101011010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAD5; }

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

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

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

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

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

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

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

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