#EDFDC8

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

Shades of Snow Flurry #EDFDC8

Tints of Snow Flurry #EDFDC8

Color information

#EDFDC8 (or 0xEDFDC8) is unknown color: approx Snow Flurry. HEX triplet: ED, FD and C8. RGB value is (237,253,200). Sum of RGB (Red+Green+Blue) = 237+253+200=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 200 (78.52% from 255 or 28.99% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDC8 is #120237. Grayscale: #F2F2F2. Windows color (decimal): -1180216 or 13172205. OLE color: 13172205.

HSL color Cylindrical-coordinate representation of color #EDFDC8: hue angle of 78.11º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDFDC8 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB237253200-
CMYK0.0600.210.01
HSL78.11º92.98%88.82%-
HSV(B)78.11º20.95%99.22%-
XYZ80.4892.4368.24-
YUV242.17104.2124.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.35%
GREEN value IS 253 (99.22% from 255) = 36.67%
BLUE value IS 200 (78.52% from 255) = 28.99%
R=34.35%
G=36.67%
B=28.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532000.0600.210.0178.1192.9888.82
HexEDFDC8601514e5d59
Octal35537531060251116135131
Binary1110110111111101110010001100101011100111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDC8; }

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

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

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

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

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

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

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

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