Shades of Pale Rose #ECD5DA
Tints of Pale Rose #ECD5DA
RGB
CMYK
RGB Variations
Color information
#ECD5DA (or 0xECD5DA) is known color: Pale Rose. HEX triplet: EC, D5 and DA. RGB value is (236,213,218). Sum of RGB (Red+Green+Blue) = 236+213+218=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5DA is #132A25. Grayscale: #DCDCDC. Windows color (decimal): -1255974 or 14341612. OLE color: 14341612.
HSL color Cylindrical-coordinate representation of color #ECD5DA: hue angle of 346.96º 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 #ECD5DA is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 218 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.07 |
| HSL | 346.96º | 0.38% | 0.88% | - |
| HSV(B) | 346.96º | 0.1% | 0.93% | - |
| XYZ | 71.04 | 70.48 | 76.19 | - |
| YUV | 220.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 218 | 0 | 0.10 | 0.08 | 0.07 | 346.96 | 0.38 | 0.88 |
| Hex | EC | D5 | DA | 0 | A | 8 | 7 | 15B | 26 | 58 |
| Octal | 354 | 325 | 332 | 0 | 12 | 10 | 7 | 533 | 46 | 130 |
| Binary | 11101100 | 11010101 | 11011010 | 0 | 1010 | 1000 | 111 | 101011011 | 100110 | 1011000 |
Color Harmonies of #ECD5DA
Complementary color
Monochromatic Colors of #ECD5DA
Black with #ECD5DA
Text Example
Text Example
White with #ECD5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5DA; }
p { color: rgb(236,213,218); }
H1.HeaderClassName
{
color: #ECD5DA;
}
.AnyTagClassName
{
color: #ECD5DA;
}
</style>
background-color css
<style>
a { background-color: #ECD5DA; }
a { background-color: rgb(236,213,218); }
div.DivClassName
{
background-color: #ECD5DA;
}
.BgClassName
{
background-color: #ECD5DA;
}
</style>
border-color css
<style>
span { border-color: #ECD5DA; }
span { border-color: rgb(236,213,218); }
td.TdClassName
{
border-color: #ECD5DA;
}
.TagClassName
{
border-color: #ECD5DA;
}
</style>