#EDFDCD

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

Shades of Snow Flurry #EDFDCD

Tints of Snow Flurry #EDFDCD

Color information

#EDFDCD (or 0xEDFDCD) is unknown color: approx Snow Flurry. HEX triplet: ED, FD and CD. RGB value is (237,253,205). Sum of RGB (Red+Green+Blue) = 237+253+205=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 205 (80.47% from 255 or 29.50% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDCD is #120232. Grayscale: #F2F2F2. Windows color (decimal): -1180211 or 13499885. OLE color: 13499885.

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

Color convert

RGB237253205-
CMYK0.0600.190.01
HSL80º92.31%89.8%-
HSV(B)80º18.97%99.22%-
XYZ81.0792.6671.37-
YUV242.74106.7123.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 253 (99.22% from 255) = 36.40%
BLUE value IS 205 (80.47% from 255) = 29.50%
R=34.10%
G=36.40%
B=29.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532050.0600.190.018092.3189.8
HexEDFDCD60131505c5a
Octal35537531560231120134132
Binary1110110111111101110011011100100111101000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDCD; }

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

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

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

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

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

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

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

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