Shades of Amour #ECE4E7
Tints of Amour #ECE4E7
RGB
CMYK
RGB Variations
Color information
#ECE4E7 (or 0xECE4E7) is known color: Amour. HEX triplet: EC, E4 and E7. RGB value is (236,228,231). Sum of RGB (Red+Green+Blue) = 236+228+231=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 228 (89.45% from 255 or 32.81% from 695); Blue value is 231 (90.62% from 255 or 33.24% from 695); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE4E7 is #131B18. Grayscale: #E6E6E6. Windows color (decimal): -1252121 or 15197420. OLE color: 15197420.
HSL color Cylindrical-coordinate representation of color #ECE4E7: hue angle of 337.5º degrees, saturation: 0.17, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECE4E7 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 231 | - |
CMYK | 0 | 0.03 | 0.02 | 0.07 |
HSL | 337.5º | 0.17% | 0.91% | - |
HSV(B) | 337.5º | 0.03% | 0.93% | - |
XYZ | 76.76 | 79.09 | 86.82 | - |
YUV | 230.73 | 128.15 | 131.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 231 | 0 | 0.03 | 0.02 | 0.07 | 337.5 | 0.17 | 0.91 |
Hex | EC | E4 | E7 | 0 | 3 | 2 | 7 | 152 | 11 | 5B |
Octal | 354 | 344 | 347 | 0 | 3 | 2 | 7 | 522 | 21 | 133 |
Binary | 11101100 | 11100100 | 11100111 | 0 | 11 | 10 | 111 | 101010010 | 10001 | 1011011 |
Color Harmonies of #ECE4E7
Complementary color
Monochromatic Colors of #ECE4E7
Black with #ECE4E7
Text Example
Text Example
White with #ECE4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4E7; }
p { color: rgb(236,228,231); }
H1.HeaderClassName
{
color: #ECE4E7;
}
.AnyTagClassName
{
color: #ECE4E7;
}
</style>
background-color css
<style>
a { background-color: #ECE4E7; }
a { background-color: rgb(236,228,231); }
div.DivClassName
{
background-color: #ECE4E7;
}
.BgClassName
{
background-color: #ECE4E7;
}
</style>
border-color css
<style>
span { border-color: #ECE4E7; }
span { border-color: rgb(236,228,231); }
td.TdClassName
{
border-color: #ECE4E7;
}
.TagClassName
{
border-color: #ECE4E7;
}
</style>