Shades of Classic Rose #ECD2DD
Tints of Classic Rose #ECD2DD
RGB
CMYK
RGB Variations
Color information
#ECD2DD (or 0xECD2DD) is known color: Classic Rose. HEX triplet: EC, D2 and DD. RGB value is (236,210,221). Sum of RGB (Red+Green+Blue) = 236+210+221=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2DD is #132D22. Grayscale: #DBDBDB. Windows color (decimal): -1256739 or 14537452. OLE color: 14537452.
HSL color Cylindrical-coordinate representation of color #ECD2DD: hue angle of 334.62º degrees, saturation: 0.41, 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 #ECD2DD is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 221 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.07 |
| HSL | 334.62º | 0.41% | 0.87% | - |
| HSV(B) | 334.62º | 0.11% | 0.93% | - |
| XYZ | 70.69 | 69.15 | 78.03 | - |
| YUV | 219.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 221 | 0 | 0.11 | 0.06 | 0.07 | 334.62 | 0.41 | 0.87 |
| Hex | EC | D2 | DD | 0 | B | 6 | 7 | 14F | 29 | 57 |
| Octal | 354 | 322 | 335 | 0 | 13 | 6 | 7 | 517 | 51 | 127 |
| Binary | 11101100 | 11010010 | 11011101 | 0 | 1011 | 110 | 111 | 101001111 | 101001 | 1010111 |
Color Harmonies of #ECD2DD
Complementary color
Monochromatic Colors of #ECD2DD
Black with #ECD2DD
Text Example
Text Example
White with #ECD2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2DD; }
p { color: rgb(236,210,221); }
H1.HeaderClassName
{
color: #ECD2DD;
}
.AnyTagClassName
{
color: #ECD2DD;
}
</style>
background-color css
<style>
a { background-color: #ECD2DD; }
a { background-color: rgb(236,210,221); }
div.DivClassName
{
background-color: #ECD2DD;
}
.BgClassName
{
background-color: #ECD2DD;
}
</style>
border-color css
<style>
span { border-color: #ECD2DD; }
span { border-color: rgb(236,210,221); }
td.TdClassName
{
border-color: #ECD2DD;
}
.TagClassName
{
border-color: #ECD2DD;
}
</style>