#EDD9EC

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

Shades of Snuff #EDD9EC

Tints of Snuff #EDD9EC

Color information

#EDD9EC (or 0xEDD9EC) is unknown color: approx Snuff. HEX triplet: ED, D9 and EC. RGB value is (237,217,236). Sum of RGB (Red+Green+Blue) = 237+217+236=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9EC is #122613. Grayscale: #E1E1E1. Windows color (decimal): -1189396 or 15522285. OLE color: 15522285.

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

Color convert

RGB237217236-
CMYK00.080.000.07
HSL303º35.71%89.02%-
HSV(B)303º8.44%92.94%-
XYZ74.8873.6989.63-
YUV225.15134.13136.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.35%
GREEN value IS 217 (85.16% from 255) = 31.45%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=34.35%
G=31.45%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721723600.080.000.0730335.7189.02
HexEDD9EC080712f2459
Octal3553313540100745744131
Binary1110110111011001111011000100001111001011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9EC; }

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

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

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

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

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

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

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

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