Shades of Classic Rose #ECD4E1
Tints of Classic Rose #ECD4E1
RGB
CMYK
RGB Variations
Color information
#ECD4E1 (or 0xECD4E1) is known color: Classic Rose. HEX triplet: EC, D4 and E1. RGB value is (236,212,225). Sum of RGB (Red+Green+Blue) = 236+212+225=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4E1 is #132B1E. Grayscale: #DCDCDC. Windows color (decimal): -1256223 or 14800108. OLE color: 14800108.
HSL color Cylindrical-coordinate representation of color #ECD4E1: hue angle of 327.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD4E1 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 225 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.07 |
| HSL | 327.5º | 0.39% | 0.88% | - |
| HSV(B) | 327.5º | 0.1% | 0.93% | - |
| XYZ | 71.73 | 70.36 | 81.03 | - |
| YUV | 220.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 225 | 0 | 0.10 | 0.05 | 0.07 | 327.5 | 0.39 | 0.88 |
| Hex | EC | D4 | E1 | 0 | A | 5 | 7 | 148 | 27 | 58 |
| Octal | 354 | 324 | 341 | 0 | 12 | 5 | 7 | 510 | 47 | 130 |
| Binary | 11101100 | 11010100 | 11100001 | 0 | 1010 | 101 | 111 | 101001000 | 100111 | 1011000 |
Color Harmonies of #ECD4E1
Complementary color
Monochromatic Colors of #ECD4E1
Black with #ECD4E1
Text Example
Text Example
White with #ECD4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD4E1; }
p { color: rgb(236,212,225); }
H1.HeaderClassName
{
color: #ECD4E1;
}
.AnyTagClassName
{
color: #ECD4E1;
}
</style>
background-color css
<style>
a { background-color: #ECD4E1; }
a { background-color: rgb(236,212,225); }
div.DivClassName
{
background-color: #ECD4E1;
}
.BgClassName
{
background-color: #ECD4E1;
}
</style>
border-color css
<style>
span { border-color: #ECD4E1; }
span { border-color: rgb(236,212,225); }
td.TdClassName
{
border-color: #ECD4E1;
}
.TagClassName
{
border-color: #ECD4E1;
}
</style>