#EAF5C8

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

Shades of Snow Flurry #EAF5C8

Tints of Snow Flurry #EAF5C8

Color information

#EAF5C8 (or 0xEAF5C8) is unknown color: approx Snow Flurry. HEX triplet: EA, F5 and C8. RGB value is (234,245,200). Sum of RGB (Red+Green+Blue) = 234+245+200=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 245 (96.09% from 255 or 36.08% from 679); Blue value is 200 (78.52% from 255 or 29.46% from 679); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF5C8 is #150A37. Grayscale: #ECECEC. Windows color (decimal): -1378872 or 13170154. OLE color: 13170154.

HSL color Cylindrical-coordinate representation of color #EAF5C8: hue angle of 74.67º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAF5C8 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB234245200-
CMYK0.0400.180.04
HSL74.67º69.23%87.25%-
HSV(B)74.67º18.37%96.08%-
XYZ77.0186.9767.37-
YUV236.58107.36126.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.46%
GREEN value IS 245 (96.09% from 255) = 36.08%
BLUE value IS 200 (78.52% from 255) = 29.46%
R=34.46%
G=36.08%
B=29.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342452000.0400.180.0474.6769.2387.25
HexEAF5C8401244b4557
Octal35236531040224113105127
Binary111010101111010111001000100010010100100101110001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF5C8; }

 p { color: rgb(234,245,200); }

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

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

 a { background-color: rgb(234,245,200); }

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

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

 span { border-color: rgb(234,245,200); }

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