#EFFDC5

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

Shades of Snow Flurry #EFFDC5

Tints of Snow Flurry #EFFDC5

Color information

#EFFDC5 (or 0xEFFDC5) is unknown color: approx Snow Flurry. HEX triplet: EF, FD and C5. RGB value is (239,253,197). Sum of RGB (Red+Green+Blue) = 239+253+197=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 197 (77.34% from 255 or 28.59% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDC5 is #10023A. Grayscale: #F2F2F2. Windows color (decimal): -1049147 or 12975599. OLE color: 12975599.

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

Color convert

RGB239253197-
CMYK0.0600.220.01
HSL75º93.33%88.24%-
HSV(B)75º22.13%99.22%-
XYZ80.892.6366.44-
YUV242.43102.36125.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 253 (99.22% from 255) = 36.72%
BLUE value IS 197 (77.34% from 255) = 28.59%
R=34.69%
G=36.72%
B=28.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392531970.0600.220.017593.3388.24
HexEFFDC5601614b5d58
Octal35737530560261113135130
Binary1110111111111101110001011100101101100101110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDC5; }

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

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

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

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

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

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

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

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