#EAFDD1

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

Shades of Snow Flurry #EAFDD1

Tints of Snow Flurry #EAFDD1

Color information

#EAFDD1 (or 0xEAFDD1) is unknown color: approx Snow Flurry. HEX triplet: EA, FD and D1. RGB value is (234,253,209). Sum of RGB (Red+Green+Blue) = 234+253+209=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 209 (82.03% from 255 or 30.03% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDD1 is #15022E. Grayscale: #F2F2F2. Windows color (decimal): -1376815 or 13762026. OLE color: 13762026.

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

Color convert

RGB234253209-
CMYK0.0800.170.01
HSL85.91º91.67%90.59%-
HSV(B)85.91º17.39%99.22%-
XYZ80.5792.3573.9-
YUV242.3109.21122.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.62%
GREEN value IS 253 (99.22% from 255) = 36.35%
BLUE value IS 209 (82.03% from 255) = 30.03%
R=33.62%
G=36.35%
B=30.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342532090.0800.170.0185.9191.6790.59
HexEAFDD180111565c5b
Octal352375321100211126134133
Binary11101010111111011101000110000100011101011010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDD1; }

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

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

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

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

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

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

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

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