#EDD7ED

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

Shades of Snuff #EDD7ED

Tints of Snuff #EDD7ED

Color information

#EDD7ED (or 0xEDD7ED) is unknown color: approx Snuff. HEX triplet: ED, D7 and ED. RGB value is (237,215,237). Sum of RGB (Red+Green+Blue) = 237+215+237=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDD7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7ED is #122812. Grayscale: #E0E0E0. Windows color (decimal): -1189907 or 15587309. OLE color: 15587309.

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

Color convert

RGB237215237-
CMYK00.0900.07
HSL300º37.93%88.63%-
HSV(B)300º9.28%92.94%-
XYZ74.5172.7290.23-
YUV224.09135.29137.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 215 (84.38% from 255) = 31.20%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=34.40%
G=31.20%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721523700.0900.0730037.9388.63
HexEDD7ED090712c2659
Octal3553273550110745446131
Binary1110110111010111111011010100101111001011001001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD7ED; }

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

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

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

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

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

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

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

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