#EFFFD3

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

Shades of Snow Flurry #EFFFD3

Tints of Snow Flurry #EFFFD3

Color information

#EFFFD3 (or 0xEFFFD3) is unknown color: approx Snow Flurry. HEX triplet: EF, FF and D3. RGB value is (239,255,211). Sum of RGB (Red+Green+Blue) = 239+255+211=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 211 (82.81% from 255 or 29.93% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFD3 is #10002C. Grayscale: #F5F5F5. Windows color (decimal): -1048621 or 13893615. OLE color: 13893615.

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

Color convert

RGB239255211-
CMYK0.0600.170
HSL81.82º100%91.37%-
HSV(B)81.82º17.25%100%-
XYZ83.1194.5775.5-
YUV245.2108.7123.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 255 (100% from 255) = 36.17%
BLUE value IS 211 (82.81% from 255) = 29.93%
R=33.90%
G=36.17%
B=29.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552110.0600.17081.8210091.37
HexEFFFD36011052645b
Octal35737732360210122144133
Binary1110111111111111110100111100100010101001011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFD3; }

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

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

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

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

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

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

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

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