Shades of Pale Rose #ECD1D7
Tints of Pale Rose #ECD1D7
RGB
CMYK
RGB Variations
Color information
#ECD1D7 (or 0xECD1D7) is known color: Pale Rose. HEX triplet: EC, D1 and D7. RGB value is (236,209,215). Sum of RGB (Red+Green+Blue) = 236+209+215=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 215 (84.38% from 255 or 32.58% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1D7 is #132E28. Grayscale: #D9D9D9. Windows color (decimal): -1257001 or 14143980. OLE color: 14143980.
HSL color Cylindrical-coordinate representation of color #ECD1D7: hue angle of 346.67º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD1D7 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 215 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.07 |
| HSL | 346.67º | 0.42% | 0.87% | - |
| HSV(B) | 346.67º | 0.11% | 0.93% | - |
| XYZ | 69.66 | 68.34 | 73.81 | - |
| YUV | 217.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 215 | 0 | 0.11 | 0.09 | 0.07 | 346.67 | 0.42 | 0.87 |
| Hex | EC | D1 | D7 | 0 | B | 9 | 7 | 15B | 2A | 57 |
| Octal | 354 | 321 | 327 | 0 | 13 | 11 | 7 | 533 | 52 | 127 |
| Binary | 11101100 | 11010001 | 11010111 | 0 | 1011 | 1001 | 111 | 101011011 | 101010 | 1010111 |
Color Harmonies of #ECD1D7
Complementary color
Monochromatic Colors of #ECD1D7
Black with #ECD1D7
Text Example
Text Example
White with #ECD1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD1D7; }
p { color: rgb(236,209,215); }
H1.HeaderClassName
{
color: #ECD1D7;
}
.AnyTagClassName
{
color: #ECD1D7;
}
</style>
background-color css
<style>
a { background-color: #ECD1D7; }
a { background-color: rgb(236,209,215); }
div.DivClassName
{
background-color: #ECD1D7;
}
.BgClassName
{
background-color: #ECD1D7;
}
</style>
border-color css
<style>
span { border-color: #ECD1D7; }
span { border-color: rgb(236,209,215); }
td.TdClassName
{
border-color: #ECD1D7;
}
.TagClassName
{
border-color: #ECD1D7;
}
</style>