#EAFFD1

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

Shades of Snow Flurry #EAFFD1

Tints of Snow Flurry #EAFFD1

Color information

#EAFFD1 (or 0xEAFFD1) is unknown color: approx Snow Flurry. HEX triplet: EA, FF and D1. RGB value is (234,255,209). Sum of RGB (Red+Green+Blue) = 234+255+209=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 209 (82.03% from 255 or 29.94% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFD1 is #15002E. Grayscale: #F3F3F3. Windows color (decimal): -1376303 or 13762538. OLE color: 13762538.

HSL color Cylindrical-coordinate representation of color #EAFFD1: hue angle of 87.39º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAFFD1 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB234255209-
CMYK0.0800.180
HSL87.39º100%90.98%-
HSV(B)87.39º18.04%100%-
XYZ81.293.6274.11-
YUV243.48108.54121.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.52%
GREEN value IS 255 (100% from 255) = 36.53%
BLUE value IS 209 (82.03% from 255) = 29.94%
R=33.52%
G=36.53%
B=29.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552090.0800.18087.3910090.98
HexEAFFD18012057645b
Octal352377321100220127144133
Binary11101010111111111101000110000100100101011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFD1; }

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

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

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

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

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

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

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

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