#EFFED1

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

Shades of Snow Flurry #EFFED1

Tints of Snow Flurry #EFFED1

Color information

#EFFED1 (or 0xEFFED1) is unknown color: approx Snow Flurry. HEX triplet: EF, FE and D1. RGB value is (239,254,209). Sum of RGB (Red+Green+Blue) = 239+254+209=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 209 (82.03% from 255 or 29.77% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFED1 is #10012E. Grayscale: #F4F4F4. Windows color (decimal): -1048879 or 13762287. OLE color: 13762287.

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

Color convert

RGB239254209-
CMYK0.0600.180.00
HSL80º95.74%90.78%-
HSV(B)80º17.72%99.61%-
XYZ82.5593.8474.08-
YUV244.38108.03124.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 254 (99.61% from 255) = 36.18%
BLUE value IS 209 (82.03% from 255) = 29.77%
R=34.05%
G=36.18%
B=29.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392542090.0600.180.008095.7490.78
HexEFFED16012050605b
Octal35737632160220120140133
Binary1110111111111110110100011100100100101000011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFED1; }

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

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

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

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

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

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

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

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