#EFFFC7

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

Shades of Snow Flurry #EFFFC7

Tints of Snow Flurry #EFFFC7

Color information

#EFFFC7 (or 0xEFFFC7) is unknown color: approx Snow Flurry. HEX triplet: EF, FF and C7. RGB value is (239,255,199). Sum of RGB (Red+Green+Blue) = 239+255+199=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 199 (78.12% from 255 or 28.72% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFC7 is #100038. Grayscale: #F4F4F4. Windows color (decimal): -1048633 or 13107183. OLE color: 13107183.

HSL color Cylindrical-coordinate representation of color #EFFFC7: hue angle of 77.14º 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 #EFFFC7 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB239255199-
CMYK0.0600.220
HSL77.14º100%89.02%-
HSV(B)77.14º21.96%100%-
XYZ81.6793.9967.87-
YUV243.83102.7124.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 255 (100% from 255) = 36.80%
BLUE value IS 199 (78.12% from 255) = 28.72%
R=34.49%
G=36.80%
B=28.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551990.0600.22077.1410089.02
HexEFFFC7601604d6459
Octal35737730760260115144131
Binary1110111111111111110001111100101100100110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFC7; }

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

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

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

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

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

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

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

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