#EDF7C8

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

Shades of Snow Flurry #EDF7C8

Tints of Snow Flurry #EDF7C8

Color information

#EDF7C8 (or 0xEDF7C8) is unknown color: approx Snow Flurry. HEX triplet: ED, F7 and C8. RGB value is (237,247,200). Sum of RGB (Red+Green+Blue) = 237+247+200=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 247 (96.88% from 255 or 36.11% from 684); Blue value is 200 (78.52% from 255 or 29.24% from 684); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7C8 is #120837. Grayscale: #EEEEEE. Windows color (decimal): -1181752 or 13170669. OLE color: 13170669.

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

Color convert

RGB237247200-
CMYK0.0400.190.03
HSL72.77º74.6%87.65%-
HSV(B)72.77º19.03%96.86%-
XYZ78.6188.767.62-
YUV238.65106.19126.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 247 (96.88% from 255) = 36.11%
BLUE value IS 200 (78.52% from 255) = 29.24%
R=34.65%
G=36.11%
B=29.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372472000.0400.190.0372.7774.687.65
HexEDF7C840133494b58
Octal35536731040233111113130
Binary11101101111101111100100010001001111100100110010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7C8; }

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

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

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

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

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

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

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

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