#EAFFD0

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

Shades of Snow Flurry #EAFFD0

Tints of Snow Flurry #EAFFD0

Color information

#EAFFD0 (or 0xEAFFD0) is unknown color: approx Snow Flurry. HEX triplet: EA, FF and D0. RGB value is (234,255,208). Sum of RGB (Red+Green+Blue) = 234+255+208=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 208 (81.64% from 255 or 29.84% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFD0 is #15002F. Grayscale: #F3F3F3. Windows color (decimal): -1376304 or 13697002. OLE color: 13697002.

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

Color convert

RGB234255208-
CMYK0.0800.180
HSL86.81º100%90.78%-
HSV(B)86.81º18.43%100%-
XYZ81.0893.5773.46-
YUV243.36108.04121.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.57%
GREEN value IS 255 (100% from 255) = 36.59%
BLUE value IS 208 (81.64% from 255) = 29.84%
R=33.57%
G=36.59%
B=29.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552080.0800.18086.8110090.78
HexEAFFD08012057645b
Octal352377320100220127144133
Binary11101010111111111101000010000100100101011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFD0; }

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

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

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

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

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

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

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

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