Shades of Classic Rose #ECD1DD
Tints of Classic Rose #ECD1DD
RGB
CMYK
RGB Variations
Color information
#ECD1DD (or 0xECD1DD) is known color: Classic Rose. HEX triplet: EC, D1 and DD. RGB value is (236,209,221). Sum of RGB (Red+Green+Blue) = 236+209+221=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1DD is #132E22. Grayscale: #DADADA. Windows color (decimal): -1256995 or 14537196. OLE color: 14537196.
HSL color Cylindrical-coordinate representation of color #ECD1DD: hue angle of 333.33º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD1DD is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 221 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.07 |
| HSL | 333.33º | 0.42% | 0.87% | - |
| HSV(B) | 333.33º | 0.11% | 0.93% | - |
| XYZ | 70.44 | 68.65 | 77.95 | - |
| YUV | 218.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 221 | 0 | 0.11 | 0.06 | 0.07 | 333.33 | 0.42 | 0.87 |
| Hex | EC | D1 | DD | 0 | B | 6 | 7 | 14D | 2A | 57 |
| Octal | 354 | 321 | 335 | 0 | 13 | 6 | 7 | 515 | 52 | 127 |
| Binary | 11101100 | 11010001 | 11011101 | 0 | 1011 | 110 | 111 | 101001101 | 101010 | 1010111 |
Color Harmonies of #ECD1DD
Complementary color
Monochromatic Colors of #ECD1DD
Black with #ECD1DD
Text Example
Text Example
White with #ECD1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD1DD; }
p { color: rgb(236,209,221); }
H1.HeaderClassName
{
color: #ECD1DD;
}
.AnyTagClassName
{
color: #ECD1DD;
}
</style>
background-color css
<style>
a { background-color: #ECD1DD; }
a { background-color: rgb(236,209,221); }
div.DivClassName
{
background-color: #ECD1DD;
}
.BgClassName
{
background-color: #ECD1DD;
}
</style>
border-color css
<style>
span { border-color: #ECD1DD; }
span { border-color: rgb(236,209,221); }
td.TdClassName
{
border-color: #ECD1DD;
}
.TagClassName
{
border-color: #ECD1DD;
}
</style>