#EDD9EE

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

Shades of Snuff #EDD9EE

Tints of Snuff #EDD9EE

Color information

#EDD9EE (or 0xEDD9EE) is unknown color: approx Snuff. HEX triplet: ED, D9 and EE. RGB value is (237,217,238). Sum of RGB (Red+Green+Blue) = 237+217+238=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDD9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9EE is #122611. Grayscale: #E1E1E1. Windows color (decimal): -1189394 or 15653357. OLE color: 15653357.

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

Color convert

RGB237217238-
CMYK0.000.0900.07
HSL297.14º38.18%89.22%-
HSV(B)297.14º8.82%93.33%-
XYZ75.1773.891.17-
YUV225.37135.13136.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 217 (85.16% from 255) = 31.36%
BLUE value IS 238 (93.36% from 255) = 34.39%
R=34.25%
G=31.36%
B=34.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372172380.000.0900.07297.1438.1889.22
HexEDD9EE09071292659
Octal3553313560110745146131
Binary1110110111011001111011100100101111001010011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9EE; }

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

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

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

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

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

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

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

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