Shades of Pale Rose #ECDADB
Tints of Pale Rose #ECDADB
RGB
CMYK
RGB Variations
Color information
#ECDADB (or 0xECDADB) is known color: Pale Rose. HEX triplet: EC, DA and DB. RGB value is (236,218,219). Sum of RGB (Red+Green+Blue) = 236+218+219=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDADB is #132524. Grayscale: #DFDFDF. Windows color (decimal): -1254693 or 14408428. OLE color: 14408428.
HSL color Cylindrical-coordinate representation of color #ECDADB: hue angle of 356.67º degrees, saturation: 0.32, 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 #ECDADB is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 219 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.07 |
| HSL | 356.67º | 0.32% | 0.89% | - |
| HSV(B) | 356.67º | 0.08% | 0.93% | - |
| XYZ | 72.45 | 73.09 | 77.31 | - |
| YUV | 223.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 219 | 0 | 0.08 | 0.07 | 0.07 | 356.67 | 0.32 | 0.89 |
| Hex | EC | DA | DB | 0 | 8 | 7 | 7 | 165 | 20 | 59 |
| Octal | 354 | 332 | 333 | 0 | 10 | 7 | 7 | 545 | 40 | 131 |
| Binary | 11101100 | 11011010 | 11011011 | 0 | 1000 | 111 | 111 | 101100101 | 100000 | 1011001 |
Color Harmonies of #ECDADB
Complementary color
Monochromatic Colors of #ECDADB
Black with #ECDADB
Text Example
Text Example
White with #ECDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDADB; }
p { color: rgb(236,218,219); }
H1.HeaderClassName
{
color: #ECDADB;
}
.AnyTagClassName
{
color: #ECDADB;
}
</style>
background-color css
<style>
a { background-color: #ECDADB; }
a { background-color: rgb(236,218,219); }
div.DivClassName
{
background-color: #ECDADB;
}
.BgClassName
{
background-color: #ECDADB;
}
</style>
border-color css
<style>
span { border-color: #ECDADB; }
span { border-color: rgb(236,218,219); }
td.TdClassName
{
border-color: #ECDADB;
}
.TagClassName
{
border-color: #ECDADB;
}
</style>