Shades of Amour #ECE6E9
Tints of Amour #ECE6E9
RGB
CMYK
RGB Variations
Color information
#ECE6E9 (or 0xECE6E9) is known color: Amour. HEX triplet: EC, E6 and E9. RGB value is (236,230,233). Sum of RGB (Red+Green+Blue) = 236+230+233=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 230 (90.23% from 255 or 32.90% from 699); Blue value is 233 (91.41% from 255 or 33.33% from 699); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE6E9 is #131916. Grayscale: #E8E8E8. Windows color (decimal): -1251607 or 15329004. OLE color: 15329004.
HSL color Cylindrical-coordinate representation of color #ECE6E9: hue angle of 330º degrees, saturation: 0.14, 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 #ECE6E9 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 230 | 233 | - |
CMYK | 0 | 0.03 | 0.01 | 0.07 |
HSL | 330º | 0.14% | 0.91% | - |
HSV(B) | 330º | 0.03% | 0.93% | - |
XYZ | 77.6 | 80.31 | 88.5 | - |
YUV | 232.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 233 | 0 | 0.03 | 0.01 | 0.07 | 330 | 0.14 | 0.91 |
Hex | EC | E6 | E9 | 0 | 3 | 1 | 7 | 14A | E | 5B |
Octal | 354 | 346 | 351 | 0 | 3 | 1 | 7 | 512 | 16 | 133 |
Binary | 11101100 | 11100110 | 11101001 | 0 | 11 | 1 | 111 | 101001010 | 1110 | 1011011 |
Color Harmonies of #ECE6E9
Complementary color
Monochromatic Colors of #ECE6E9
Black with #ECE6E9
Text Example
Text Example
White with #ECE6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6E9; }
p { color: rgb(236,230,233); }
H1.HeaderClassName
{
color: #ECE6E9;
}
.AnyTagClassName
{
color: #ECE6E9;
}
</style>
background-color css
<style>
a { background-color: #ECE6E9; }
a { background-color: rgb(236,230,233); }
div.DivClassName
{
background-color: #ECE6E9;
}
.BgClassName
{
background-color: #ECE6E9;
}
</style>
border-color css
<style>
span { border-color: #ECE6E9; }
span { border-color: rgb(236,230,233); }
td.TdClassName
{
border-color: #ECE6E9;
}
.TagClassName
{
border-color: #ECE6E9;
}
</style>