Shades of Classic Rose #ECD0DF
Tints of Classic Rose #ECD0DF
RGB
CMYK
RGB Variations
Color information
#ECD0DF (or 0xECD0DF) is known color: Classic Rose. HEX triplet: EC, D0 and DF. RGB value is (236,208,223). Sum of RGB (Red+Green+Blue) = 236+208+223=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0DF is #132F20. Grayscale: #DADADA. Windows color (decimal): -1257249 or 14668012. OLE color: 14668012.
HSL color Cylindrical-coordinate representation of color #ECD0DF: hue angle of 327.86º 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 #ECD0DF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 223 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.07 |
| HSL | 327.86º | 0.42% | 0.87% | - |
| HSV(B) | 327.86º | 0.12% | 0.93% | - |
| XYZ | 70.47 | 68.27 | 79.28 | - |
| YUV | 218.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 223 | 0 | 0.12 | 0.06 | 0.07 | 327.86 | 0.42 | 0.87 |
| Hex | EC | D0 | DF | 0 | C | 6 | 7 | 148 | 2A | 57 |
| Octal | 354 | 320 | 337 | 0 | 14 | 6 | 7 | 510 | 52 | 127 |
| Binary | 11101100 | 11010000 | 11011111 | 0 | 1100 | 110 | 111 | 101001000 | 101010 | 1010111 |
Color Harmonies of #ECD0DF
Complementary color
Monochromatic Colors of #ECD0DF
Black with #ECD0DF
Text Example
Text Example
White with #ECD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0DF; }
p { color: rgb(236,208,223); }
H1.HeaderClassName
{
color: #ECD0DF;
}
.AnyTagClassName
{
color: #ECD0DF;
}
</style>
background-color css
<style>
a { background-color: #ECD0DF; }
a { background-color: rgb(236,208,223); }
div.DivClassName
{
background-color: #ECD0DF;
}
.BgClassName
{
background-color: #ECD0DF;
}
</style>
border-color css
<style>
span { border-color: #ECD0DF; }
span { border-color: rgb(236,208,223); }
td.TdClassName
{
border-color: #ECD0DF;
}
.TagClassName
{
border-color: #ECD0DF;
}
</style>