#EAFCCA

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

Shades of Snow Flurry #EAFCCA

Tints of Snow Flurry #EAFCCA

Color information

#EAFCCA (or 0xEAFCCA) is unknown color: approx Snow Flurry. HEX triplet: EA, FC and CA. RGB value is (234,252,202). Sum of RGB (Red+Green+Blue) = 234+252+202=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCCA is #150335. Grayscale: #F1F1F1. Windows color (decimal): -1377078 or 13303018. OLE color: 13303018.

HSL color Cylindrical-coordinate representation of color #EAFCCA: hue angle of 81.6º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAFCCA is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB234252202-
CMYK0.0700.200.01
HSL81.6º89.29%89.02%-
HSV(B)81.6º19.84%98.82%-
XYZ79.491.3869.33-
YUV240.92106.04123.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 252 (98.83% from 255) = 36.63%
BLUE value IS 202 (79.30% from 255) = 29.36%
R=34.01%
G=36.63%
B=29.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342522020.0700.200.0181.689.2989.02
HexEAFCCA70141525959
Octal35237431270241122131131
Binary1110101011111100110010101110101001101001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCCA; }

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

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

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

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

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

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

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

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