#EFFAD0

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

Shades of Snow Flurry #EFFAD0

Tints of Snow Flurry #EFFAD0

Color information

#EFFAD0 (or 0xEFFAD0) is unknown color: approx Snow Flurry. HEX triplet: EF, FA and D0. RGB value is (239,250,208). Sum of RGB (Red+Green+Blue) = 239+250+208=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 208 (81.64% from 255 or 29.84% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAD0 is #10052F. Grayscale: #F2F2F2. Windows color (decimal): -1049904 or 13695727. OLE color: 13695727.

HSL color Cylindrical-coordinate representation of color #EFFAD0: hue angle of 75.71º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFFAD0 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB239250208-
CMYK0.0400.170.02
HSL75.71º80.77%89.8%-
HSV(B)75.71º16.8%98.04%-
XYZ81.1791.2873.01-
YUV241.92108.86125.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 208 (81.64% from 255) = 29.84%
R=34.29%
G=35.87%
B=29.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502080.0400.170.0275.7180.7789.8
HexEFFAD0401124c515a
Octal35737232040212114121132
Binary11101111111110101101000010001000110100110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAD0; }

 p { color: rgb(239,250,208); }

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

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

 a { background-color: rgb(239,250,208); }

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

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

 span { border-color: rgb(239,250,208); }

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