#EFFEC7

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

Shades of Snow Flurry #EFFEC7

Tints of Snow Flurry #EFFEC7

Color information

#EFFEC7 (or 0xEFFEC7) is unknown color: approx Snow Flurry. HEX triplet: EF, FE and C7. RGB value is (239,254,199). Sum of RGB (Red+Green+Blue) = 239+254+199=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 199 (78.12% from 255 or 28.76% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFEC7 is #100138. Grayscale: #F3F3F3. Windows color (decimal): -1048889 or 13106927. OLE color: 13106927.

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

Color convert

RGB239254199-
CMYK0.0600.220.00
HSL76.36º96.49%88.82%-
HSV(B)76.36º21.65%99.61%-
XYZ81.3593.3667.77-
YUV243.24103.03124.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 254 (99.61% from 255) = 36.71%
BLUE value IS 199 (78.12% from 255) = 28.76%
R=34.54%
G=36.71%
B=28.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392541990.0600.220.0076.3696.4988.82
HexEFFEC7601604c6059
Octal35737630760260114140131
Binary1110111111111110110001111100101100100110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEC7; }

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

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

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

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

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

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

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

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