#EDD0EA

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

Shades of Snuff #EDD0EA

Tints of Snuff #EDD0EA

Color information

#EDD0EA (or 0xEDD0EA) is unknown color: approx Snuff. HEX triplet: ED, D0 and EA. RGB value is (237,208,234). Sum of RGB (Red+Green+Blue) = 237+208+234=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0EA is #122F15. Grayscale: #DBDBDB. Windows color (decimal): -1191702 or 15388909. OLE color: 15388909.

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

Color convert

RGB237208234-
CMYK00.120.010.07
HSL306.21º44.62%87.25%-
HSV(B)306.21º12.24%92.94%-
XYZ72.3369.0687.36-
YUV219.64136.11140.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 208 (81.64% from 255) = 30.63%
BLUE value IS 234 (91.80% from 255) = 34.46%
R=34.90%
G=30.63%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720823400.120.010.07306.2144.6287.25
HexEDD0EA0C171322d57
Octal3553203520141746255127
Binary1110110111010000111010100110011111001100101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0EA; }

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

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

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

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

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

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

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

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