Shades of Amour #ECE3E8
Tints of Amour #ECE3E8
RGB
CMYK
RGB Variations
Color information
#ECE3E8 (or 0xECE3E8) is known color: Amour. HEX triplet: EC, E3 and E8. RGB value is (236,227,232). Sum of RGB (Red+Green+Blue) = 236+227+232=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 227 (89.06% from 255 or 32.66% from 695); Blue value is 232 (91.02% from 255 or 33.38% from 695); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE3E8 is #131C17. Grayscale: #E6E6E6. Windows color (decimal): -1252376 or 15262700. OLE color: 15262700.
HSL color Cylindrical-coordinate representation of color #ECE3E8: hue angle of 326.67º degrees, saturation: 0.19, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECE3E8 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 227 | 232 | - |
CMYK | 0 | 0.04 | 0.02 | 0.07 |
HSL | 326.67º | 0.19% | 0.91% | - |
HSV(B) | 326.67º | 0.04% | 0.93% | - |
XYZ | 76.63 | 78.6 | 87.48 | - |
YUV | 230.26 | 128.98 | 132.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 227 | 232 | 0 | 0.04 | 0.02 | 0.07 | 326.67 | 0.19 | 0.91 |
Hex | EC | E3 | E8 | 0 | 4 | 2 | 7 | 147 | 13 | 5B |
Octal | 354 | 343 | 350 | 0 | 4 | 2 | 7 | 507 | 23 | 133 |
Binary | 11101100 | 11100011 | 11101000 | 0 | 100 | 10 | 111 | 101000111 | 10011 | 1011011 |
Color Harmonies of #ECE3E8
Complementary color
Monochromatic Colors of #ECE3E8
Black with #ECE3E8
Text Example
Text Example
White with #ECE3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3E8; }
p { color: rgb(236,227,232); }
H1.HeaderClassName
{
color: #ECE3E8;
}
.AnyTagClassName
{
color: #ECE3E8;
}
</style>
background-color css
<style>
a { background-color: #ECE3E8; }
a { background-color: rgb(236,227,232); }
div.DivClassName
{
background-color: #ECE3E8;
}
.BgClassName
{
background-color: #ECE3E8;
}
</style>
border-color css
<style>
span { border-color: #ECE3E8; }
span { border-color: rgb(236,227,232); }
td.TdClassName
{
border-color: #ECE3E8;
}
.TagClassName
{
border-color: #ECE3E8;
}
</style>