#EFFDC7

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

Shades of Snow Flurry #EFFDC7

Tints of Snow Flurry #EFFDC7

Color information

#EFFDC7 (or 0xEFFDC7) is unknown color: approx Snow Flurry. HEX triplet: EF, FD and C7. RGB value is (239,253,199). Sum of RGB (Red+Green+Blue) = 239+253+199=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 199 (78.12% from 255 or 28.80% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDC7 is #100238. Grayscale: #F2F2F2. Windows color (decimal): -1049145 or 13106671. OLE color: 13106671.

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

Color convert

RGB239253199-
CMYK0.0600.210.01
HSL75.56º93.1%88.63%-
HSV(B)75.56º21.34%99.22%-
XYZ81.0392.7267.66-
YUV242.66103.36125.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 253 (99.22% from 255) = 36.61%
BLUE value IS 199 (78.12% from 255) = 28.80%
R=34.59%
G=36.61%
B=28.80%

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
Decimal2392531990.0600.210.0175.5693.188.63
HexEFFDC7601514c5d59
Octal35737530760251114135131
Binary1110111111111101110001111100101011100110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDC7; }

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

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

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

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

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

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

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

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