#EDF7CD

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

Shades of Snow Flurry #EDF7CD

Tints of Snow Flurry #EDF7CD

Color information

#EDF7CD (or 0xEDF7CD) is unknown color: approx Snow Flurry. HEX triplet: ED, F7 and CD. RGB value is (237,247,205). Sum of RGB (Red+Green+Blue) = 237+247+205=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 247 (96.88% from 255 or 35.85% from 689); Blue value is 205 (80.47% from 255 or 29.75% from 689); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7CD is #120832. Grayscale: #EFEFEF. Windows color (decimal): -1181747 or 13498349. OLE color: 13498349.

HSL color Cylindrical-coordinate representation of color #EDF7CD: hue angle of 74.29º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDF7CD is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB237247205-
CMYK0.0400.170.03
HSL74.29º72.41%88.63%-
HSV(B)74.29º17%96.86%-
XYZ79.2188.9370.75-
YUV239.22108.69126.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 247 (96.88% from 255) = 35.85%
BLUE value IS 205 (80.47% from 255) = 29.75%
R=34.40%
G=35.85%
B=29.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372472050.0400.170.0374.2972.4188.63
HexEDF7CD401134a4859
Octal35536731540213112110131
Binary11101101111101111100110110001000111100101010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7CD; }

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

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

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

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

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

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

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

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