#EDFACD

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

Shades of Snow Flurry #EDFACD

Tints of Snow Flurry #EDFACD

Color information

#EDFACD (or 0xEDFACD) is unknown color: approx Snow Flurry. HEX triplet: ED, FA and CD. RGB value is (237,250,205). Sum of RGB (Red+Green+Blue) = 237+250+205=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 205 (80.47% from 255 or 29.62% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFACD is #120532. Grayscale: #F1F1F1. Windows color (decimal): -1180979 or 13499117. OLE color: 13499117.

HSL color Cylindrical-coordinate representation of color #EDFACD: hue angle of 77.33º degrees, saturation: 0.82, 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 #EDFACD is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB237250205-
CMYK0.0500.180.02
HSL77.33º81.82%89.22%-
HSV(B)77.33º18%98.04%-
XYZ80.1390.7871.06-
YUV240.98107.69125.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 250 (98.05% from 255) = 36.13%
BLUE value IS 205 (80.47% from 255) = 29.62%
R=34.25%
G=36.13%
B=29.62%

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
Decimal2372502050.0500.180.0277.3381.8289.22
HexEDFACD501224d5259
Octal35537231550222115122131
Binary11101101111110101100110110101001010100110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFACD; }

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

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

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

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

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

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

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

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