Shades of Amour #EDE2E8
Tints of Amour #EDE2E8
RGB
CMYK
RGB Variations
Color information
#EDE2E8 (or 0xEDE2E8) is known color: Amour. HEX triplet: ED, E2 and E8. RGB value is (237,226,232). Sum of RGB (Red+Green+Blue) = 237+226+232=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 226 (88.67% from 255 or 32.52% from 695); Blue value is 232 (91.02% from 255 or 33.38% from 695); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2E8 is #121D17. Grayscale: #E5E5E5. Windows color (decimal): -1187096 or 15262445. OLE color: 15262445.
HSL color Cylindrical-coordinate representation of color #EDE2E8: hue angle of 327.27º degrees, saturation: 0.23, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE2E8 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 232 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.07 |
| HSL | 327.27º | 0.23% | 0.91% | - |
| HSV(B) | 327.27º | 0.05% | 0.93% | - |
| XYZ | 76.69 | 78.22 | 87.4 | - |
| YUV | 229.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 232 | 0 | 0.05 | 0.02 | 0.07 | 327.27 | 0.23 | 0.91 |
| Hex | ED | E2 | E8 | 0 | 5 | 2 | 7 | 147 | 17 | 5B |
| Octal | 355 | 342 | 350 | 0 | 5 | 2 | 7 | 507 | 27 | 133 |
| Binary | 11101101 | 11100010 | 11101000 | 0 | 101 | 10 | 111 | 101000111 | 10111 | 1011011 |
Color Harmonies of #EDE2E8
Complementary color
Monochromatic Colors of #EDE2E8
Black with #EDE2E8
Text Example
Text Example
White with #EDE2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2E8; }
p { color: rgb(237,226,232); }
H1.HeaderClassName
{
color: #EDE2E8;
}
.AnyTagClassName
{
color: #EDE2E8;
}
</style>
background-color css
<style>
a { background-color: #EDE2E8; }
a { background-color: rgb(237,226,232); }
div.DivClassName
{
background-color: #EDE2E8;
}
.BgClassName
{
background-color: #EDE2E8;
}
</style>
border-color css
<style>
span { border-color: #EDE2E8; }
span { border-color: rgb(237,226,232); }
td.TdClassName
{
border-color: #EDE2E8;
}
.TagClassName
{
border-color: #EDE2E8;
}
</style>