Shades of Pale Rose #ECD3D6
Tints of Pale Rose #ECD3D6
RGB
CMYK
RGB Variations
Color information
#ECD3D6 (or 0xECD3D6) is known color: Pale Rose. HEX triplet: EC, D3 and D6. RGB value is (236,211,214). Sum of RGB (Red+Green+Blue) = 236+211+214=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 214 (83.98% from 255 or 32.38% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3D6 is #132C29. Grayscale: #DADADA. Windows color (decimal): -1256490 or 14078956. OLE color: 14078956.
HSL color Cylindrical-coordinate representation of color #ECD3D6: hue angle of 352.8º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD3D6 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 214 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.07 |
| HSL | 352.8º | 0.4% | 0.88% | - |
| HSV(B) | 352.8º | 0.11% | 0.93% | - |
| XYZ | 70.02 | 69.28 | 73.3 | - |
| YUV | 218.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 214 | 0 | 0.11 | 0.09 | 0.07 | 352.8 | 0.4 | 0.88 |
| Hex | EC | D3 | D6 | 0 | B | 9 | 7 | 161 | 28 | 58 |
| Octal | 354 | 323 | 326 | 0 | 13 | 11 | 7 | 541 | 50 | 130 |
| Binary | 11101100 | 11010011 | 11010110 | 0 | 1011 | 1001 | 111 | 101100001 | 101000 | 1011000 |
Color Harmonies of #ECD3D6
Complementary color
Monochromatic Colors of #ECD3D6
Black with #ECD3D6
Text Example
Text Example
White with #ECD3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3D6; }
p { color: rgb(236,211,214); }
H1.HeaderClassName
{
color: #ECD3D6;
}
.AnyTagClassName
{
color: #ECD3D6;
}
</style>
background-color css
<style>
a { background-color: #ECD3D6; }
a { background-color: rgb(236,211,214); }
div.DivClassName
{
background-color: #ECD3D6;
}
.BgClassName
{
background-color: #ECD3D6;
}
</style>
border-color css
<style>
span { border-color: #ECD3D6; }
span { border-color: rgb(236,211,214); }
td.TdClassName
{
border-color: #ECD3D6;
}
.TagClassName
{
border-color: #ECD3D6;
}
</style>