Shades of Pale Rose #ECD8DC
Tints of Pale Rose #ECD8DC
RGB
CMYK
RGB Variations
Color information
#ECD8DC (or 0xECD8DC) is known color: Pale Rose. HEX triplet: EC, D8 and DC. RGB value is (236,216,220). Sum of RGB (Red+Green+Blue) = 236+216+220=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8DC is #132723. Grayscale: #DEDEDE. Windows color (decimal): -1255204 or 14473452. OLE color: 14473452.
HSL color Cylindrical-coordinate representation of color #ECD8DC: hue angle of 348º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECD8DC is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 220 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.07 |
| HSL | 348º | 0.34% | 0.89% | - |
| HSV(B) | 348º | 0.08% | 0.93% | - |
| XYZ | 72.07 | 72.11 | 77.83 | - |
| YUV | 222.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 220 | 0 | 0.08 | 0.07 | 0.07 | 348 | 0.34 | 0.89 |
| Hex | EC | D8 | DC | 0 | 8 | 7 | 7 | 15C | 22 | 59 |
| Octal | 354 | 330 | 334 | 0 | 10 | 7 | 7 | 534 | 42 | 131 |
| Binary | 11101100 | 11011000 | 11011100 | 0 | 1000 | 111 | 111 | 101011100 | 100010 | 1011001 |
Color Harmonies of #ECD8DC
Complementary color
Monochromatic Colors of #ECD8DC
Black with #ECD8DC
Text Example
Text Example
White with #ECD8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8DC; }
p { color: rgb(236,216,220); }
H1.HeaderClassName
{
color: #ECD8DC;
}
.AnyTagClassName
{
color: #ECD8DC;
}
</style>
background-color css
<style>
a { background-color: #ECD8DC; }
a { background-color: rgb(236,216,220); }
div.DivClassName
{
background-color: #ECD8DC;
}
.BgClassName
{
background-color: #ECD8DC;
}
</style>
border-color css
<style>
span { border-color: #ECD8DC; }
span { border-color: rgb(236,216,220); }
td.TdClassName
{
border-color: #ECD8DC;
}
.TagClassName
{
border-color: #ECD8DC;
}
</style>