Shades of Pale Rose #ECD3D9
Tints of Pale Rose #ECD3D9
RGB
CMYK
RGB Variations
Color information
#ECD3D9 (or 0xECD3D9) is known color: Pale Rose. HEX triplet: EC, D3 and D9. RGB value is (236,211,217). Sum of RGB (Red+Green+Blue) = 236+211+217=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3D9 is #132C26. Grayscale: #DBDBDB. Windows color (decimal): -1256487 or 14275564. OLE color: 14275564.
HSL color Cylindrical-coordinate representation of color #ECD3D9: hue angle of 345.6º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD3D9 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 217 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.07 |
| HSL | 345.6º | 0.4% | 0.88% | - |
| HSV(B) | 345.6º | 0.11% | 0.93% | - |
| XYZ | 70.41 | 69.43 | 75.34 | - |
| YUV | 219.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 217 | 0 | 0.11 | 0.08 | 0.07 | 345.6 | 0.4 | 0.88 |
| Hex | EC | D3 | D9 | 0 | B | 8 | 7 | 15A | 28 | 58 |
| Octal | 354 | 323 | 331 | 0 | 13 | 10 | 7 | 532 | 50 | 130 |
| Binary | 11101100 | 11010011 | 11011001 | 0 | 1011 | 1000 | 111 | 101011010 | 101000 | 1011000 |
Color Harmonies of #ECD3D9
Complementary color
Monochromatic Colors of #ECD3D9
Black with #ECD3D9
Text Example
Text Example
White with #ECD3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3D9; }
p { color: rgb(236,211,217); }
H1.HeaderClassName
{
color: #ECD3D9;
}
.AnyTagClassName
{
color: #ECD3D9;
}
</style>
background-color css
<style>
a { background-color: #ECD3D9; }
a { background-color: rgb(236,211,217); }
div.DivClassName
{
background-color: #ECD3D9;
}
.BgClassName
{
background-color: #ECD3D9;
}
</style>
border-color css
<style>
span { border-color: #ECD3D9; }
span { border-color: rgb(236,211,217); }
td.TdClassName
{
border-color: #ECD3D9;
}
.TagClassName
{
border-color: #ECD3D9;
}
</style>