#EFFDD1

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

Shades of Snow Flurry #EFFDD1

Tints of Snow Flurry #EFFDD1

Color information

#EFFDD1 (or 0xEFFDD1) is unknown color: approx Snow Flurry. HEX triplet: EF, FD and D1. RGB value is (239,253,209). Sum of RGB (Red+Green+Blue) = 239+253+209=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 209 (82.03% from 255 or 29.81% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDD1 is #10022E. Grayscale: #F3F3F3. Windows color (decimal): -1049135 or 13762031. OLE color: 13762031.

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

Color convert

RGB239253209-
CMYK0.0600.170.01
HSL79.09º91.67%90.59%-
HSV(B)79.09º17.39%99.22%-
XYZ82.2393.273.98-
YUV243.8108.36124.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.09%
GREEN value IS 253 (99.22% from 255) = 36.09%
BLUE value IS 209 (82.03% from 255) = 29.81%
R=34.09%
G=36.09%
B=29.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392532090.0600.170.0179.0991.6790.59
HexEFFDD1601114f5c5b
Octal35737532160211117134133
Binary1110111111111101110100011100100011100111110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDD1; }

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

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

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

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

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

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

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

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