#EFFFD5

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

Shades of Snow Flurry #EFFFD5

Tints of Snow Flurry #EFFFD5

Color information

#EFFFD5 (or 0xEFFFD5) is unknown color: approx Snow Flurry. HEX triplet: EF, FF and D5. RGB value is (239,255,213). Sum of RGB (Red+Green+Blue) = 239+255+213=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 213 (83.59% from 255 or 30.13% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFD5 is #10002A. Grayscale: #F5F5F5. Windows color (decimal): -1048619 or 14024687. OLE color: 14024687.

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

Color convert

RGB239255213-
CMYK0.0600.160
HSL82.86º100%91.76%-
HSV(B)82.86º16.47%100%-
XYZ83.3794.6776.83-
YUV245.43109.7123.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.80%
GREEN value IS 255 (100% from 255) = 36.07%
BLUE value IS 213 (83.59% from 255) = 30.13%
R=33.80%
G=36.07%
B=30.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552130.0600.16082.8610091.76
HexEFFFD56010053645c
Octal35737732560200123144134
Binary1110111111111111110101011100100000101001111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFD5; }

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

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

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

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

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

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

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

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