#EAFFC8

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

Shades of Snow Flurry #EAFFC8

Tints of Snow Flurry #EAFFC8

Color information

#EAFFC8 (or 0xEAFFC8) is unknown color: approx Snow Flurry. HEX triplet: EA, FF and C8. RGB value is (234,255,200). Sum of RGB (Red+Green+Blue) = 234+255+200=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 200 (78.52% from 255 or 29.03% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFC8 is #150037. Grayscale: #F2F2F2. Windows color (decimal): -1376312 or 13172714. OLE color: 13172714.

HSL color Cylindrical-coordinate representation of color #EAFFC8: hue angle of 82.91º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAFFC8 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB234255200-
CMYK0.0800.220
HSL82.91º100%89.22%-
HSV(B)82.91º21.57%100%-
XYZ80.1293.1868.41-
YUV242.45104.04121.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.96%
GREEN value IS 255 (100% from 255) = 37.01%
BLUE value IS 200 (78.52% from 255) = 29.03%
R=33.96%
G=37.01%
B=29.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552000.0800.22082.9110089.22
HexEAFFC880160536459
Octal352377310100260123144131
Binary11101010111111111100100010000101100101001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFC8; }

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

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

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

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

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

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

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

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