Shades of Pale Rose #ECD9DB
Tints of Pale Rose #ECD9DB
RGB
CMYK
RGB Variations
Color information
#ECD9DB (or 0xECD9DB) is known color: Pale Rose. HEX triplet: EC, D9 and DB. RGB value is (236,217,219). Sum of RGB (Red+Green+Blue) = 236+217+219=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9DB is #132624. Grayscale: #DEDEDE. Windows color (decimal): -1254949 or 14408172. OLE color: 14408172.
HSL color Cylindrical-coordinate representation of color #ECD9DB: hue angle of 353.68º degrees, saturation: 0.33, 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 #ECD9DB is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 217 | 219 | - |
CMYK | 0 | 0.08 | 0.07 | 0.07 |
HSL | 353.68º | 0.33% | 0.89% | - |
HSV(B) | 353.68º | 0.08% | 0.93% | - |
XYZ | 72.19 | 72.57 | 77.22 | - |
YUV | 222.91 | 125.79 | 137.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 217 | 219 | 0 | 0.08 | 0.07 | 0.07 | 353.68 | 0.33 | 0.89 |
Hex | EC | D9 | DB | 0 | 8 | 7 | 7 | 162 | 21 | 59 |
Octal | 354 | 331 | 333 | 0 | 10 | 7 | 7 | 542 | 41 | 131 |
Binary | 11101100 | 11011001 | 11011011 | 0 | 1000 | 111 | 111 | 101100010 | 100001 | 1011001 |
Color Harmonies of #ECD9DB
Complementary color
Monochromatic Colors of #ECD9DB
Black with #ECD9DB
Text Example
Text Example
White with #ECD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9DB; }
p { color: rgb(236,217,219); }
H1.HeaderClassName
{
color: #ECD9DB;
}
.AnyTagClassName
{
color: #ECD9DB;
}
</style>
background-color css
<style>
a { background-color: #ECD9DB; }
a { background-color: rgb(236,217,219); }
div.DivClassName
{
background-color: #ECD9DB;
}
.BgClassName
{
background-color: #ECD9DB;
}
</style>
border-color css
<style>
span { border-color: #ECD9DB; }
span { border-color: rgb(236,217,219); }
td.TdClassName
{
border-color: #ECD9DB;
}
.TagClassName
{
border-color: #ECD9DB;
}
</style>