Shades of Amour #ECE3E6
Tints of Amour #ECE3E6
RGB
CMYK
RGB Variations
Color information
#ECE3E6 (or 0xECE3E6) is known color: Amour. HEX triplet: EC, E3 and E6. RGB value is (236,227,230). Sum of RGB (Red+Green+Blue) = 236+227+230=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 227 (89.06% from 255 or 32.76% from 693); Blue value is 230 (90.23% from 255 or 33.19% from 693); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE3E6 is #131C19. Grayscale: #E6E6E6. Windows color (decimal): -1252378 or 15131628. OLE color: 15131628.
HSL color Cylindrical-coordinate representation of color #ECE3E6: hue angle of 340º 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 #ECE3E6 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 227 | 230 | - |
CMYK | 0 | 0.04 | 0.03 | 0.07 |
HSL | 340º | 0.19% | 0.91% | - |
HSV(B) | 340º | 0.04% | 0.93% | - |
XYZ | 76.34 | 78.48 | 85.99 | - |
YUV | 230.03 | 127.98 | 132.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 227 | 230 | 0 | 0.04 | 0.03 | 0.07 | 340 | 0.19 | 0.91 |
Hex | EC | E3 | E6 | 0 | 4 | 3 | 7 | 154 | 13 | 5B |
Octal | 354 | 343 | 346 | 0 | 4 | 3 | 7 | 524 | 23 | 133 |
Binary | 11101100 | 11100011 | 11100110 | 0 | 100 | 11 | 111 | 101010100 | 10011 | 1011011 |
Color Harmonies of #ECE3E6
Complementary color
Monochromatic Colors of #ECE3E6
Black with #ECE3E6
Text Example
Text Example
White with #ECE3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3E6; }
p { color: rgb(236,227,230); }
H1.HeaderClassName
{
color: #ECE3E6;
}
.AnyTagClassName
{
color: #ECE3E6;
}
</style>
background-color css
<style>
a { background-color: #ECE3E6; }
a { background-color: rgb(236,227,230); }
div.DivClassName
{
background-color: #ECE3E6;
}
.BgClassName
{
background-color: #ECE3E6;
}
</style>
border-color css
<style>
span { border-color: #ECE3E6; }
span { border-color: rgb(236,227,230); }
td.TdClassName
{
border-color: #ECE3E6;
}
.TagClassName
{
border-color: #ECE3E6;
}
</style>