Shades of Amour #EDE6E9
Tints of Amour #EDE6E9
RGB
CMYK
RGB Variations
Color information
#EDE6E9 (or 0xEDE6E9) is known color: Amour. HEX triplet: ED, E6 and E9. RGB value is (237,230,233). Sum of RGB (Red+Green+Blue) = 237+230+233=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 230 (90.23% from 255 or 32.86% from 700); Blue value is 233 (91.41% from 255 or 33.29% from 700); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6E9 is #121916. Grayscale: #E8E8E8. Windows color (decimal): -1186071 or 15329005. OLE color: 15329005.
HSL color Cylindrical-coordinate representation of color #EDE6E9: hue angle of 334.29º degrees, saturation: 0.16, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDE6E9 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 233 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.07 |
| HSL | 334.29º | 0.16% | 0.92% | - |
| HSV(B) | 334.29º | 0.03% | 0.93% | - |
| XYZ | 77.93 | 80.48 | 88.52 | - |
| YUV | 232.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 233 | 0 | 0.03 | 0.02 | 0.07 | 334.29 | 0.16 | 0.92 |
| Hex | ED | E6 | E9 | 0 | 3 | 2 | 7 | 14E | 10 | 5C |
| Octal | 355 | 346 | 351 | 0 | 3 | 2 | 7 | 516 | 20 | 134 |
| Binary | 11101101 | 11100110 | 11101001 | 0 | 11 | 10 | 111 | 101001110 | 10000 | 1011100 |
Color Harmonies of #EDE6E9
Complementary color
Monochromatic Colors of #EDE6E9
Black with #EDE6E9
Text Example
Text Example
White with #EDE6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6E9; }
p { color: rgb(237,230,233); }
H1.HeaderClassName
{
color: #EDE6E9;
}
.AnyTagClassName
{
color: #EDE6E9;
}
</style>
background-color css
<style>
a { background-color: #EDE6E9; }
a { background-color: rgb(237,230,233); }
div.DivClassName
{
background-color: #EDE6E9;
}
.BgClassName
{
background-color: #EDE6E9;
}
</style>
border-color css
<style>
span { border-color: #EDE6E9; }
span { border-color: rgb(237,230,233); }
td.TdClassName
{
border-color: #EDE6E9;
}
.TagClassName
{
border-color: #EDE6E9;
}
</style>