#EDCDE9

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

Shades of Snuff #EDCDE9

Tints of Snuff #EDCDE9

Color information

#EDCDE9 (or 0xEDCDE9) is unknown color: approx Snuff. HEX triplet: ED, CD and E9. RGB value is (237,205,233). Sum of RGB (Red+Green+Blue) = 237+205+233=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDE9 is #123216. Grayscale: #D9D9D9. Windows color (decimal): -1192471 or 15322605. OLE color: 15322605.

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

Color convert

RGB237205233-
CMYK00.140.020.07
HSL307.5º47.06%86.67%-
HSV(B)307.5º13.5%92.94%-
XYZ71.4667.5586.36-
YUV217.76136.6141.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 205 (80.47% from 255) = 30.37%
BLUE value IS 233 (91.41% from 255) = 34.52%
R=35.11%
G=30.37%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720523300.140.020.07307.547.0686.67
HexEDCDE90E271342f57
Octal3553153510162746457127
Binary11101101110011011110100101110101111001101001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDE9; }

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

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

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

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

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

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

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

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