Shades of Pale Rose #ECD7DA
Tints of Pale Rose #ECD7DA
RGB
CMYK
RGB Variations
Color information
#ECD7DA (or 0xECD7DA) is known color: Pale Rose. HEX triplet: EC, D7 and DA. RGB value is (236,215,218). Sum of RGB (Red+Green+Blue) = 236+215+218=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 215 (84.38% from 255 or 32.14% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD7DA is #132825. Grayscale: #DDDDDD. Windows color (decimal): -1255462 or 14342124. OLE color: 14342124.
HSL color Cylindrical-coordinate representation of color #ECD7DA: hue angle of 351.43º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECD7DA is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 218 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.07 |
| HSL | 351.43º | 0.36% | 0.88% | - |
| HSV(B) | 351.43º | 0.09% | 0.93% | - |
| XYZ | 71.55 | 71.5 | 76.36 | - |
| YUV | 221.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 218 | 0 | 0.09 | 0.08 | 0.07 | 351.43 | 0.36 | 0.88 |
| Hex | EC | D7 | DA | 0 | 9 | 8 | 7 | 15F | 24 | 58 |
| Octal | 354 | 327 | 332 | 0 | 11 | 10 | 7 | 537 | 44 | 130 |
| Binary | 11101100 | 11010111 | 11011010 | 0 | 1001 | 1000 | 111 | 101011111 | 100100 | 1011000 |
Color Harmonies of #ECD7DA
Complementary color
Monochromatic Colors of #ECD7DA
Black with #ECD7DA
Text Example
Text Example
White with #ECD7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7DA; }
p { color: rgb(236,215,218); }
H1.HeaderClassName
{
color: #ECD7DA;
}
.AnyTagClassName
{
color: #ECD7DA;
}
</style>
background-color css
<style>
a { background-color: #ECD7DA; }
a { background-color: rgb(236,215,218); }
div.DivClassName
{
background-color: #ECD7DA;
}
.BgClassName
{
background-color: #ECD7DA;
}
</style>
border-color css
<style>
span { border-color: #ECD7DA; }
span { border-color: rgb(236,215,218); }
td.TdClassName
{
border-color: #ECD7DA;
}
.TagClassName
{
border-color: #ECD7DA;
}
</style>