#EFFDC9

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

Shades of Snow Flurry #EFFDC9

Tints of Snow Flurry #EFFDC9

Color information

#EFFDC9 (or 0xEFFDC9) is unknown color: approx Snow Flurry. HEX triplet: EF, FD and C9. RGB value is (239,253,201). Sum of RGB (Red+Green+Blue) = 239+253+201=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 201 (78.91% from 255 or 29.00% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDC9 is #100236. Grayscale: #F3F3F3. Windows color (decimal): -1049143 or 13237743. OLE color: 13237743.

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

Color convert

RGB239253201-
CMYK0.0600.210.01
HSL76.15º92.86%89.02%-
HSV(B)76.15º20.55%99.22%-
XYZ81.2692.8268.89-
YUV242.89104.36125.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 253 (99.22% from 255) = 36.51%
BLUE value IS 201 (78.91% from 255) = 29.00%
R=34.49%
G=36.51%
B=29.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392532010.0600.210.0176.1592.8689.02
HexEFFDC9601514c5d59
Octal35737531160251114135131
Binary1110111111111101110010011100101011100110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDC9; }

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

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

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

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

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

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

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

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