Shades of Amour #EFDEE5
Tints of Amour #EFDEE5
RGB
CMYK
RGB Variations
Color information
#EFDEE5 (or 0xEFDEE5) is known color: Amour. HEX triplet: EF, DE and E5. RGB value is (239,222,229). Sum of RGB (Red+Green+Blue) = 239+222+229=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEE5 is #10211A. Grayscale: #E3E3E3. Windows color (decimal): -1057051 or 15064815. OLE color: 15064815.
HSL color Cylindrical-coordinate representation of color #EFDEE5: hue angle of 335.29º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFDEE5 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 229 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.06 |
| HSL | 335.29º | 0.35% | 0.9% | - |
| HSV(B) | 335.29º | 0.07% | 0.94% | - |
| XYZ | 75.86 | 76.25 | 84.85 | - |
| YUV | 227.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 229 | 0 | 0.07 | 0.04 | 0.06 | 335.29 | 0.35 | 0.9 |
| Hex | EF | DE | E5 | 0 | 7 | 4 | 6 | 14F | 23 | 5A |
| Octal | 357 | 336 | 345 | 0 | 7 | 4 | 6 | 517 | 43 | 132 |
| Binary | 11101111 | 11011110 | 11100101 | 0 | 111 | 100 | 110 | 101001111 | 100011 | 1011010 |
Color Harmonies of #EFDEE5
Complementary color
Monochromatic Colors of #EFDEE5
Black with #EFDEE5
Text Example
Text Example
White with #EFDEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEE5; }
p { color: rgb(239,222,229); }
H1.HeaderClassName
{
color: #EFDEE5;
}
.AnyTagClassName
{
color: #EFDEE5;
}
</style>
background-color css
<style>
a { background-color: #EFDEE5; }
a { background-color: rgb(239,222,229); }
div.DivClassName
{
background-color: #EFDEE5;
}
.BgClassName
{
background-color: #EFDEE5;
}
</style>
border-color css
<style>
span { border-color: #EFDEE5; }
span { border-color: rgb(239,222,229); }
td.TdClassName
{
border-color: #EFDEE5;
}
.TagClassName
{
border-color: #EFDEE5;
}
</style>