#EAFFD2

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

Shades of Snow Flurry #EAFFD2

Tints of Snow Flurry #EAFFD2

Color information

#EAFFD2 (or 0xEAFFD2) is unknown color: approx Snow Flurry. HEX triplet: EA, FF and D2. RGB value is (234,255,210). Sum of RGB (Red+Green+Blue) = 234+255+210=699 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.48% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 210 (82.42% from 255 or 30.04% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFD2 is #15002D. Grayscale: #F3F3F3. Windows color (decimal): -1376302 or 13828074. OLE color: 13828074.

HSL color Cylindrical-coordinate representation of color #EAFFD2: hue angle of 88º 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 #EAFFD2 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB234255210-
CMYK0.0800.180
HSL88º100%91.18%-
HSV(B)88º17.65%100%-
XYZ81.3293.6774.77-
YUV243.59109.04121.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.48%
GREEN value IS 255 (100% from 255) = 36.48%
BLUE value IS 210 (82.42% from 255) = 30.04%
R=33.48%
G=36.48%
B=30.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552100.0800.1808810091.18
HexEAFFD28012058645b
Octal352377322100220130144133
Binary11101010111111111101001010000100100101100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFD2; }

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

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

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

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

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

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

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

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