#EAF7CA

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

Shades of Snow Flurry #EAF7CA

Tints of Snow Flurry #EAF7CA

Color information

#EAF7CA (or 0xEAF7CA) is unknown color: approx Snow Flurry. HEX triplet: EA, F7 and CA. RGB value is (234,247,202). Sum of RGB (Red+Green+Blue) = 234+247+202=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 247 (96.88% from 255 or 36.16% from 683); Blue value is 202 (79.30% from 255 or 29.58% from 683); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF7CA is #150835. Grayscale: #EEEEEE. Windows color (decimal): -1378358 or 13301738. OLE color: 13301738.

HSL color Cylindrical-coordinate representation of color #EAF7CA: hue angle of 77.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAF7CA is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB234247202-
CMYK0.0500.180.03
HSL77.33º73.77%88.04%-
HSV(B)77.33º18.22%96.86%-
XYZ77.8588.2868.81-
YUV237.98107.69125.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 247 (96.88% from 255) = 36.16%
BLUE value IS 202 (79.30% from 255) = 29.58%
R=34.26%
G=36.16%
B=29.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342472020.0500.180.0377.3373.7788.04
HexEAF7CA501234d4a58
Octal35236731250223115112130
Binary11101010111101111100101010101001011100110110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7CA; }

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

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

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

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

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

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

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

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