#EFFFD2

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

Shades of Snow Flurry #EFFFD2

Tints of Snow Flurry #EFFFD2

Color information

#EFFFD2 (or 0xEFFFD2) is unknown color: approx Snow Flurry. HEX triplet: EF, FF and D2. RGB value is (239,255,210). Sum of RGB (Red+Green+Blue) = 239+255+210=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 210 (82.42% from 255 or 29.83% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFD2 is #10002D. Grayscale: #F5F5F5. Windows color (decimal): -1048622 or 13828079. OLE color: 13828079.

HSL color Cylindrical-coordinate representation of color #EFFFD2: hue angle of 81.33º 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 #EFFFD2 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB239255210-
CMYK0.0600.180
HSL81.33º100%91.18%-
HSV(B)81.33º17.65%100%-
XYZ82.9994.5274.84-
YUV245.09108.2123.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 255 (100% from 255) = 36.22%
BLUE value IS 210 (82.42% from 255) = 29.83%
R=33.95%
G=36.22%
B=29.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552100.0600.18081.3310091.18
HexEFFFD26012051645b
Octal35737732260220121144133
Binary1110111111111111110100101100100100101000111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFD2; }

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

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

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

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

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

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

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

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