Shades of Pale Rose #ECCED0
Tints of Pale Rose #ECCED0
RGB
CMYK
RGB Variations
Color information
#ECCED0 (or 0xECCED0) is known color: Pale Rose. HEX triplet: EC, CE and D0. RGB value is (236,206,208). Sum of RGB (Red+Green+Blue) = 236+206+208=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCED0 is #13312F. Grayscale: #D7D7D7. Windows color (decimal): -1257776 or 13684460. OLE color: 13684460.
HSL color Cylindrical-coordinate representation of color #ECCED0: hue angle of 356º 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 #ECCED0 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 208 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.07 |
| HSL | 356º | 0.44% | 0.87% | - |
| HSV(B) | 356º | 0.13% | 0.93% | - |
| XYZ | 68.05 | 66.53 | 68.93 | - |
| YUV | 215.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 208 | 0 | 0.13 | 0.12 | 0.07 | 356 | 0.44 | 0.87 |
| Hex | EC | CE | D0 | 0 | D | C | 7 | 164 | 2C | 57 |
| Octal | 354 | 316 | 320 | 0 | 15 | 14 | 7 | 544 | 54 | 127 |
| Binary | 11101100 | 11001110 | 11010000 | 0 | 1101 | 1100 | 111 | 101100100 | 101100 | 1010111 |
Color Harmonies of #ECCED0
Complementary color
Monochromatic Colors of #ECCED0
Black with #ECCED0
Text Example
Text Example
White with #ECCED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCED0; }
p { color: rgb(236,206,208); }
H1.HeaderClassName
{
color: #ECCED0;
}
.AnyTagClassName
{
color: #ECCED0;
}
</style>
background-color css
<style>
a { background-color: #ECCED0; }
a { background-color: rgb(236,206,208); }
div.DivClassName
{
background-color: #ECCED0;
}
.BgClassName
{
background-color: #ECCED0;
}
</style>
border-color css
<style>
span { border-color: #ECCED0; }
span { border-color: rgb(236,206,208); }
td.TdClassName
{
border-color: #ECCED0;
}
.TagClassName
{
border-color: #ECCED0;
}
</style>