#EDFCD0

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

Shades of Snow Flurry #EDFCD0

Tints of Snow Flurry #EDFCD0

Color information

#EDFCD0 (or 0xEDFCD0) is unknown color: approx Snow Flurry. HEX triplet: ED, FC and D0. RGB value is (237,252,208). Sum of RGB (Red+Green+Blue) = 237+252+208=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 208 (81.64% from 255 or 29.84% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCD0 is #12032F. Grayscale: #F2F2F2. Windows color (decimal): -1180464 or 13696237. OLE color: 13696237.

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

Color convert

RGB237252208-
CMYK0.0600.170.01
HSL80.45º88%90.2%-
HSV(B)80.45º17.46%98.82%-
XYZ81.1292.1873.19-
YUV242.5108.53124.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 252 (98.83% from 255) = 36.15%
BLUE value IS 208 (81.64% from 255) = 29.84%
R=34.00%
G=36.15%
B=29.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372522080.0600.170.0180.458890.2
HexEDFCD06011150585a
Octal35537432060211120130132
Binary1110110111111100110100001100100011101000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCD0; }

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

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

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

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

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

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

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

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