#EDCDED

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

Shades of Snuff #EDCDED

Tints of Snuff #EDCDED

Color information

#EDCDED (or 0xEDCDED) is unknown color: approx Snuff. HEX triplet: ED, CD and ED. RGB value is (237,205,237). Sum of RGB (Red+Green+Blue) = 237+205+237=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 205 (80.47% from 255 or 30.19% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDCDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDED is #123212. Grayscale: #DADADA. Windows color (decimal): -1192467 or 15584749. OLE color: 15584749.

HSL color Cylindrical-coordinate representation of color #EDCDED: hue angle of 300º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCDED is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237205237-
CMYK00.1400.07
HSL300º47.06%86.67%-
HSV(B)300º13.5%92.94%-
XYZ72.0467.7889.41-
YUV218.22138.6141.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 205 (80.47% from 255) = 30.19%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=34.90%
G=30.19%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720523700.1400.0730047.0686.67
HexEDCDED0E0712c2f57
Octal3553153550160745457127
Binary1110110111001101111011010111001111001011001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDED; }

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

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

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

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

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

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

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

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