#EFFDCE

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

Shades of Snow Flurry #EFFDCE

Tints of Snow Flurry #EFFDCE

Color information

#EFFDCE (or 0xEFFDCE) is unknown color: approx Snow Flurry. HEX triplet: EF, FD and CE. RGB value is (239,253,206). Sum of RGB (Red+Green+Blue) = 239+253+206=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 206 (80.86% from 255 or 29.51% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDCE is #100231. Grayscale: #F3F3F3. Windows color (decimal): -1049138 or 13565423. OLE color: 13565423.

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

Color convert

RGB239253206-
CMYK0.0600.190.01
HSL77.87º92.16%90%-
HSV(B)77.87º18.58%99.22%-
XYZ81.8693.0672.04-
YUV243.46106.86124.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 253 (99.22% from 255) = 36.25%
BLUE value IS 206 (80.86% from 255) = 29.51%
R=34.24%
G=36.25%
B=29.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392532060.0600.190.0177.8792.1690
HexEFFDCE601314e5c5a
Octal35737531660231116134132
Binary1110111111111101110011101100100111100111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDCE; }

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

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

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

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

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

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

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

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