Shades of Classic Rose #ECD0DE
Tints of Classic Rose #ECD0DE
RGB
CMYK
RGB Variations
Color information
#ECD0DE (or 0xECD0DE) is known color: Classic Rose. HEX triplet: EC, D0 and DE. RGB value is (236,208,222). Sum of RGB (Red+Green+Blue) = 236+208+222=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0DE is #132F21. Grayscale: #D9D9D9. Windows color (decimal): -1257250 or 14602476. OLE color: 14602476.
HSL color Cylindrical-coordinate representation of color #ECD0DE: hue angle of 330º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD0DE is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 222 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.07 |
| HSL | 330º | 0.42% | 0.87% | - |
| HSV(B) | 330º | 0.12% | 0.93% | - |
| XYZ | 70.33 | 68.22 | 78.57 | - |
| YUV | 217.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 222 | 0 | 0.12 | 0.06 | 0.07 | 330 | 0.42 | 0.87 |
| Hex | EC | D0 | DE | 0 | C | 6 | 7 | 14A | 2A | 57 |
| Octal | 354 | 320 | 336 | 0 | 14 | 6 | 7 | 512 | 52 | 127 |
| Binary | 11101100 | 11010000 | 11011110 | 0 | 1100 | 110 | 111 | 101001010 | 101010 | 1010111 |
Color Harmonies of #ECD0DE
Complementary color
Monochromatic Colors of #ECD0DE
Black with #ECD0DE
Text Example
Text Example
White with #ECD0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0DE; }
p { color: rgb(236,208,222); }
H1.HeaderClassName
{
color: #ECD0DE;
}
.AnyTagClassName
{
color: #ECD0DE;
}
</style>
background-color css
<style>
a { background-color: #ECD0DE; }
a { background-color: rgb(236,208,222); }
div.DivClassName
{
background-color: #ECD0DE;
}
.BgClassName
{
background-color: #ECD0DE;
}
</style>
border-color css
<style>
span { border-color: #ECD0DE; }
span { border-color: rgb(236,208,222); }
td.TdClassName
{
border-color: #ECD0DE;
}
.TagClassName
{
border-color: #ECD0DE;
}
</style>