#EAFFC0

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

Shades of Snow Flurry #EAFFC0

Tints of Snow Flurry #EAFFC0

Color information

#EAFFC0 (or 0xEAFFC0) is unknown color: approx Snow Flurry. HEX triplet: EA, FF and C0. RGB value is (234,255,192). Sum of RGB (Red+Green+Blue) = 234+255+192=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 192 (75.39% from 255 or 28.19% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFC0 is #15003F. Grayscale: #F1F1F1. Windows color (decimal): -1376320 or 12648426. OLE color: 12648426.

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

Color convert

RGB234255192-
CMYK0.0800.250
HSL80º100%87.65%-
HSV(B)80º24.71%100%-
XYZ79.2192.8263.61-
YUV241.54100.04122.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 192 (75.39% from 255) = 28.19%
R=34.36%
G=37.44%
B=28.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551920.0800.2508010087.65
HexEAFFC080190506458
Octal352377300100310120144130
Binary11101010111111111100000010000110010101000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFC0; }

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

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

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

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

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

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

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

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