Shades of Amour #EDE7EA
Tints of Amour #EDE7EA
RGB
CMYK
RGB Variations
Color information
#EDE7EA (or 0xEDE7EA) is known color: Amour. HEX triplet: ED, E7 and EA. RGB value is (237,231,234). Sum of RGB (Red+Green+Blue) = 237+231+234=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 231 (90.62% from 255 or 32.91% from 702); Blue value is 234 (91.80% from 255 or 33.33% from 702); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7EA is #121815. Grayscale: #E9E9E9. Windows color (decimal): -1185814 or 15394797. OLE color: 15394797.
HSL color Cylindrical-coordinate representation of color #EDE7EA: hue angle of 330º 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 #EDE7EA is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 231 | 234 | - |
CMYK | 0 | 0.03 | 0.01 | 0.07 |
HSL | 330º | 0.14% | 0.92% | - |
HSV(B) | 330º | 0.03% | 0.93% | - |
XYZ | 78.35 | 81.1 | 89.37 | - |
YUV | 233.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 231 | 234 | 0 | 0.03 | 0.01 | 0.07 | 330 | 0.14 | 0.92 |
Hex | ED | E7 | EA | 0 | 3 | 1 | 7 | 14A | E | 5C |
Octal | 355 | 347 | 352 | 0 | 3 | 1 | 7 | 512 | 16 | 134 |
Binary | 11101101 | 11100111 | 11101010 | 0 | 11 | 1 | 111 | 101001010 | 1110 | 1011100 |
Color Harmonies of #EDE7EA
Complementary color
Monochromatic Colors of #EDE7EA
Black with #EDE7EA
Text Example
Text Example
White with #EDE7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7EA; }
p { color: rgb(237,231,234); }
H1.HeaderClassName
{
color: #EDE7EA;
}
.AnyTagClassName
{
color: #EDE7EA;
}
</style>
background-color css
<style>
a { background-color: #EDE7EA; }
a { background-color: rgb(237,231,234); }
div.DivClassName
{
background-color: #EDE7EA;
}
.BgClassName
{
background-color: #EDE7EA;
}
</style>
border-color css
<style>
span { border-color: #EDE7EA; }
span { border-color: rgb(237,231,234); }
td.TdClassName
{
border-color: #EDE7EA;
}
.TagClassName
{
border-color: #EDE7EA;
}
</style>