Shades of Pale Rose #ECD8DB
Tints of Pale Rose #ECD8DB
RGB
CMYK
RGB Variations
Color information
#ECD8DB (or 0xECD8DB) is known color: Pale Rose. HEX triplet: EC, D8 and DB. RGB value is (236,216,219). Sum of RGB (Red+Green+Blue) = 236+216+219=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8DB is #132724. Grayscale: #DEDEDE. Windows color (decimal): -1255205 or 14407916. OLE color: 14407916.
HSL color Cylindrical-coordinate representation of color #ECD8DB: hue angle of 351º 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 #ECD8DB is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 219 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.07 |
| HSL | 351º | 0.34% | 0.89% | - |
| HSV(B) | 351º | 0.08% | 0.93% | - |
| XYZ | 71.93 | 72.06 | 77.14 | - |
| YUV | 222.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 219 | 0 | 0.08 | 0.07 | 0.07 | 351 | 0.34 | 0.89 |
| Hex | EC | D8 | DB | 0 | 8 | 7 | 7 | 15F | 22 | 59 |
| Octal | 354 | 330 | 333 | 0 | 10 | 7 | 7 | 537 | 42 | 131 |
| Binary | 11101100 | 11011000 | 11011011 | 0 | 1000 | 111 | 111 | 101011111 | 100010 | 1011001 |
Color Harmonies of #ECD8DB
Complementary color
Monochromatic Colors of #ECD8DB
Black with #ECD8DB
Text Example
Text Example
White with #ECD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8DB; }
p { color: rgb(236,216,219); }
H1.HeaderClassName
{
color: #ECD8DB;
}
.AnyTagClassName
{
color: #ECD8DB;
}
</style>
background-color css
<style>
a { background-color: #ECD8DB; }
a { background-color: rgb(236,216,219); }
div.DivClassName
{
background-color: #ECD8DB;
}
.BgClassName
{
background-color: #ECD8DB;
}
</style>
border-color css
<style>
span { border-color: #ECD8DB; }
span { border-color: rgb(236,216,219); }
td.TdClassName
{
border-color: #ECD8DB;
}
.TagClassName
{
border-color: #ECD8DB;
}
</style>