Shades of Amour #EDE7EB
Tints of Amour #EDE7EB
RGB
CMYK
RGB Variations
Color information
#EDE7EB (or 0xEDE7EB) is known color: Amour. HEX triplet: ED, E7 and EB. RGB value is (237,231,235). Sum of RGB (Red+Green+Blue) = 237+231+235=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 231 (90.62% from 255 or 32.86% from 703); Blue value is 235 (92.19% from 255 or 33.43% from 703); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7EB is #121814. Grayscale: #E9E9E9. Windows color (decimal): -1185813 or 15460333. OLE color: 15460333.
HSL color Cylindrical-coordinate representation of color #EDE7EB: hue angle of 320º degrees, saturation: 0.14, 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 #EDE7EB is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 235 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.07 |
| HSL | 320º | 0.14% | 0.92% | - |
| HSV(B) | 320º | 0.03% | 0.93% | - |
| XYZ | 78.5 | 81.15 | 90.12 | - |
| YUV | 233.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 235 | 0 | 0.03 | 0.01 | 0.07 | 320 | 0.14 | 0.92 |
| Hex | ED | E7 | EB | 0 | 3 | 1 | 7 | 140 | E | 5C |
| Octal | 355 | 347 | 353 | 0 | 3 | 1 | 7 | 500 | 16 | 134 |
| Binary | 11101101 | 11100111 | 11101011 | 0 | 11 | 1 | 111 | 101000000 | 1110 | 1011100 |
Color Harmonies of #EDE7EB
Complementary color
Monochromatic Colors of #EDE7EB
Black with #EDE7EB
Text Example
Text Example
White with #EDE7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7EB; }
p { color: rgb(237,231,235); }
H1.HeaderClassName
{
color: #EDE7EB;
}
.AnyTagClassName
{
color: #EDE7EB;
}
</style>
background-color css
<style>
a { background-color: #EDE7EB; }
a { background-color: rgb(237,231,235); }
div.DivClassName
{
background-color: #EDE7EB;
}
.BgClassName
{
background-color: #EDE7EB;
}
</style>
border-color css
<style>
span { border-color: #EDE7EB; }
span { border-color: rgb(237,231,235); }
td.TdClassName
{
border-color: #EDE7EB;
}
.TagClassName
{
border-color: #EDE7EB;
}
</style>