Shades of Classic Rose #ECD3E3
Tints of Classic Rose #ECD3E3
RGB
CMYK
RGB Variations
Color information
#ECD3E3 (or 0xECD3E3) is known color: Classic Rose. HEX triplet: EC, D3 and E3. RGB value is (236,211,227). Sum of RGB (Red+Green+Blue) = 236+211+227=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 211 (82.81% from 255 or 31.31% from 674); Blue value is 227 (89.06% from 255 or 33.68% from 674); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3E3 is #132C1C. Grayscale: #DCDCDC. Windows color (decimal): -1256477 or 14930924. OLE color: 14930924.
HSL color Cylindrical-coordinate representation of color #ECD3E3: hue angle of 321.6º 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 #ECD3E3 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 227 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.07 |
| HSL | 321.6º | 0.4% | 0.88% | - |
| HSV(B) | 321.6º | 0.11% | 0.93% | - |
| XYZ | 71.75 | 69.97 | 82.4 | - |
| YUV | 220.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 227 | 0 | 0.11 | 0.04 | 0.07 | 321.6 | 0.4 | 0.88 |
| Hex | EC | D3 | E3 | 0 | B | 4 | 7 | 142 | 28 | 58 |
| Octal | 354 | 323 | 343 | 0 | 13 | 4 | 7 | 502 | 50 | 130 |
| Binary | 11101100 | 11010011 | 11100011 | 0 | 1011 | 100 | 111 | 101000010 | 101000 | 1011000 |
Color Harmonies of #ECD3E3
Complementary color
Monochromatic Colors of #ECD3E3
Black with #ECD3E3
Text Example
Text Example
White with #ECD3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3E3; }
p { color: rgb(236,211,227); }
H1.HeaderClassName
{
color: #ECD3E3;
}
.AnyTagClassName
{
color: #ECD3E3;
}
</style>
background-color css
<style>
a { background-color: #ECD3E3; }
a { background-color: rgb(236,211,227); }
div.DivClassName
{
background-color: #ECD3E3;
}
.BgClassName
{
background-color: #ECD3E3;
}
</style>
border-color css
<style>
span { border-color: #ECD3E3; }
span { border-color: rgb(236,211,227); }
td.TdClassName
{
border-color: #ECD3E3;
}
.TagClassName
{
border-color: #ECD3E3;
}
</style>