Shades of Pale Rose #ECCFD5
Tints of Pale Rose #ECCFD5
RGB
CMYK
RGB Variations
Color information
#ECCFD5 (or 0xECCFD5) is known color: Pale Rose. HEX triplet: EC, CF and D5. RGB value is (236,207,213). Sum of RGB (Red+Green+Blue) = 236+207+213=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFD5 is #13302A. Grayscale: #D8D8D8. Windows color (decimal): -1257515 or 14012396. OLE color: 14012396.
HSL color Cylindrical-coordinate representation of color #ECCFD5: hue angle of 347.59º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECCFD5 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 213 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.07 |
| HSL | 347.59º | 0.43% | 0.87% | - |
| HSV(B) | 347.59º | 0.12% | 0.93% | - |
| XYZ | 68.92 | 67.26 | 72.3 | - |
| YUV | 216.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 213 | 0 | 0.12 | 0.10 | 0.07 | 347.59 | 0.43 | 0.87 |
| Hex | EC | CF | D5 | 0 | C | A | 7 | 15C | 2B | 57 |
| Octal | 354 | 317 | 325 | 0 | 14 | 12 | 7 | 534 | 53 | 127 |
| Binary | 11101100 | 11001111 | 11010101 | 0 | 1100 | 1010 | 111 | 101011100 | 101011 | 1010111 |
Color Harmonies of #ECCFD5
Complementary color
Monochromatic Colors of #ECCFD5
Black with #ECCFD5
Text Example
Text Example
White with #ECCFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFD5; }
p { color: rgb(236,207,213); }
H1.HeaderClassName
{
color: #ECCFD5;
}
.AnyTagClassName
{
color: #ECCFD5;
}
</style>
background-color css
<style>
a { background-color: #ECCFD5; }
a { background-color: rgb(236,207,213); }
div.DivClassName
{
background-color: #ECCFD5;
}
.BgClassName
{
background-color: #ECCFD5;
}
</style>
border-color css
<style>
span { border-color: #ECCFD5; }
span { border-color: rgb(236,207,213); }
td.TdClassName
{
border-color: #ECCFD5;
}
.TagClassName
{
border-color: #ECCFD5;
}
</style>