#EAF5CC

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

Shades of Snow Flurry #EAF5CC

Tints of Snow Flurry #EAF5CC

Color information

#EAF5CC (or 0xEAF5CC) is unknown color: approx Snow Flurry. HEX triplet: EA, F5 and CC. RGB value is (234,245,204). Sum of RGB (Red+Green+Blue) = 234+245+204=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 204 (80.08% from 255 or 29.87% from 683); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF5CC is #150A33. Grayscale: #EDEDED. Windows color (decimal): -1378868 or 13432298. OLE color: 13432298.

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

Color convert

RGB234245204-
CMYK0.0400.170.04
HSL76.1º67.21%88.04%-
HSV(B)76.1º16.73%96.08%-
XYZ77.4887.1669.87-
YUV237.04109.36125.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 245 (96.09% from 255) = 35.87%
BLUE value IS 204 (80.08% from 255) = 29.87%
R=34.26%
G=35.87%
B=29.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342452040.0400.170.0476.167.2188.04
HexEAF5CC401144c4358
Octal35236531440214114103130
Binary111010101111010111001100100010001100100110010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF5CC; }

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

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

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

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

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

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

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

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