#EDFACE

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

Shades of Snow Flurry #EDFACE

Tints of Snow Flurry #EDFACE

Color information

#EDFACE (or 0xEDFACE) is unknown color: approx Snow Flurry. HEX triplet: ED, FA and CE. RGB value is (237,250,206). Sum of RGB (Red+Green+Blue) = 237+250+206=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 206 (80.86% from 255 or 29.73% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFACE is #120531. Grayscale: #F1F1F1. Windows color (decimal): -1180978 or 13564653. OLE color: 13564653.

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

Color convert

RGB237250206-
CMYK0.0500.180.02
HSL77.73º81.48%89.41%-
HSV(B)77.73º17.6%98.04%-
XYZ80.2590.8371.7-
YUV241.1108.19125.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.20%
GREEN value IS 250 (98.05% from 255) = 36.08%
BLUE value IS 206 (80.86% from 255) = 29.73%
R=34.20%
G=36.08%
B=29.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502060.0500.180.0277.7381.4889.41
HexEDFACE501224e5159
Octal35537231650222116121131
Binary11101101111110101100111010101001010100111010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFACE; }

 p { color: rgb(237,250,206); }

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

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

 a { background-color: rgb(237,250,206); }

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

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

 span { border-color: rgb(237,250,206); }

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