Shades of Amour #EBDFE5
Tints of Amour #EBDFE5
RGB
CMYK
RGB Variations
Color information
#EBDFE5 (or 0xEBDFE5) is known color: Amour. HEX triplet: EB, DF and E5. RGB value is (235,223,229). Sum of RGB (Red+Green+Blue) = 235+223+229=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFE5 is #14201A. Grayscale: #E3E3E3. Windows color (decimal): -1318939 or 15065067. OLE color: 15065067.
HSL color Cylindrical-coordinate representation of color #EBDFE5: hue angle of 330º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBDFE5 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 229 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.08 |
| HSL | 330º | 0.23% | 0.9% | - |
| HSV(B) | 330º | 0.05% | 0.92% | - |
| XYZ | 74.79 | 76.09 | 84.87 | - |
| YUV | 227.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 229 | 0 | 0.05 | 0.03 | 0.08 | 330 | 0.23 | 0.9 |
| Hex | EB | DF | E5 | 0 | 5 | 3 | 8 | 14A | 17 | 5A |
| Octal | 353 | 337 | 345 | 0 | 5 | 3 | 10 | 512 | 27 | 132 |
| Binary | 11101011 | 11011111 | 11100101 | 0 | 101 | 11 | 1000 | 101001010 | 10111 | 1011010 |
Color Harmonies of #EBDFE5
Complementary color
Monochromatic Colors of #EBDFE5
Black with #EBDFE5
Text Example
Text Example
White with #EBDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFE5; }
p { color: rgb(235,223,229); }
H1.HeaderClassName
{
color: #EBDFE5;
}
.AnyTagClassName
{
color: #EBDFE5;
}
</style>
background-color css
<style>
a { background-color: #EBDFE5; }
a { background-color: rgb(235,223,229); }
div.DivClassName
{
background-color: #EBDFE5;
}
.BgClassName
{
background-color: #EBDFE5;
}
</style>
border-color css
<style>
span { border-color: #EBDFE5; }
span { border-color: rgb(235,223,229); }
td.TdClassName
{
border-color: #EBDFE5;
}
.TagClassName
{
border-color: #EBDFE5;
}
</style>