Shades of Pale Rose #ECCFD3
Tints of Pale Rose #ECCFD3
RGB
CMYK
RGB Variations
Color information
#ECCFD3 (or 0xECCFD3) is known color: Pale Rose. HEX triplet: EC, CF and D3. RGB value is (236,207,211). Sum of RGB (Red+Green+Blue) = 236+207+211=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFD3 is #13302C. Grayscale: #D8D8D8. Windows color (decimal): -1257517 or 13881324. OLE color: 13881324.
HSL color Cylindrical-coordinate representation of color #ECCFD3: hue angle of 351.72º 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 #ECCFD3 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 211 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.07 |
| HSL | 351.72º | 0.43% | 0.87% | - |
| HSV(B) | 351.72º | 0.12% | 0.93% | - |
| XYZ | 68.66 | 67.16 | 70.97 | - |
| YUV | 216.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 211 | 0 | 0.12 | 0.11 | 0.07 | 351.72 | 0.43 | 0.87 |
| Hex | EC | CF | D3 | 0 | C | B | 7 | 160 | 2B | 57 |
| Octal | 354 | 317 | 323 | 0 | 14 | 13 | 7 | 540 | 53 | 127 |
| Binary | 11101100 | 11001111 | 11010011 | 0 | 1100 | 1011 | 111 | 101100000 | 101011 | 1010111 |
Color Harmonies of #ECCFD3
Complementary color
Monochromatic Colors of #ECCFD3
Black with #ECCFD3
Text Example
Text Example
White with #ECCFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFD3; }
p { color: rgb(236,207,211); }
H1.HeaderClassName
{
color: #ECCFD3;
}
.AnyTagClassName
{
color: #ECCFD3;
}
</style>
background-color css
<style>
a { background-color: #ECCFD3; }
a { background-color: rgb(236,207,211); }
div.DivClassName
{
background-color: #ECCFD3;
}
.BgClassName
{
background-color: #ECCFD3;
}
</style>
border-color css
<style>
span { border-color: #ECCFD3; }
span { border-color: rgb(236,207,211); }
td.TdClassName
{
border-color: #ECCFD3;
}
.TagClassName
{
border-color: #ECCFD3;
}
</style>