#EFFED0

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

Shades of Snow Flurry #EFFED0

Tints of Snow Flurry #EFFED0

Color information

#EFFED0 (or 0xEFFED0) is unknown color: approx Snow Flurry. HEX triplet: EF, FE and D0. RGB value is (239,254,208). Sum of RGB (Red+Green+Blue) = 239+254+208=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 208 (81.64% from 255 or 29.67% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFED0 is #10012F. Grayscale: #F4F4F4. Windows color (decimal): -1048880 or 13696751. OLE color: 13696751.

HSL color Cylindrical-coordinate representation of color #EFFED0: hue angle of 79.57º 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 #EFFED0 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB239254208-
CMYK0.0600.180.00
HSL79.57º95.83%90.59%-
HSV(B)79.57º18.11%99.61%-
XYZ82.4293.7973.43-
YUV244.27107.53124.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.09%
GREEN value IS 254 (99.61% from 255) = 36.23%
BLUE value IS 208 (81.64% from 255) = 29.67%
R=34.09%
G=36.23%
B=29.67%

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
Decimal2392542080.0600.180.0079.5795.8390.59
HexEFFED06012050605b
Octal35737632060220120140133
Binary1110111111111110110100001100100100101000011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFED0; }

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

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

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

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

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

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

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

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