Shades of Amour #EDE7E9
Tints of Amour #EDE7E9
RGB
CMYK
RGB Variations
Color information
#EDE7E9 (or 0xEDE7E9) is known color: Amour. HEX triplet: ED, E7 and E9. RGB value is (237,231,233). Sum of RGB (Red+Green+Blue) = 237+231+233=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 231 (90.62% from 255 or 32.95% from 701); Blue value is 233 (91.41% from 255 or 33.24% from 701); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7E9 is #121816. Grayscale: #E9E9E9. Windows color (decimal): -1185815 or 15329261. OLE color: 15329261.
HSL color Cylindrical-coordinate representation of color #EDE7E9: hue angle of 340º 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 #EDE7E9 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 231 | 233 | - |
CMYK | 0 | 0.03 | 0.02 | 0.07 |
HSL | 340º | 0.14% | 0.92% | - |
HSV(B) | 340º | 0.03% | 0.93% | - |
XYZ | 78.21 | 81.04 | 88.61 | - |
YUV | 233.02 | 127.99 | 130.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 231 | 233 | 0 | 0.03 | 0.02 | 0.07 | 340 | 0.14 | 0.92 |
Hex | ED | E7 | E9 | 0 | 3 | 2 | 7 | 154 | E | 5C |
Octal | 355 | 347 | 351 | 0 | 3 | 2 | 7 | 524 | 16 | 134 |
Binary | 11101101 | 11100111 | 11101001 | 0 | 11 | 10 | 111 | 101010100 | 1110 | 1011100 |
Color Harmonies of #EDE7E9
Complementary color
Monochromatic Colors of #EDE7E9
Black with #EDE7E9
Text Example
Text Example
White with #EDE7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7E9; }
p { color: rgb(237,231,233); }
H1.HeaderClassName
{
color: #EDE7E9;
}
.AnyTagClassName
{
color: #EDE7E9;
}
</style>
background-color css
<style>
a { background-color: #EDE7E9; }
a { background-color: rgb(237,231,233); }
div.DivClassName
{
background-color: #EDE7E9;
}
.BgClassName
{
background-color: #EDE7E9;
}
</style>
border-color css
<style>
span { border-color: #EDE7E9; }
span { border-color: rgb(237,231,233); }
td.TdClassName
{
border-color: #EDE7E9;
}
.TagClassName
{
border-color: #EDE7E9;
}
</style>