Shades of Amour #EBDEE2
Tints of Amour #EBDEE2
RGB
CMYK
RGB Variations
Color information
#EBDEE2 (or 0xEBDEE2) is known color: Amour. HEX triplet: EB, DE and E2. RGB value is (235,222,226). Sum of RGB (Red+Green+Blue) = 235+222+226=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEE2 is #14211D. Grayscale: #E2E2E2. Windows color (decimal): -1319198 or 14868203. OLE color: 14868203.
HSL color Cylindrical-coordinate representation of color #EBDEE2: hue angle of 341.54º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDEE2 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 222 | 226 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.08 |
| HSL | 341.54º | 0.25% | 0.9% | - |
| HSV(B) | 341.54º | 0.06% | 0.92% | - |
| XYZ | 74.11 | 75.4 | 82.6 | - |
| YUV | 226.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 222 | 226 | 0 | 0.06 | 0.04 | 0.08 | 341.54 | 0.25 | 0.9 |
| Hex | EB | DE | E2 | 0 | 6 | 4 | 8 | 156 | 19 | 5A |
| Octal | 353 | 336 | 342 | 0 | 6 | 4 | 10 | 526 | 31 | 132 |
| Binary | 11101011 | 11011110 | 11100010 | 0 | 110 | 100 | 1000 | 101010110 | 11001 | 1011010 |
Color Harmonies of #EBDEE2
Complementary color
Monochromatic Colors of #EBDEE2
Black with #EBDEE2
Text Example
Text Example
White with #EBDEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDEE2; }
p { color: rgb(235,222,226); }
H1.HeaderClassName
{
color: #EBDEE2;
}
.AnyTagClassName
{
color: #EBDEE2;
}
</style>
background-color css
<style>
a { background-color: #EBDEE2; }
a { background-color: rgb(235,222,226); }
div.DivClassName
{
background-color: #EBDEE2;
}
.BgClassName
{
background-color: #EBDEE2;
}
</style>
border-color css
<style>
span { border-color: #EBDEE2; }
span { border-color: rgb(235,222,226); }
td.TdClassName
{
border-color: #EBDEE2;
}
.TagClassName
{
border-color: #EBDEE2;
}
</style>