Shades of Classic Rose #ECD3E5
Tints of Classic Rose #ECD3E5
RGB
CMYK
RGB Variations
Color information
#ECD3E5 (or 0xECD3E5) is known color: Classic Rose. HEX triplet: EC, D3 and E5. RGB value is (236,211,229). Sum of RGB (Red+Green+Blue) = 236+211+229=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 211 (82.81% from 255 or 31.21% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3E5 is #132C1A. Grayscale: #DCDCDC. Windows color (decimal): -1256475 or 15061996. OLE color: 15061996.
HSL color Cylindrical-coordinate representation of color #ECD3E5: hue angle of 316.8º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD3E5 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 229 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.07 |
| HSL | 316.8º | 0.4% | 0.88% | - |
| HSV(B) | 316.8º | 0.11% | 0.93% | - |
| XYZ | 72.03 | 70.08 | 83.86 | - |
| YUV | 220.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 229 | 0 | 0.11 | 0.03 | 0.07 | 316.8 | 0.4 | 0.88 |
| Hex | EC | D3 | E5 | 0 | B | 3 | 7 | 13D | 28 | 58 |
| Octal | 354 | 323 | 345 | 0 | 13 | 3 | 7 | 475 | 50 | 130 |
| Binary | 11101100 | 11010011 | 11100101 | 0 | 1011 | 11 | 111 | 100111101 | 101000 | 1011000 |
Color Harmonies of #ECD3E5
Complementary color
Monochromatic Colors of #ECD3E5
Black with #ECD3E5
Text Example
Text Example
White with #ECD3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3E5; }
p { color: rgb(236,211,229); }
H1.HeaderClassName
{
color: #ECD3E5;
}
.AnyTagClassName
{
color: #ECD3E5;
}
</style>
background-color css
<style>
a { background-color: #ECD3E5; }
a { background-color: rgb(236,211,229); }
div.DivClassName
{
background-color: #ECD3E5;
}
.BgClassName
{
background-color: #ECD3E5;
}
</style>
border-color css
<style>
span { border-color: #ECD3E5; }
span { border-color: rgb(236,211,229); }
td.TdClassName
{
border-color: #ECD3E5;
}
.TagClassName
{
border-color: #ECD3E5;
}
</style>