Shades of Pale Rose #ECCBCF
Tints of Pale Rose #ECCBCF
RGB
CMYK
RGB Variations
Color information
#ECCBCF (or 0xECCBCF) is known color: Pale Rose. HEX triplet: EC, CB and CF. RGB value is (236,203,207). Sum of RGB (Red+Green+Blue) = 236+203+207=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBCF is #133430. Grayscale: #D5D5D5. Windows color (decimal): -1258545 or 13618156. OLE color: 13618156.
HSL color Cylindrical-coordinate representation of color #ECCBCF: hue angle of 352.73º 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 #ECCBCF is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 207 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.07 |
| HSL | 352.73º | 0.46% | 0.86% | - |
| HSV(B) | 352.73º | 0.14% | 0.93% | - |
| XYZ | 67.21 | 65.05 | 68.04 | - |
| YUV | 213.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 207 | 0 | 0.14 | 0.12 | 0.07 | 352.73 | 0.46 | 0.86 |
| Hex | EC | CB | CF | 0 | E | C | 7 | 161 | 2E | 56 |
| Octal | 354 | 313 | 317 | 0 | 16 | 14 | 7 | 541 | 56 | 126 |
| Binary | 11101100 | 11001011 | 11001111 | 0 | 1110 | 1100 | 111 | 101100001 | 101110 | 1010110 |
Color Harmonies of #ECCBCF
Complementary color
Monochromatic Colors of #ECCBCF
Black with #ECCBCF
Text Example
Text Example
White with #ECCBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBCF; }
p { color: rgb(236,203,207); }
H1.HeaderClassName
{
color: #ECCBCF;
}
.AnyTagClassName
{
color: #ECCBCF;
}
</style>
background-color css
<style>
a { background-color: #ECCBCF; }
a { background-color: rgb(236,203,207); }
div.DivClassName
{
background-color: #ECCBCF;
}
.BgClassName
{
background-color: #ECCBCF;
}
</style>
border-color css
<style>
span { border-color: #ECCBCF; }
span { border-color: rgb(236,203,207); }
td.TdClassName
{
border-color: #ECCBCF;
}
.TagClassName
{
border-color: #ECCBCF;
}
</style>