#EFFFC5

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

Shades of Snow Flurry #EFFFC5

Tints of Snow Flurry #EFFFC5

Color information

#EFFFC5 (or 0xEFFFC5) is unknown color: approx Snow Flurry. HEX triplet: EF, FF and C5. RGB value is (239,255,197). Sum of RGB (Red+Green+Blue) = 239+255+197=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 197 (77.34% from 255 or 28.51% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFC5 is #10003A. Grayscale: #F3F3F3. Windows color (decimal): -1048635 or 12976111. OLE color: 12976111.

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

Color convert

RGB239255197-
CMYK0.0600.230
HSL76.55º100%88.63%-
HSV(B)76.55º22.75%100%-
XYZ81.4393.966.66-
YUV243.6101.7124.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 255 (100% from 255) = 36.90%
BLUE value IS 197 (77.34% from 255) = 28.51%
R=34.59%
G=36.90%
B=28.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551970.0600.23076.5510088.63
HexEFFFC5601704d6459
Octal35737730560270115144131
Binary1110111111111111110001011100101110100110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFC5; }

 p { color: rgb(239,255,197); }

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

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

 a { background-color: rgb(239,255,197); }

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

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

 span { border-color: rgb(239,255,197); }

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