Shades of Pale Rose #ECDBDE
Tints of Pale Rose #ECDBDE
RGB
CMYK
RGB Variations
Color information
#ECDBDE (or 0xECDBDE) is known color: Pale Rose. HEX triplet: EC, DB and DE. RGB value is (236,219,222). Sum of RGB (Red+Green+Blue) = 236+219+222=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBDE is #132421. Grayscale: #E0E0E0. Windows color (decimal): -1254434 or 14605292. OLE color: 14605292.
HSL color Cylindrical-coordinate representation of color #ECDBDE: hue angle of 349.41º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDBDE is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 222 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.07 |
| HSL | 349.41º | 0.31% | 0.89% | - |
| HSV(B) | 349.41º | 0.07% | 0.93% | - |
| XYZ | 73.11 | 73.77 | 79.49 | - |
| YUV | 224.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 222 | 0 | 0.07 | 0.06 | 0.07 | 349.41 | 0.31 | 0.89 |
| Hex | EC | DB | DE | 0 | 7 | 6 | 7 | 15D | 1F | 59 |
| Octal | 354 | 333 | 336 | 0 | 7 | 6 | 7 | 535 | 37 | 131 |
| Binary | 11101100 | 11011011 | 11011110 | 0 | 111 | 110 | 111 | 101011101 | 11111 | 1011001 |
Color Harmonies of #ECDBDE
Complementary color
Monochromatic Colors of #ECDBDE
Black with #ECDBDE
Text Example
Text Example
White with #ECDBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBDE; }
p { color: rgb(236,219,222); }
H1.HeaderClassName
{
color: #ECDBDE;
}
.AnyTagClassName
{
color: #ECDBDE;
}
</style>
background-color css
<style>
a { background-color: #ECDBDE; }
a { background-color: rgb(236,219,222); }
div.DivClassName
{
background-color: #ECDBDE;
}
.BgClassName
{
background-color: #ECDBDE;
}
</style>
border-color css
<style>
span { border-color: #ECDBDE; }
span { border-color: rgb(236,219,222); }
td.TdClassName
{
border-color: #ECDBDE;
}
.TagClassName
{
border-color: #ECDBDE;
}
</style>