#EFFCD1

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

Shades of Snow Flurry #EFFCD1

Tints of Snow Flurry #EFFCD1

Color information

#EFFCD1 (or 0xEFFCD1) is unknown color: approx Snow Flurry. HEX triplet: EF, FC and D1. RGB value is (239,252,209). Sum of RGB (Red+Green+Blue) = 239+252+209=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 209 (82.03% from 255 or 29.86% from 700); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCD1 is #10032E. Grayscale: #F3F3F3. Windows color (decimal): -1049391 or 13761775. OLE color: 13761775.

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

Color convert

RGB239252209-
CMYK0.0500.170.01
HSL78.14º87.76%90.39%-
HSV(B)78.14º17.06%98.82%-
XYZ81.9292.5773.87-
YUV243.21108.69125-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.14%
GREEN value IS 252 (98.83% from 255) = 36%
BLUE value IS 209 (82.03% from 255) = 29.86%
R=34.14%
G=36%
B=29.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522090.0500.170.0178.1487.7690.39
HexEFFCD1501114e585a
Octal35737432150211116130132
Binary1110111111111100110100011010100011100111010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCD1; }

 p { color: rgb(239,252,209); }

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

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

 a { background-color: rgb(239,252,209); }

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

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

 span { border-color: rgb(239,252,209); }

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