#EDCDE6

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

Shades of Snuff #EDCDE6

Tints of Snuff #EDCDE6

Color information

#EDCDE6 (or 0xEDCDE6) is unknown color: approx Snuff. HEX triplet: ED, CD and E6. RGB value is (237,205,230). Sum of RGB (Red+Green+Blue) = 237+205+230=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDE6 is #123219. Grayscale: #D9D9D9. Windows color (decimal): -1192474 or 15125997. OLE color: 15125997.

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

Color convert

RGB237205230-
CMYK00.140.030.07
HSL313.12º47.06%86.67%-
HSV(B)313.12º13.5%92.94%-
XYZ71.0467.3884.12-
YUV217.42135.1141.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.27%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 230 (90.23% from 255) = 34.23%
R=35.27%
G=30.51%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720523000.140.030.07313.1247.0686.67
HexEDCDE60E371392f57
Octal3553153460163747157127
Binary11101101110011011110011001110111111001110011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDE6; }

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

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

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

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

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

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

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

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