#EDDDEC

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

Shades of Snuff #EDDDEC

Tints of Snuff #EDDDEC

Color information

#EDDDEC (or 0xEDDDEC) is unknown color: approx Snuff. HEX triplet: ED, DD and EC. RGB value is (237,221,236). Sum of RGB (Red+Green+Blue) = 237+221+236=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDEC is #122213. Grayscale: #E3E3E3. Windows color (decimal): -1188372 or 15523309. OLE color: 15523309.

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

Color convert

RGB237221236-
CMYK00.070.000.07
HSL303.75º30.77%89.8%-
HSV(B)303.75º6.75%92.94%-
XYZ75.9275.7789.98-
YUV227.49132.8134.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 221 (86.72% from 255) = 31.84%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=34.15%
G=31.84%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722123600.070.000.07303.7530.7789.8
HexEDDDEC07071301f5a
Octal355335354070746037132
Binary11101101110111011110110001110111100110000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDEC; }

 p { color: rgb(237,221,236); }

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

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

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

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

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

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

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