#EDF8C7

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

Shades of Snow Flurry #EDF8C7

Tints of Snow Flurry #EDF8C7

Color information

#EDF8C7 (or 0xEDF8C7) is unknown color: approx Snow Flurry. HEX triplet: ED, F8 and C7. RGB value is (237,248,199). Sum of RGB (Red+Green+Blue) = 237+248+199=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 248 (97.27% from 255 or 36.26% from 684); Blue value is 199 (78.12% from 255 or 29.09% from 684); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8C7 is #120738. Grayscale: #EFEFEF. Windows color (decimal): -1181497 or 13105389. OLE color: 13105389.

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

Color convert

RGB237248199-
CMYK0.0400.200.03
HSL73.47º77.78%87.65%-
HSV(B)73.47º19.76%97.25%-
XYZ78.889.2667.11-
YUV239.12105.36126.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 248 (97.27% from 255) = 36.26%
BLUE value IS 199 (78.12% from 255) = 29.09%
R=34.65%
G=36.26%
B=29.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372481990.0400.200.0373.4777.7887.65
HexEDF8C740143494e58
Octal35537030740243111116130
Binary11101101111110001100011110001010011100100110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF8C7; }

 p { color: rgb(237,248,199); }

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

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

 a { background-color: rgb(237,248,199); }

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

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

 span { border-color: rgb(237,248,199); }

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