#EAF3D0

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

Shades of Snow Flurry #EAF3D0

Tints of Snow Flurry #EAF3D0

Color information

#EAF3D0 (or 0xEAF3D0) is unknown color: approx Snow Flurry. HEX triplet: EA, F3 and D0. RGB value is (234,243,208). Sum of RGB (Red+Green+Blue) = 234+243+208=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 208 (81.64% from 255 or 30.36% from 685); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF3D0 is #150C2F. Grayscale: #ECECEC. Windows color (decimal): -1379376 or 13693930. OLE color: 13693930.

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

Color convert

RGB234243208-
CMYK0.0400.140.05
HSL75.43º59.32%88.43%-
HSV(B)75.43º14.4%95.29%-
XYZ77.3786.1572.22-
YUV236.32112.02126.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 243 (95.31% from 255) = 35.47%
BLUE value IS 208 (81.64% from 255) = 30.36%
R=34.16%
G=35.47%
B=30.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342432080.0400.140.0575.4359.3288.43
HexEAF3D040E54b3b58
Octal3523633204016511373130
Binary1110101011110011110100001000111010110010111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3D0; }

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

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

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

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

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

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

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

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