#EFFED4

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

Shades of Snow Flurry #EFFED4

Tints of Snow Flurry #EFFED4

Color information

#EFFED4 (or 0xEFFED4) is unknown color: approx Snow Flurry. HEX triplet: EF, FE and D4. RGB value is (239,254,212). Sum of RGB (Red+Green+Blue) = 239+254+212=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 212 (83.20% from 255 or 30.07% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFED4 is #10012B. Grayscale: #F4F4F4. Windows color (decimal): -1048876 or 13958895. OLE color: 13958895.

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

Color convert

RGB239254212-
CMYK0.0600.170.00
HSL81.43º95.45%91.37%-
HSV(B)81.43º16.54%99.61%-
XYZ82.9293.9976.06-
YUV244.73109.53123.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 254 (99.61% from 255) = 36.03%
BLUE value IS 212 (83.20% from 255) = 30.07%
R=33.90%
G=36.03%
B=30.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392542120.0600.170.0081.4395.4591.37
HexEFFED460110515f5b
Octal35737632460210121137133
Binary1110111111111110110101001100100010101000110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFED4; }

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

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

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

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

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

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

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

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