Shades of Pale Rose #ECDBDD
Tints of Pale Rose #ECDBDD
RGB
CMYK
RGB Variations
Color information
#ECDBDD (or 0xECDBDD) is known color: Pale Rose. HEX triplet: EC, DB and DD. RGB value is (236,219,221). Sum of RGB (Red+Green+Blue) = 236+219+221=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBDD is #132422. Grayscale: #E0E0E0. Windows color (decimal): -1254435 or 14539756. OLE color: 14539756.
HSL color Cylindrical-coordinate representation of color #ECDBDD: hue angle of 352.94º 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 #ECDBDD is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 219 | 221 | - |
CMYK | 0 | 0.07 | 0.06 | 0.07 |
HSL | 352.94º | 0.31% | 0.89% | - |
HSV(B) | 352.94º | 0.07% | 0.93% | - |
XYZ | 72.97 | 73.72 | 78.79 | - |
YUV | 224.31 | 126.13 | 136.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 221 | 0 | 0.07 | 0.06 | 0.07 | 352.94 | 0.31 | 0.89 |
Hex | EC | DB | DD | 0 | 7 | 6 | 7 | 161 | 1F | 59 |
Octal | 354 | 333 | 335 | 0 | 7 | 6 | 7 | 541 | 37 | 131 |
Binary | 11101100 | 11011011 | 11011101 | 0 | 111 | 110 | 111 | 101100001 | 11111 | 1011001 |
Color Harmonies of #ECDBDD
Complementary color
Monochromatic Colors of #ECDBDD
Black with #ECDBDD
Text Example
Text Example
White with #ECDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBDD; }
p { color: rgb(236,219,221); }
H1.HeaderClassName
{
color: #ECDBDD;
}
.AnyTagClassName
{
color: #ECDBDD;
}
</style>
background-color css
<style>
a { background-color: #ECDBDD; }
a { background-color: rgb(236,219,221); }
div.DivClassName
{
background-color: #ECDBDD;
}
.BgClassName
{
background-color: #ECDBDD;
}
</style>
border-color css
<style>
span { border-color: #ECDBDD; }
span { border-color: rgb(236,219,221); }
td.TdClassName
{
border-color: #ECDBDD;
}
.TagClassName
{
border-color: #ECDBDD;
}
</style>