Shades of Amour #ECDFE5
Tints of Amour #ECDFE5
RGB
CMYK
RGB Variations
Color information
#ECDFE5 (or 0xECDFE5) is known color: Amour. HEX triplet: EC, DF and E5. RGB value is (236,223,229). Sum of RGB (Red+Green+Blue) = 236+223+229=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFE5 is #13201A. Grayscale: #E3E3E3. Windows color (decimal): -1253403 or 15065068. OLE color: 15065068.
HSL color Cylindrical-coordinate representation of color #ECDFE5: hue angle of 332.31º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDFE5 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 223 | 229 | - |
CMYK | 0 | 0.06 | 0.03 | 0.07 |
HSL | 332.31º | 0.25% | 0.9% | - |
HSV(B) | 332.31º | 0.06% | 0.93% | - |
XYZ | 75.12 | 76.27 | 84.89 | - |
YUV | 227.57 | 128.81 | 134.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 223 | 229 | 0 | 0.06 | 0.03 | 0.07 | 332.31 | 0.25 | 0.9 |
Hex | EC | DF | E5 | 0 | 6 | 3 | 7 | 14C | 19 | 5A |
Octal | 354 | 337 | 345 | 0 | 6 | 3 | 7 | 514 | 31 | 132 |
Binary | 11101100 | 11011111 | 11100101 | 0 | 110 | 11 | 111 | 101001100 | 11001 | 1011010 |
Color Harmonies of #ECDFE5
Complementary color
Monochromatic Colors of #ECDFE5
Black with #ECDFE5
Text Example
Text Example
White with #ECDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFE5; }
p { color: rgb(236,223,229); }
H1.HeaderClassName
{
color: #ECDFE5;
}
.AnyTagClassName
{
color: #ECDFE5;
}
</style>
background-color css
<style>
a { background-color: #ECDFE5; }
a { background-color: rgb(236,223,229); }
div.DivClassName
{
background-color: #ECDFE5;
}
.BgClassName
{
background-color: #ECDFE5;
}
</style>
border-color css
<style>
span { border-color: #ECDFE5; }
span { border-color: rgb(236,223,229); }
td.TdClassName
{
border-color: #ECDFE5;
}
.TagClassName
{
border-color: #ECDFE5;
}
</style>