#EAFFC3

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

Shades of Snow Flurry #EAFFC3

Tints of Snow Flurry #EAFFC3

Color information

#EAFFC3 (or 0xEAFFC3) is unknown color: approx Snow Flurry. HEX triplet: EA, FF and C3. RGB value is (234,255,195). Sum of RGB (Red+Green+Blue) = 234+255+195=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 195 (76.56% from 255 or 28.51% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFC3 is #15003C. Grayscale: #F2F2F2. Windows color (decimal): -1376317 or 12845034. OLE color: 12845034.

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

Color convert

RGB234255195-
CMYK0.0800.240
HSL81º100%88.24%-
HSV(B)81º23.53%100%-
XYZ79.5492.9565.38-
YUV241.88101.54122.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 255 (100% from 255) = 37.28%
BLUE value IS 195 (76.56% from 255) = 28.51%
R=34.21%
G=37.28%
B=28.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551950.0800.2408110088.24
HexEAFFC380180516458
Octal352377303100300121144130
Binary11101010111111111100001110000110000101000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFC3; }

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

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

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

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

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

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

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

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