Shades of Amour #EFDFE5
Tints of Amour #EFDFE5
RGB
CMYK
RGB Variations
Color information
#EFDFE5 (or 0xEFDFE5) is known color: Amour. HEX triplet: EF, DF and E5. RGB value is (239,223,229). Sum of RGB (Red+Green+Blue) = 239+223+229=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFE5 is #10201A. Grayscale: #E4E4E4. Windows color (decimal): -1056795 or 15065071. OLE color: 15065071.
HSL color Cylindrical-coordinate representation of color #EFDFE5: hue angle of 337.5º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFDFE5 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 223 | 229 | - |
CMYK | 0 | 0.07 | 0.04 | 0.06 |
HSL | 337.5º | 0.33% | 0.91% | - |
HSV(B) | 337.5º | 0.07% | 0.94% | - |
XYZ | 76.13 | 76.78 | 84.94 | - |
YUV | 228.47 | 128.3 | 135.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 223 | 229 | 0 | 0.07 | 0.04 | 0.06 | 337.5 | 0.33 | 0.91 |
Hex | EF | DF | E5 | 0 | 7 | 4 | 6 | 152 | 21 | 5B |
Octal | 357 | 337 | 345 | 0 | 7 | 4 | 6 | 522 | 41 | 133 |
Binary | 11101111 | 11011111 | 11100101 | 0 | 111 | 100 | 110 | 101010010 | 100001 | 1011011 |
Color Harmonies of #EFDFE5
Complementary color
Monochromatic Colors of #EFDFE5
Black with #EFDFE5
Text Example
Text Example
White with #EFDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFE5; }
p { color: rgb(239,223,229); }
H1.HeaderClassName
{
color: #EFDFE5;
}
.AnyTagClassName
{
color: #EFDFE5;
}
</style>
background-color css
<style>
a { background-color: #EFDFE5; }
a { background-color: rgb(239,223,229); }
div.DivClassName
{
background-color: #EFDFE5;
}
.BgClassName
{
background-color: #EFDFE5;
}
</style>
border-color css
<style>
span { border-color: #EFDFE5; }
span { border-color: rgb(239,223,229); }
td.TdClassName
{
border-color: #EFDFE5;
}
.TagClassName
{
border-color: #EFDFE5;
}
</style>