#EFFAC7

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

Shades of Snow Flurry #EFFAC7

Tints of Snow Flurry #EFFAC7

Color information

#EFFAC7 (or 0xEFFAC7) is unknown color: approx Snow Flurry. HEX triplet: EF, FA and C7. RGB value is (239,250,199). Sum of RGB (Red+Green+Blue) = 239+250+199=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 199 (78.12% from 255 or 28.92% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAC7 is #100538. Grayscale: #F1F1F1. Windows color (decimal): -1049913 or 13105903. OLE color: 13105903.

HSL color Cylindrical-coordinate representation of color #EFFAC7: hue angle of 72.94º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFFAC7 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB239250199-
CMYK0.0400.200.02
HSL72.94º83.61%88.04%-
HSV(B)72.94º20.4%98.04%-
XYZ80.0990.8567.35-
YUV240.9104.36126.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 199 (78.12% from 255) = 28.92%
R=34.74%
G=36.34%
B=28.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392501990.0400.200.0272.9483.6188.04
HexEFFAC740142495458
Octal35737230740242111124130
Binary11101111111110101100011110001010010100100110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAC7; }

 p { color: rgb(239,250,199); }

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

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

 a { background-color: rgb(239,250,199); }

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

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

 span { border-color: rgb(239,250,199); }

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