#EECDED

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

Shades of Snuff #EECDED

Tints of Snuff #EECDED

Color information

#EECDED (or 0xEECDED) is unknown color: approx Snuff. HEX triplet: EE, CD and ED. RGB value is (238,205,237). Sum of RGB (Red+Green+Blue) = 238+205+237=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDED is #113212. Grayscale: #DADADA. Windows color (decimal): -1126931 or 15584750. OLE color: 15584750.

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

Color convert

RGB238205237-
CMYK00.140.000.07
HSL301.82º49.25%86.86%-
HSV(B)301.82º13.87%93.33%-
XYZ72.3867.9589.42-
YUV218.52138.43141.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35%
GREEN value IS 205 (80.47% from 255) = 30.15%
BLUE value IS 237 (92.97% from 255) = 34.85%
R=35%
G=30.15%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820523700.140.000.07301.8249.2586.86
HexEECDED0E0712e3157
Octal3563153550160745661127
Binary1110111011001101111011010111001111001011101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDED; }

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

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

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

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

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

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

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

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