Shades of Pale Rose #ECCBCE
Tints of Pale Rose #ECCBCE
RGB
CMYK
RGB Variations
Color information
#ECCBCE (or 0xECCBCE) is known color: Pale Rose. HEX triplet: EC, CB and CE. RGB value is (236,203,206). Sum of RGB (Red+Green+Blue) = 236+203+206=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBCE is #133431. Grayscale: #D5D5D5. Windows color (decimal): -1258546 or 13552620. OLE color: 13552620.
HSL color Cylindrical-coordinate representation of color #ECCBCE: hue angle of 354.55º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCBCE is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 206 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.07 |
| HSL | 354.55º | 0.46% | 0.86% | - |
| HSV(B) | 354.55º | 0.14% | 0.93% | - |
| XYZ | 67.09 | 65 | 67.4 | - |
| YUV | 213.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 206 | 0 | 0.14 | 0.13 | 0.07 | 354.55 | 0.46 | 0.86 |
| Hex | EC | CB | CE | 0 | E | D | 7 | 163 | 2E | 56 |
| Octal | 354 | 313 | 316 | 0 | 16 | 15 | 7 | 543 | 56 | 126 |
| Binary | 11101100 | 11001011 | 11001110 | 0 | 1110 | 1101 | 111 | 101100011 | 101110 | 1010110 |
Color Harmonies of #ECCBCE
Complementary color
Monochromatic Colors of #ECCBCE
Black with #ECCBCE
Text Example
Text Example
White with #ECCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBCE; }
p { color: rgb(236,203,206); }
H1.HeaderClassName
{
color: #ECCBCE;
}
.AnyTagClassName
{
color: #ECCBCE;
}
</style>
background-color css
<style>
a { background-color: #ECCBCE; }
a { background-color: rgb(236,203,206); }
div.DivClassName
{
background-color: #ECCBCE;
}
.BgClassName
{
background-color: #ECCBCE;
}
</style>
border-color css
<style>
span { border-color: #ECCBCE; }
span { border-color: rgb(236,203,206); }
td.TdClassName
{
border-color: #ECCBCE;
}
.TagClassName
{
border-color: #ECCBCE;
}
</style>