Shades of Pale Rose #ECD5DC
Tints of Pale Rose #ECD5DC
RGB
CMYK
RGB Variations
Color information
#ECD5DC (or 0xECD5DC) is known color: Pale Rose. HEX triplet: EC, D5 and DC. RGB value is (236,213,220). Sum of RGB (Red+Green+Blue) = 236+213+220=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5DC is #132A23. Grayscale: #DCDCDC. Windows color (decimal): -1255972 or 14472684. OLE color: 14472684.
HSL color Cylindrical-coordinate representation of color #ECD5DC: hue angle of 341.74º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD5DC is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 220 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.07 |
| HSL | 341.74º | 0.38% | 0.88% | - |
| HSV(B) | 341.74º | 0.1% | 0.93% | - |
| XYZ | 71.3 | 70.59 | 77.58 | - |
| YUV | 220.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 220 | 0 | 0.10 | 0.07 | 0.07 | 341.74 | 0.38 | 0.88 |
| Hex | EC | D5 | DC | 0 | A | 7 | 7 | 156 | 26 | 58 |
| Octal | 354 | 325 | 334 | 0 | 12 | 7 | 7 | 526 | 46 | 130 |
| Binary | 11101100 | 11010101 | 11011100 | 0 | 1010 | 111 | 111 | 101010110 | 100110 | 1011000 |
Color Harmonies of #ECD5DC
Complementary color
Monochromatic Colors of #ECD5DC
Black with #ECD5DC
Text Example
Text Example
White with #ECD5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5DC; }
p { color: rgb(236,213,220); }
H1.HeaderClassName
{
color: #ECD5DC;
}
.AnyTagClassName
{
color: #ECD5DC;
}
</style>
background-color css
<style>
a { background-color: #ECD5DC; }
a { background-color: rgb(236,213,220); }
div.DivClassName
{
background-color: #ECD5DC;
}
.BgClassName
{
background-color: #ECD5DC;
}
</style>
border-color css
<style>
span { border-color: #ECD5DC; }
span { border-color: rgb(236,213,220); }
td.TdClassName
{
border-color: #ECD5DC;
}
.TagClassName
{
border-color: #ECD5DC;
}
</style>