#EFFED2

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

Shades of Snow Flurry #EFFED2

Tints of Snow Flurry #EFFED2

Color information

#EFFED2 (or 0xEFFED2) is unknown color: approx Snow Flurry. HEX triplet: EF, FE and D2. RGB value is (239,254,210). Sum of RGB (Red+Green+Blue) = 239+254+210=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 210 (82.42% from 255 or 29.87% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFED2 is #10012D. Grayscale: #F4F4F4. Windows color (decimal): -1048878 or 13827823. OLE color: 13827823.

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

Color convert

RGB239254210-
CMYK0.0600.170.00
HSL80.45º95.65%90.98%-
HSV(B)80.45º17.32%99.61%-
XYZ82.6793.8974.74-
YUV244.5108.53124.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 254 (99.61% from 255) = 36.13%
BLUE value IS 210 (82.42% from 255) = 29.87%
R=34.00%
G=36.13%
B=29.87%

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
Decimal2392542100.0600.170.0080.4595.6590.98
HexEFFED26011050605b
Octal35737632260210120140133
Binary1110111111111110110100101100100010101000011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFED2; }

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

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

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

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

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

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

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

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