Shades of Pale Rose #ECD8DD
Tints of Pale Rose #ECD8DD
RGB
CMYK
RGB Variations
Color information
#ECD8DD (or 0xECD8DD) is known color: Pale Rose. HEX triplet: EC, D8 and DD. RGB value is (236,216,221). Sum of RGB (Red+Green+Blue) = 236+216+221=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8DD is #132722. Grayscale: #DEDEDE. Windows color (decimal): -1255203 or 14538988. OLE color: 14538988.
HSL color Cylindrical-coordinate representation of color #ECD8DD: hue angle of 345º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECD8DD is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 221 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.07 |
| HSL | 345º | 0.34% | 0.89% | - |
| HSV(B) | 345º | 0.08% | 0.93% | - |
| XYZ | 72.2 | 72.17 | 78.53 | - |
| YUV | 222.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 221 | 0 | 0.08 | 0.06 | 0.07 | 345 | 0.34 | 0.89 |
| Hex | EC | D8 | DD | 0 | 8 | 6 | 7 | 159 | 22 | 59 |
| Octal | 354 | 330 | 335 | 0 | 10 | 6 | 7 | 531 | 42 | 131 |
| Binary | 11101100 | 11011000 | 11011101 | 0 | 1000 | 110 | 111 | 101011001 | 100010 | 1011001 |
Color Harmonies of #ECD8DD
Complementary color
Monochromatic Colors of #ECD8DD
Black with #ECD8DD
Text Example
Text Example
White with #ECD8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8DD; }
p { color: rgb(236,216,221); }
H1.HeaderClassName
{
color: #ECD8DD;
}
.AnyTagClassName
{
color: #ECD8DD;
}
</style>
background-color css
<style>
a { background-color: #ECD8DD; }
a { background-color: rgb(236,216,221); }
div.DivClassName
{
background-color: #ECD8DD;
}
.BgClassName
{
background-color: #ECD8DD;
}
</style>
border-color css
<style>
span { border-color: #ECD8DD; }
span { border-color: rgb(236,216,221); }
td.TdClassName
{
border-color: #ECD8DD;
}
.TagClassName
{
border-color: #ECD8DD;
}
</style>