#EDD5ED

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

Shades of Snuff #EDD5ED

Tints of Snuff #EDD5ED

Color information

#EDD5ED (or 0xEDD5ED) is unknown color: approx Snuff. HEX triplet: ED, D5 and ED. RGB value is (237,213,237). Sum of RGB (Red+Green+Blue) = 237+213+237=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 213 (83.59% from 255 or 31.00% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDD5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5ED is #122A12. Grayscale: #DEDEDE. Windows color (decimal): -1190419 or 15586797. OLE color: 15586797.

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

Color convert

RGB237213237-
CMYK00.1000.07
HSL300º40%88.24%-
HSV(B)300º10.13%92.94%-
XYZ74.0171.7190.06-
YUV222.91135.95138.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 213 (83.59% from 255) = 31.00%
BLUE value IS 237 (92.97% from 255) = 34.50%
R=34.50%
G=31.00%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721323700.1000.073004088.24
HexEDD5ED0A0712c2858
Octal3553253550120745450130
Binary1110110111010101111011010101001111001011001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5ED; }

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

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

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

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

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

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

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

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