#EDCDEB

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

Shades of Snuff #EDCDEB

Tints of Snuff #EDCDEB

Color information

#EDCDEB (or 0xEDCDEB) is unknown color: approx Snuff. HEX triplet: ED, CD and EB. RGB value is (237,205,235). Sum of RGB (Red+Green+Blue) = 237+205+235=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDEB is #123214. Grayscale: #D9D9D9. Windows color (decimal): -1192469 or 15453677. OLE color: 15453677.

HSL color Cylindrical-coordinate representation of color #EDCDEB: hue angle of 303.75º 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 #EDCDEB is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237205235-
CMYK00.140.010.07
HSL303.75º47.06%86.67%-
HSV(B)303.75º13.5%92.94%-
XYZ71.7567.6787.88-
YUV217.99137.6141.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.01%
GREEN value IS 205 (80.47% from 255) = 30.28%
BLUE value IS 235 (92.19% from 255) = 34.71%
R=35.01%
G=30.28%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720523500.140.010.07303.7547.0686.67
HexEDCDEB0E171302f57
Octal3553153530161746057127
Binary1110110111001101111010110111011111001100001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDEB; }

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

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

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

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

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

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

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

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