#EDD1EE

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

Shades of Snuff #EDD1EE

Tints of Snuff #EDD1EE

Color information

#EDD1EE (or 0xEDD1EE) is unknown color: approx Snuff. HEX triplet: ED, D1 and EE. RGB value is (237,209,238). Sum of RGB (Red+Green+Blue) = 237+209+238=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 209 (82.03% from 255 or 30.56% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDD1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD1EE is #122E11. Grayscale: #DCDCDC. Windows color (decimal): -1191442 or 15651309. OLE color: 15651309.

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

Color convert

RGB237209238-
CMYK0.000.1200.07
HSL297.93º46.03%87.65%-
HSV(B)297.93º12.18%93.33%-
XYZ73.1669.7890.5-
YUV220.68137.78139.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 209 (82.03% from 255) = 30.56%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=34.65%
G=30.56%
B=34.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372092380.000.1200.07297.9346.0387.65
HexEDD1EE0C0712a2e58
Octal3553213560140745256130
Binary1110110111010001111011100110001111001010101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD1EE; }

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

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

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

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

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

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

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

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