Shades of Classic Rose #ECD9E6
Tints of Classic Rose #ECD9E6
RGB
CMYK
RGB Variations
Color information
#ECD9E6 (or 0xECD9E6) is known color: Classic Rose. HEX triplet: EC, D9 and E6. RGB value is (236,217,230). Sum of RGB (Red+Green+Blue) = 236+217+230=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 217 (85.16% from 255 or 31.77% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9E6 is #132619. Grayscale: #E0E0E0. Windows color (decimal): -1254938 or 15129068. OLE color: 15129068.
HSL color Cylindrical-coordinate representation of color #ECD9E6: hue angle of 318.95º 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 #ECD9E6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 230 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.07 |
| HSL | 318.95º | 0.33% | 0.89% | - |
| HSV(B) | 318.95º | 0.08% | 0.93% | - |
| XYZ | 73.69 | 73.17 | 85.1 | - |
| YUV | 224.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 230 | 0 | 0.08 | 0.03 | 0.07 | 318.95 | 0.33 | 0.89 |
| Hex | EC | D9 | E6 | 0 | 8 | 3 | 7 | 13F | 21 | 59 |
| Octal | 354 | 331 | 346 | 0 | 10 | 3 | 7 | 477 | 41 | 131 |
| Binary | 11101100 | 11011001 | 11100110 | 0 | 1000 | 11 | 111 | 100111111 | 100001 | 1011001 |
Color Harmonies of #ECD9E6
Complementary color
Monochromatic Colors of #ECD9E6
Black with #ECD9E6
Text Example
Text Example
White with #ECD9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9E6; }
p { color: rgb(236,217,230); }
H1.HeaderClassName
{
color: #ECD9E6;
}
.AnyTagClassName
{
color: #ECD9E6;
}
</style>
background-color css
<style>
a { background-color: #ECD9E6; }
a { background-color: rgb(236,217,230); }
div.DivClassName
{
background-color: #ECD9E6;
}
.BgClassName
{
background-color: #ECD9E6;
}
</style>
border-color css
<style>
span { border-color: #ECD9E6; }
span { border-color: rgb(236,217,230); }
td.TdClassName
{
border-color: #ECD9E6;
}
.TagClassName
{
border-color: #ECD9E6;
}
</style>