Shades of Pale Rose #ECCECF
Tints of Pale Rose #ECCECF
RGB
CMYK
RGB Variations
Color information
#ECCECF (or 0xECCECF) is known color: Pale Rose. HEX triplet: EC, CE and CF. RGB value is (236,206,207). Sum of RGB (Red+Green+Blue) = 236+206+207=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCECF is #133130. Grayscale: #D7D7D7. Windows color (decimal): -1257777 or 13618924. OLE color: 13618924.
HSL color Cylindrical-coordinate representation of color #ECCECF: hue angle of 358º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCECF is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 207 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.07 |
| HSL | 358º | 0.44% | 0.87% | - |
| HSV(B) | 358º | 0.13% | 0.93% | - |
| XYZ | 67.93 | 66.48 | 68.28 | - |
| YUV | 215.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 207 | 0 | 0.13 | 0.12 | 0.07 | 358 | 0.44 | 0.87 |
| Hex | EC | CE | CF | 0 | D | C | 7 | 166 | 2C | 57 |
| Octal | 354 | 316 | 317 | 0 | 15 | 14 | 7 | 546 | 54 | 127 |
| Binary | 11101100 | 11001110 | 11001111 | 0 | 1101 | 1100 | 111 | 101100110 | 101100 | 1010111 |
Color Harmonies of #ECCECF
Complementary color
Monochromatic Colors of #ECCECF
Black with #ECCECF
Text Example
Text Example
White with #ECCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCECF; }
p { color: rgb(236,206,207); }
H1.HeaderClassName
{
color: #ECCECF;
}
.AnyTagClassName
{
color: #ECCECF;
}
</style>
background-color css
<style>
a { background-color: #ECCECF; }
a { background-color: rgb(236,206,207); }
div.DivClassName
{
background-color: #ECCECF;
}
.BgClassName
{
background-color: #ECCECF;
}
</style>
border-color css
<style>
span { border-color: #ECCECF; }
span { border-color: rgb(236,206,207); }
td.TdClassName
{
border-color: #ECCECF;
}
.TagClassName
{
border-color: #ECCECF;
}
</style>