Shades of Pale Rose #ECCFD2
Tints of Pale Rose #ECCFD2
RGB
CMYK
RGB Variations
Color information
#ECCFD2 (or 0xECCFD2) is known color: Pale Rose. HEX triplet: EC, CF and D2. RGB value is (236,207,210). Sum of RGB (Red+Green+Blue) = 236+207+210=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFD2 is #13302D. Grayscale: #D8D8D8. Windows color (decimal): -1257518 or 13815788. OLE color: 13815788.
HSL color Cylindrical-coordinate representation of color #ECCFD2: hue angle of 353.79º 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 #ECCFD2 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 210 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.07 |
| HSL | 353.79º | 0.43% | 0.87% | - |
| HSV(B) | 353.79º | 0.12% | 0.93% | - |
| XYZ | 68.54 | 67.11 | 70.31 | - |
| YUV | 216.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 210 | 0 | 0.12 | 0.11 | 0.07 | 353.79 | 0.43 | 0.87 |
| Hex | EC | CF | D2 | 0 | C | B | 7 | 162 | 2B | 57 |
| Octal | 354 | 317 | 322 | 0 | 14 | 13 | 7 | 542 | 53 | 127 |
| Binary | 11101100 | 11001111 | 11010010 | 0 | 1100 | 1011 | 111 | 101100010 | 101011 | 1010111 |
Color Harmonies of #ECCFD2
Complementary color
Monochromatic Colors of #ECCFD2
Black with #ECCFD2
Text Example
Text Example
White with #ECCFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFD2; }
p { color: rgb(236,207,210); }
H1.HeaderClassName
{
color: #ECCFD2;
}
.AnyTagClassName
{
color: #ECCFD2;
}
</style>
background-color css
<style>
a { background-color: #ECCFD2; }
a { background-color: rgb(236,207,210); }
div.DivClassName
{
background-color: #ECCFD2;
}
.BgClassName
{
background-color: #ECCFD2;
}
</style>
border-color css
<style>
span { border-color: #ECCFD2; }
span { border-color: rgb(236,207,210); }
td.TdClassName
{
border-color: #ECCFD2;
}
.TagClassName
{
border-color: #ECCFD2;
}
</style>