Shades of Pale Rose #ECCDCE
Tints of Pale Rose #ECCDCE
RGB
CMYK
RGB Variations
Color information
#ECCDCE (or 0xECCDCE) is known color: Pale Rose. HEX triplet: EC, CD and CE. RGB value is (236,205,206). Sum of RGB (Red+Green+Blue) = 236+205+206=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDCE is #133231. Grayscale: #D6D6D6. Windows color (decimal): -1258034 or 13553132. OLE color: 13553132.
HSL color Cylindrical-coordinate representation of color #ECCDCE: hue angle of 358.06º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCDCE is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 206 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.07 |
| HSL | 358.06º | 0.45% | 0.86% | - |
| HSV(B) | 358.06º | 0.13% | 0.93% | - |
| XYZ | 67.56 | 65.95 | 67.56 | - |
| YUV | 214.38 | 123.27 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 206 | 0 | 0.13 | 0.13 | 0.07 | 358.06 | 0.45 | 0.86 |
| Hex | EC | CD | CE | 0 | D | D | 7 | 166 | 2D | 56 |
| Octal | 354 | 315 | 316 | 0 | 15 | 15 | 7 | 546 | 55 | 126 |
| Binary | 11101100 | 11001101 | 11001110 | 0 | 1101 | 1101 | 111 | 101100110 | 101101 | 1010110 |
Color Harmonies of #ECCDCE
Complementary color
Monochromatic Colors of #ECCDCE
Black with #ECCDCE
Text Example
Text Example
White with #ECCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDCE; }
p { color: rgb(236,205,206); }
H1.HeaderClassName
{
color: #ECCDCE;
}
.AnyTagClassName
{
color: #ECCDCE;
}
</style>
background-color css
<style>
a { background-color: #ECCDCE; }
a { background-color: rgb(236,205,206); }
div.DivClassName
{
background-color: #ECCDCE;
}
.BgClassName
{
background-color: #ECCDCE;
}
</style>
border-color css
<style>
span { border-color: #ECCDCE; }
span { border-color: rgb(236,205,206); }
td.TdClassName
{
border-color: #ECCDCE;
}
.TagClassName
{
border-color: #ECCDCE;
}
</style>