#EDD9EB

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

Shades of Snuff #EDD9EB

Tints of Snuff #EDD9EB

Color information

#EDD9EB (or 0xEDD9EB) is unknown color: approx Snuff. HEX triplet: ED, D9 and EB. RGB value is (237,217,235). Sum of RGB (Red+Green+Blue) = 237+217+235=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9EB is #122614. Grayscale: #E0E0E0. Windows color (decimal): -1189397 or 15456749. OLE color: 15456749.

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

Color convert

RGB237217235-
CMYK00.080.010.07
HSL306º35.71%89.02%-
HSV(B)306º8.44%92.94%-
XYZ74.7373.6388.87-
YUV225.03133.63136.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 217 (85.16% from 255) = 31.49%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=34.40%
G=31.49%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721723500.080.010.0730635.7189.02
HexEDD9EB08171322459
Octal3553313530101746244131
Binary1110110111011001111010110100011111001100101001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9EB; }

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

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

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

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

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

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

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

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