#EFFDC0

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

Shades of Snow Flurry #EFFDC0

Tints of Snow Flurry #EFFDC0

Color information

#EFFDC0 (or 0xEFFDC0) is unknown color: approx Snow Flurry. HEX triplet: EF, FD and C0. RGB value is (239,253,192). Sum of RGB (Red+Green+Blue) = 239+253+192=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 192 (75.39% from 255 or 28.07% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDC0 is #10023F. Grayscale: #F2F2F2. Windows color (decimal): -1049152 or 12647919. OLE color: 12647919.

HSL color Cylindrical-coordinate representation of color #EFFDC0: hue angle of 73.77º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFFDC0 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB239253192-
CMYK0.0600.240.01
HSL73.77º93.85%87.25%-
HSV(B)73.77º24.11%99.22%-
XYZ80.2492.4163.48-
YUV241.8699.86125.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 253 (99.22% from 255) = 36.99%
BLUE value IS 192 (75.39% from 255) = 28.07%
R=34.94%
G=36.99%
B=28.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392531920.0600.240.0173.7793.8587.25
HexEFFDC0601814a5e57
Octal35737530060301112136127
Binary1110111111111101110000001100110001100101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDC0; }

 p { color: rgb(239,253,192); }

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

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

 a { background-color: rgb(239,253,192); }

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

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

 span { border-color: rgb(239,253,192); }

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