#EDCCED

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

Shades of Snuff #EDCCED

Tints of Snuff #EDCCED

Color information

#EDCCED (or 0xEDCCED) is unknown color: approx Snuff. HEX triplet: ED, CC and ED. RGB value is (237,204,237). Sum of RGB (Red+Green+Blue) = 237+204+237=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDCCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCED is #123312. Grayscale: #D9D9D9. Windows color (decimal): -1192723 or 15584493. OLE color: 15584493.

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

Color convert

RGB237204237-
CMYK00.1400.07
HSL300º47.83%86.47%-
HSV(B)300º13.92%92.94%-
XYZ71.867.389.33-
YUV217.63138.93141.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.96%
GREEN value IS 204 (80.08% from 255) = 30.09%
BLUE value IS 237 (92.97% from 255) = 34.96%
R=34.96%
G=30.09%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720423700.1400.0730047.8386.47
HexEDCCED0E0712c3056
Octal3553143550160745460126
Binary1110110111001100111011010111001111001011001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCED; }

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

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

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

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

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

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

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

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