#EDD3EA

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

Shades of Snuff #EDD3EA

Tints of Snuff #EDD3EA

Color information

#EDD3EA (or 0xEDD3EA) is unknown color: approx Snuff. HEX triplet: ED, D3 and EA. RGB value is (237,211,234). Sum of RGB (Red+Green+Blue) = 237+211+234=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD3EA is #122C15. Grayscale: #DDDDDD. Windows color (decimal): -1190934 or 15389677. OLE color: 15389677.

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

Color convert

RGB237211234-
CMYK00.110.010.07
HSL306.92º41.94%87.84%-
HSV(B)306.92º10.97%92.94%-
XYZ73.0770.5387.61-
YUV221.4135.11139.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.75%
GREEN value IS 211 (82.81% from 255) = 30.94%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=34.75%
G=30.94%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721123400.110.010.07306.9241.9487.84
HexEDD3EA0B171332a58
Octal3553233520131746352130
Binary1110110111010011111010100101111111001100111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD3EA; }

 p { color: rgb(237,211,234); }

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

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

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

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

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

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

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