#EDFFD0

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

Shades of Snow Flurry #EDFFD0

Tints of Snow Flurry #EDFFD0

Color information

#EDFFD0 (or 0xEDFFD0) is unknown color: approx Snow Flurry. HEX triplet: ED, FF and D0. RGB value is (237,255,208). Sum of RGB (Red+Green+Blue) = 237+255+208=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 208 (81.64% from 255 or 29.71% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFD0 is #12002F. Grayscale: #F4F4F4. Windows color (decimal): -1179696 or 13697005. OLE color: 13697005.

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

Color convert

RGB237255208-
CMYK0.0700.180
HSL82.98º100%90.78%-
HSV(B)82.98º18.43%100%-
XYZ82.0794.0873.51-
YUV244.26107.54122.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 255 (100% from 255) = 36.43%
BLUE value IS 208 (81.64% from 255) = 29.71%
R=33.86%
G=36.43%
B=29.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552080.0700.18082.9810090.78
HexEDFFD07012053645b
Octal35537732070220123144133
Binary1110110111111111110100001110100100101001111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFD0; }

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

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

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

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

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

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

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

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