#EDFECD

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

Shades of Snow Flurry #EDFECD

Tints of Snow Flurry #EDFECD

Color information

#EDFECD (or 0xEDFECD) is unknown color: approx Snow Flurry. HEX triplet: ED, FE and CD. RGB value is (237,254,205). Sum of RGB (Red+Green+Blue) = 237+254+205=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 205 (80.47% from 255 or 29.45% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFECD is #120132. Grayscale: #F3F3F3. Windows color (decimal): -1179955 or 13500141. OLE color: 13500141.

HSL color Cylindrical-coordinate representation of color #EDFECD: hue angle of 80.82º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDFECD is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB237254205-
CMYK0.0700.190.00
HSL80.82º96.08%90%-
HSV(B)80.82º19.29%99.61%-
XYZ81.3993.371.48-
YUV243.33106.37123.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 254 (99.61% from 255) = 36.49%
BLUE value IS 205 (80.47% from 255) = 29.45%
R=34.05%
G=36.49%
B=29.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372542050.0700.190.0080.8296.0890
HexEDFECD7013051605a
Octal35537631570230121140132
Binary1110110111111110110011011110100110101000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFECD; }

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

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

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

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

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

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

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

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