Shades of Pale Rose #ECCED3
Tints of Pale Rose #ECCED3
RGB
CMYK
RGB Variations
Color information
#ECCED3 (or 0xECCED3) is known color: Pale Rose. HEX triplet: EC, CE and D3. RGB value is (236,206,211). Sum of RGB (Red+Green+Blue) = 236+206+211=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCED3 is #13312C. Grayscale: #D7D7D7. Windows color (decimal): -1257773 or 13881068. OLE color: 13881068.
HSL color Cylindrical-coordinate representation of color #ECCED3: hue angle of 350º 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 #ECCED3 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 211 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.07 |
| HSL | 350º | 0.44% | 0.87% | - |
| HSV(B) | 350º | 0.13% | 0.93% | - |
| XYZ | 68.42 | 66.68 | 70.89 | - |
| YUV | 215.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 211 | 0 | 0.13 | 0.11 | 0.07 | 350 | 0.44 | 0.87 |
| Hex | EC | CE | D3 | 0 | D | B | 7 | 15E | 2C | 57 |
| Octal | 354 | 316 | 323 | 0 | 15 | 13 | 7 | 536 | 54 | 127 |
| Binary | 11101100 | 11001110 | 11010011 | 0 | 1101 | 1011 | 111 | 101011110 | 101100 | 1010111 |
Color Harmonies of #ECCED3
Complementary color
Monochromatic Colors of #ECCED3
Black with #ECCED3
Text Example
Text Example
White with #ECCED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCED3; }
p { color: rgb(236,206,211); }
H1.HeaderClassName
{
color: #ECCED3;
}
.AnyTagClassName
{
color: #ECCED3;
}
</style>
background-color css
<style>
a { background-color: #ECCED3; }
a { background-color: rgb(236,206,211); }
div.DivClassName
{
background-color: #ECCED3;
}
.BgClassName
{
background-color: #ECCED3;
}
</style>
border-color css
<style>
span { border-color: #ECCED3; }
span { border-color: rgb(236,206,211); }
td.TdClassName
{
border-color: #ECCED3;
}
.TagClassName
{
border-color: #ECCED3;
}
</style>