Shades of Pale Rose #ECDBDF
Tints of Pale Rose #ECDBDF
RGB
CMYK
RGB Variations
Color information
#ECDBDF (or 0xECDBDF) is known color: Pale Rose. HEX triplet: EC, DB and DF. RGB value is (236,219,223). Sum of RGB (Red+Green+Blue) = 236+219+223=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBDF is #132420. Grayscale: #E0E0E0. Windows color (decimal): -1254433 or 14670828. OLE color: 14670828.
HSL color Cylindrical-coordinate representation of color #ECDBDF: hue angle of 345.88º 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 #ECDBDF is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 219 | 223 | - |
CMYK | 0 | 0.07 | 0.06 | 0.07 |
HSL | 345.88º | 0.31% | 0.89% | - |
HSV(B) | 345.88º | 0.07% | 0.93% | - |
XYZ | 73.24 | 73.82 | 80.2 | - |
YUV | 224.54 | 127.13 | 136.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 223 | 0 | 0.07 | 0.06 | 0.07 | 345.88 | 0.31 | 0.89 |
Hex | EC | DB | DF | 0 | 7 | 6 | 7 | 15A | 1F | 59 |
Octal | 354 | 333 | 337 | 0 | 7 | 6 | 7 | 532 | 37 | 131 |
Binary | 11101100 | 11011011 | 11011111 | 0 | 111 | 110 | 111 | 101011010 | 11111 | 1011001 |
Color Harmonies of #ECDBDF
Complementary color
Monochromatic Colors of #ECDBDF
Black with #ECDBDF
Text Example
Text Example
White with #ECDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBDF; }
p { color: rgb(236,219,223); }
H1.HeaderClassName
{
color: #ECDBDF;
}
.AnyTagClassName
{
color: #ECDBDF;
}
</style>
background-color css
<style>
a { background-color: #ECDBDF; }
a { background-color: rgb(236,219,223); }
div.DivClassName
{
background-color: #ECDBDF;
}
.BgClassName
{
background-color: #ECDBDF;
}
</style>
border-color css
<style>
span { border-color: #ECDBDF; }
span { border-color: rgb(236,219,223); }
td.TdClassName
{
border-color: #ECDBDF;
}
.TagClassName
{
border-color: #ECDBDF;
}
</style>