#EFFEC1

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

Shades of Snow Flurry #EFFEC1

Tints of Snow Flurry #EFFEC1

Color information

#EFFEC1 (or 0xEFFEC1) is unknown color: approx Snow Flurry. HEX triplet: EF, FE and C1. RGB value is (239,254,193). Sum of RGB (Red+Green+Blue) = 239+254+193=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 193 (75.78% from 255 or 28.13% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFEC1 is #10013E. Grayscale: #F2F2F2. Windows color (decimal): -1048895 or 12713711. OLE color: 12713711.

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

Color convert

RGB239254193-
CMYK0.0600.240.00
HSL74.75º96.83%87.65%-
HSV(B)74.75º24.02%99.61%-
XYZ80.6693.0864.17-
YUV242.56100.03125.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 193 (75.78% from 255) = 28.13%
R=34.84%
G=37.03%
B=28.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392541930.0600.240.0074.7596.8387.65
HexEFFEC1601804b6158
Octal35737630160300113141130
Binary1110111111111110110000011100110000100101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEC1; }

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

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

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

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

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

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

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

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