#EAF4CA

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

Shades of Snow Flurry #EAF4CA

Tints of Snow Flurry #EAF4CA

Color information

#EAF4CA (or 0xEAF4CA) is unknown color: approx Snow Flurry. HEX triplet: EA, F4 and CA. RGB value is (234,244,202). Sum of RGB (Red+Green+Blue) = 234+244+202=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 244 (95.70% from 255 or 35.88% from 680); Blue value is 202 (79.30% from 255 or 29.71% from 680); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF4CA is #150B35. Grayscale: #ECECEC. Windows color (decimal): -1379126 or 13300970. OLE color: 13300970.

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

Color convert

RGB234244202-
CMYK0.0400.170.04
HSL74.29º65.62%87.45%-
HSV(B)74.29º17.21%95.69%-
XYZ76.9486.4668.51-
YUV236.22108.69126.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 244 (95.70% from 255) = 35.88%
BLUE value IS 202 (79.30% from 255) = 29.71%
R=34.41%
G=35.88%
B=29.71%

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
Decimal2342442020.0400.170.0474.2965.6287.45
HexEAF4CA401144a4257
Octal35236431240214112102127
Binary111010101111010011001010100010001100100101010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4CA; }

 p { color: rgb(234,244,202); }

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

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

 a { background-color: rgb(234,244,202); }

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

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

 span { border-color: rgb(234,244,202); }

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