Shades of Classic Rose #ECD8E1
Tints of Classic Rose #ECD8E1
RGB
CMYK
RGB Variations
Color information
#ECD8E1 (or 0xECD8E1) is known color: Classic Rose. HEX triplet: EC, D8 and E1. RGB value is (236,216,225). Sum of RGB (Red+Green+Blue) = 236+216+225=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8E1 is #13271E. Grayscale: #DEDEDE. Windows color (decimal): -1255199 or 14801132. OLE color: 14801132.
HSL color Cylindrical-coordinate representation of color #ECD8E1: hue angle of 333º degrees, saturation: 0.34, 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 #ECD8E1 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 225 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.07 |
| HSL | 333º | 0.34% | 0.89% | - |
| HSV(B) | 333º | 0.08% | 0.93% | - |
| XYZ | 72.74 | 72.38 | 81.37 | - |
| YUV | 223.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 225 | 0 | 0.08 | 0.05 | 0.07 | 333 | 0.34 | 0.89 |
| Hex | EC | D8 | E1 | 0 | 8 | 5 | 7 | 14D | 22 | 59 |
| Octal | 354 | 330 | 341 | 0 | 10 | 5 | 7 | 515 | 42 | 131 |
| Binary | 11101100 | 11011000 | 11100001 | 0 | 1000 | 101 | 111 | 101001101 | 100010 | 1011001 |
Color Harmonies of #ECD8E1
Complementary color
Monochromatic Colors of #ECD8E1
Black with #ECD8E1
Text Example
Text Example
White with #ECD8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8E1; }
p { color: rgb(236,216,225); }
H1.HeaderClassName
{
color: #ECD8E1;
}
.AnyTagClassName
{
color: #ECD8E1;
}
</style>
background-color css
<style>
a { background-color: #ECD8E1; }
a { background-color: rgb(236,216,225); }
div.DivClassName
{
background-color: #ECD8E1;
}
.BgClassName
{
background-color: #ECD8E1;
}
</style>
border-color css
<style>
span { border-color: #ECD8E1; }
span { border-color: rgb(236,216,225); }
td.TdClassName
{
border-color: #ECD8E1;
}
.TagClassName
{
border-color: #ECD8E1;
}
</style>