Shades of Pale Rose #ECD6DD
Tints of Pale Rose #ECD6DD
RGB
CMYK
RGB Variations
Color information
#ECD6DD (or 0xECD6DD) is known color: Pale Rose. HEX triplet: EC, D6 and DD. RGB value is (236,214,221). Sum of RGB (Red+Green+Blue) = 236+214+221=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6DD is #132922. Grayscale: #DDDDDD. Windows color (decimal): -1255715 or 14538476. OLE color: 14538476.
HSL color Cylindrical-coordinate representation of color #ECD6DD: hue angle of 340.91º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECD6DD is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 221 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.07 |
| HSL | 340.91º | 0.37% | 0.88% | - |
| HSV(B) | 340.91º | 0.09% | 0.93% | - |
| XYZ | 71.69 | 71.15 | 78.36 | - |
| YUV | 221.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 221 | 0 | 0.09 | 0.06 | 0.07 | 340.91 | 0.37 | 0.88 |
| Hex | EC | D6 | DD | 0 | 9 | 6 | 7 | 155 | 25 | 58 |
| Octal | 354 | 326 | 335 | 0 | 11 | 6 | 7 | 525 | 45 | 130 |
| Binary | 11101100 | 11010110 | 11011101 | 0 | 1001 | 110 | 111 | 101010101 | 100101 | 1011000 |
Color Harmonies of #ECD6DD
Complementary color
Monochromatic Colors of #ECD6DD
Black with #ECD6DD
Text Example
Text Example
White with #ECD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6DD; }
p { color: rgb(236,214,221); }
H1.HeaderClassName
{
color: #ECD6DD;
}
.AnyTagClassName
{
color: #ECD6DD;
}
</style>
background-color css
<style>
a { background-color: #ECD6DD; }
a { background-color: rgb(236,214,221); }
div.DivClassName
{
background-color: #ECD6DD;
}
.BgClassName
{
background-color: #ECD6DD;
}
</style>
border-color css
<style>
span { border-color: #ECD6DD; }
span { border-color: rgb(236,214,221); }
td.TdClassName
{
border-color: #ECD6DD;
}
.TagClassName
{
border-color: #ECD6DD;
}
</style>