#EDFED0

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

Shades of Snow Flurry #EDFED0

Tints of Snow Flurry #EDFED0

Color information

#EDFED0 (or 0xEDFED0) is unknown color: approx Snow Flurry. HEX triplet: ED, FE and D0. RGB value is (237,254,208). Sum of RGB (Red+Green+Blue) = 237+254+208=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 208 (81.64% from 255 or 29.76% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFED0 is #12012F. Grayscale: #F3F3F3. Windows color (decimal): -1179952 or 13696749. OLE color: 13696749.

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

Color convert

RGB237254208-
CMYK0.0700.180.00
HSL82.17º95.83%90.59%-
HSV(B)82.17º18.11%99.61%-
XYZ81.7593.4473.4-
YUV243.67107.87123.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.91%
GREEN value IS 254 (99.61% from 255) = 36.34%
BLUE value IS 208 (81.64% from 255) = 29.76%
R=33.91%
G=36.34%
B=29.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372542080.0700.180.0082.1795.8390.59
HexEDFED07012052605b
Octal35537632070220122140133
Binary1110110111111110110100001110100100101001011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFED0; }

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

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

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

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

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

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

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

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