Shades of Pale Rose #ECD4DA
Tints of Pale Rose #ECD4DA
RGB
CMYK
RGB Variations
Color information
#ECD4DA (or 0xECD4DA) is known color: Pale Rose. HEX triplet: EC, D4 and DA. RGB value is (236,212,218). Sum of RGB (Red+Green+Blue) = 236+212+218=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4DA is #132B25. Grayscale: #DBDBDB. Windows color (decimal): -1256230 or 14341356. OLE color: 14341356.
HSL color Cylindrical-coordinate representation of color #ECD4DA: hue angle of 345º degrees, saturation: 0.39, 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 #ECD4DA is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 218 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.07 |
| HSL | 345º | 0.39% | 0.88% | - |
| HSV(B) | 345º | 0.1% | 0.93% | - |
| XYZ | 70.79 | 69.98 | 76.11 | - |
| YUV | 219.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 218 | 0 | 0.10 | 0.08 | 0.07 | 345 | 0.39 | 0.88 |
| Hex | EC | D4 | DA | 0 | A | 8 | 7 | 159 | 27 | 58 |
| Octal | 354 | 324 | 332 | 0 | 12 | 10 | 7 | 531 | 47 | 130 |
| Binary | 11101100 | 11010100 | 11011010 | 0 | 1010 | 1000 | 111 | 101011001 | 100111 | 1011000 |
Color Harmonies of #ECD4DA
Complementary color
Monochromatic Colors of #ECD4DA
Black with #ECD4DA
Text Example
Text Example
White with #ECD4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD4DA; }
p { color: rgb(236,212,218); }
H1.HeaderClassName
{
color: #ECD4DA;
}
.AnyTagClassName
{
color: #ECD4DA;
}
</style>
background-color css
<style>
a { background-color: #ECD4DA; }
a { background-color: rgb(236,212,218); }
div.DivClassName
{
background-color: #ECD4DA;
}
.BgClassName
{
background-color: #ECD4DA;
}
</style>
border-color css
<style>
span { border-color: #ECD4DA; }
span { border-color: rgb(236,212,218); }
td.TdClassName
{
border-color: #ECD4DA;
}
.TagClassName
{
border-color: #ECD4DA;
}
</style>