Shades of Amour #EDE3E6
Tints of Amour #EDE3E6
RGB
CMYK
RGB Variations
Color information
#EDE3E6 (or 0xEDE3E6) is known color: Amour. HEX triplet: ED, E3 and E6. RGB value is (237,227,230). Sum of RGB (Red+Green+Blue) = 237+227+230=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 227 (89.06% from 255 or 32.71% from 694); Blue value is 230 (90.23% from 255 or 33.14% from 694); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3E6 is #121C19. Grayscale: #E6E6E6. Windows color (decimal): -1186842 or 15131629. OLE color: 15131629.
HSL color Cylindrical-coordinate representation of color #EDE3E6: hue angle of 342º degrees, saturation: 0.22, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDE3E6 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 227 | 230 | - |
CMYK | 0 | 0.04 | 0.03 | 0.07 |
HSL | 342º | 0.22% | 0.91% | - |
HSV(B) | 342º | 0.04% | 0.93% | - |
XYZ | 76.68 | 78.66 | 86 | - |
YUV | 230.33 | 127.81 | 132.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 227 | 230 | 0 | 0.04 | 0.03 | 0.07 | 342 | 0.22 | 0.91 |
Hex | ED | E3 | E6 | 0 | 4 | 3 | 7 | 156 | 16 | 5B |
Octal | 355 | 343 | 346 | 0 | 4 | 3 | 7 | 526 | 26 | 133 |
Binary | 11101101 | 11100011 | 11100110 | 0 | 100 | 11 | 111 | 101010110 | 10110 | 1011011 |
Color Harmonies of #EDE3E6
Complementary color
Monochromatic Colors of #EDE3E6
Black with #EDE3E6
Text Example
Text Example
White with #EDE3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3E6; }
p { color: rgb(237,227,230); }
H1.HeaderClassName
{
color: #EDE3E6;
}
.AnyTagClassName
{
color: #EDE3E6;
}
</style>
background-color css
<style>
a { background-color: #EDE3E6; }
a { background-color: rgb(237,227,230); }
div.DivClassName
{
background-color: #EDE3E6;
}
.BgClassName
{
background-color: #EDE3E6;
}
</style>
border-color css
<style>
span { border-color: #EDE3E6; }
span { border-color: rgb(237,227,230); }
td.TdClassName
{
border-color: #EDE3E6;
}
.TagClassName
{
border-color: #EDE3E6;
}
</style>