#EAF3D5

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

Shades of Snow Flurry #EAF3D5

Tints of Snow Flurry #EAF3D5

Color information

#EAF3D5 (or 0xEAF3D5) is unknown color: approx Snow Flurry. HEX triplet: EA, F3 and D5. RGB value is (234,243,213). Sum of RGB (Red+Green+Blue) = 234+243+213=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 213 (83.59% from 255 or 30.87% from 690); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF3D5 is #150C2A. Grayscale: #EDEDED. Windows color (decimal): -1379371 or 14021610. OLE color: 14021610.

HSL color Cylindrical-coordinate representation of color #EAF3D5: hue angle of 78º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAF3D5 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB234243213-
CMYK0.0400.120.05
HSL78º55.56%89.41%-
HSV(B)78º12.35%95.29%-
XYZ77.9986.475.52-
YUV236.89114.52125.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.91%
GREEN value IS 243 (95.31% from 255) = 35.22%
BLUE value IS 213 (83.59% from 255) = 30.87%
R=33.91%
G=35.22%
B=30.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342432130.0400.120.057855.5689.41
HexEAF3D540C54e3859
Octal3523633254014511670131
Binary1110101011110011110101011000110010110011101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3D5; }

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

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

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

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

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

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

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

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