Shades of Pale Rose #ECCED1
Tints of Pale Rose #ECCED1
RGB
CMYK
RGB Variations
Color information
#ECCED1 (or 0xECCED1) is known color: Pale Rose. HEX triplet: EC, CE and D1. RGB value is (236,206,209). Sum of RGB (Red+Green+Blue) = 236+206+209=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCED1 is #13312E. Grayscale: #D7D7D7. Windows color (decimal): -1257775 or 13749996. OLE color: 13749996.
HSL color Cylindrical-coordinate representation of color #ECCED1: hue angle of 354º 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 #ECCED1 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 209 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.07 |
| HSL | 354º | 0.44% | 0.87% | - |
| HSV(B) | 354º | 0.13% | 0.93% | - |
| XYZ | 68.17 | 66.58 | 69.58 | - |
| YUV | 215.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 209 | 0 | 0.13 | 0.11 | 0.07 | 354 | 0.44 | 0.87 |
| Hex | EC | CE | D1 | 0 | D | B | 7 | 162 | 2C | 57 |
| Octal | 354 | 316 | 321 | 0 | 15 | 13 | 7 | 542 | 54 | 127 |
| Binary | 11101100 | 11001110 | 11010001 | 0 | 1101 | 1011 | 111 | 101100010 | 101100 | 1010111 |
Color Harmonies of #ECCED1
Complementary color
Monochromatic Colors of #ECCED1
Black with #ECCED1
Text Example
Text Example
White with #ECCED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCED1; }
p { color: rgb(236,206,209); }
H1.HeaderClassName
{
color: #ECCED1;
}
.AnyTagClassName
{
color: #ECCED1;
}
</style>
background-color css
<style>
a { background-color: #ECCED1; }
a { background-color: rgb(236,206,209); }
div.DivClassName
{
background-color: #ECCED1;
}
.BgClassName
{
background-color: #ECCED1;
}
</style>
border-color css
<style>
span { border-color: #ECCED1; }
span { border-color: rgb(236,206,209); }
td.TdClassName
{
border-color: #ECCED1;
}
.TagClassName
{
border-color: #ECCED1;
}
</style>