#EFFDC2

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

Shades of Snow Flurry #EFFDC2

Tints of Snow Flurry #EFFDC2

Color information

#EFFDC2 (or 0xEFFDC2) is unknown color: approx Snow Flurry. HEX triplet: EF, FD and C2. RGB value is (239,253,194). Sum of RGB (Red+Green+Blue) = 239+253+194=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 194 (76.17% from 255 or 28.28% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDC2 is #10023D. Grayscale: #F2F2F2. Windows color (decimal): -1049150 or 12778991. OLE color: 12778991.

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

Color convert

RGB239253194-
CMYK0.0600.230.01
HSL74.24º93.65%87.65%-
HSV(B)74.24º23.32%99.22%-
XYZ80.4692.564.65-
YUV242.09100.86125.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 253 (99.22% from 255) = 36.88%
BLUE value IS 194 (76.17% from 255) = 28.28%
R=34.84%
G=36.88%
B=28.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392531940.0600.230.0174.2493.6587.65
HexEFFDC2601714a5e58
Octal35737530260271112136130
Binary1110111111111101110000101100101111100101010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDC2; }

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

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

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

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

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

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

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

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