Shades of Pale Rose #ECD9DE
Tints of Pale Rose #ECD9DE
RGB
CMYK
RGB Variations
Color information
#ECD9DE (or 0xECD9DE) is known color: Pale Rose. HEX triplet: EC, D9 and DE. RGB value is (236,217,222). Sum of RGB (Red+Green+Blue) = 236+217+222=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9DE is #132621. Grayscale: #DFDFDF. Windows color (decimal): -1254946 or 14604780. OLE color: 14604780.
HSL color Cylindrical-coordinate representation of color #ECD9DE: hue angle of 344.21º degrees, saturation: 0.33, 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 #ECD9DE is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 222 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.07 |
| HSL | 344.21º | 0.33% | 0.89% | - |
| HSV(B) | 344.21º | 0.08% | 0.93% | - |
| XYZ | 72.59 | 72.73 | 79.32 | - |
| YUV | 223.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 222 | 0 | 0.08 | 0.06 | 0.07 | 344.21 | 0.33 | 0.89 |
| Hex | EC | D9 | DE | 0 | 8 | 6 | 7 | 158 | 21 | 59 |
| Octal | 354 | 331 | 336 | 0 | 10 | 6 | 7 | 530 | 41 | 131 |
| Binary | 11101100 | 11011001 | 11011110 | 0 | 1000 | 110 | 111 | 101011000 | 100001 | 1011001 |
Color Harmonies of #ECD9DE
Complementary color
Monochromatic Colors of #ECD9DE
Black with #ECD9DE
Text Example
Text Example
White with #ECD9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9DE; }
p { color: rgb(236,217,222); }
H1.HeaderClassName
{
color: #ECD9DE;
}
.AnyTagClassName
{
color: #ECD9DE;
}
</style>
background-color css
<style>
a { background-color: #ECD9DE; }
a { background-color: rgb(236,217,222); }
div.DivClassName
{
background-color: #ECD9DE;
}
.BgClassName
{
background-color: #ECD9DE;
}
</style>
border-color css
<style>
span { border-color: #ECD9DE; }
span { border-color: rgb(236,217,222); }
td.TdClassName
{
border-color: #ECD9DE;
}
.TagClassName
{
border-color: #ECD9DE;
}
</style>