Shades of Classic Rose #ECD9E3
Tints of Classic Rose #ECD9E3
RGB
CMYK
RGB Variations
Color information
#ECD9E3 (or 0xECD9E3) is known color: Classic Rose. HEX triplet: EC, D9 and E3. RGB value is (236,217,227). Sum of RGB (Red+Green+Blue) = 236+217+227=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 227 (89.06% from 255 or 33.38% from 680); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9E3 is #13261C. Grayscale: #DFDFDF. Windows color (decimal): -1254941 or 14932460. OLE color: 14932460.
HSL color Cylindrical-coordinate representation of color #ECD9E3: hue angle of 328.42º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECD9E3 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 227 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.07 |
| HSL | 328.42º | 0.33% | 0.89% | - |
| HSV(B) | 328.42º | 0.08% | 0.93% | - |
| XYZ | 73.27 | 73 | 82.9 | - |
| YUV | 223.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 227 | 0 | 0.08 | 0.04 | 0.07 | 328.42 | 0.33 | 0.89 |
| Hex | EC | D9 | E3 | 0 | 8 | 4 | 7 | 148 | 21 | 59 |
| Octal | 354 | 331 | 343 | 0 | 10 | 4 | 7 | 510 | 41 | 131 |
| Binary | 11101100 | 11011001 | 11100011 | 0 | 1000 | 100 | 111 | 101001000 | 100001 | 1011001 |
Color Harmonies of #ECD9E3
Complementary color
Monochromatic Colors of #ECD9E3
Black with #ECD9E3
Text Example
Text Example
White with #ECD9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9E3; }
p { color: rgb(236,217,227); }
H1.HeaderClassName
{
color: #ECD9E3;
}
.AnyTagClassName
{
color: #ECD9E3;
}
</style>
background-color css
<style>
a { background-color: #ECD9E3; }
a { background-color: rgb(236,217,227); }
div.DivClassName
{
background-color: #ECD9E3;
}
.BgClassName
{
background-color: #ECD9E3;
}
</style>
border-color css
<style>
span { border-color: #ECD9E3; }
span { border-color: rgb(236,217,227); }
td.TdClassName
{
border-color: #ECD9E3;
}
.TagClassName
{
border-color: #ECD9E3;
}
</style>