#EFFFD1

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

Shades of Snow Flurry #EFFFD1

Tints of Snow Flurry #EFFFD1

Color information

#EFFFD1 (or 0xEFFFD1) is unknown color: approx Snow Flurry. HEX triplet: EF, FF and D1. RGB value is (239,255,209). Sum of RGB (Red+Green+Blue) = 239+255+209=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 209 (82.03% from 255 or 29.73% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFD1 is #10002E. Grayscale: #F5F5F5. Windows color (decimal): -1048623 or 13762543. OLE color: 13762543.

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

Color convert

RGB239255209-
CMYK0.0600.180
HSL80.87º100%90.98%-
HSV(B)80.87º18.04%100%-
XYZ82.8794.4774.19-
YUV244.97107.7123.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 255 (100% from 255) = 36.27%
BLUE value IS 209 (82.03% from 255) = 29.73%
R=34.00%
G=36.27%
B=29.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552090.0600.18080.8710090.98
HexEFFFD16012051645b
Octal35737732160220121144133
Binary1110111111111111110100011100100100101000111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFD1; }

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

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

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

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

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

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

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

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