Shades of Pale Rose #ECD8DF
Tints of Pale Rose #ECD8DF
RGB
CMYK
RGB Variations
Color information
#ECD8DF (or 0xECD8DF) is known color: Pale Rose. HEX triplet: EC, D8 and DF. RGB value is (236,216,223). Sum of RGB (Red+Green+Blue) = 236+216+223=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8DF is #132720. Grayscale: #DEDEDE. Windows color (decimal): -1255201 or 14670060. OLE color: 14670060.
HSL color Cylindrical-coordinate representation of color #ECD8DF: hue angle of 339º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECD8DF is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 223 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.07 |
| HSL | 339º | 0.34% | 0.89% | - |
| HSV(B) | 339º | 0.08% | 0.93% | - |
| XYZ | 72.47 | 72.27 | 79.94 | - |
| YUV | 222.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 223 | 0 | 0.08 | 0.06 | 0.07 | 339 | 0.34 | 0.89 |
| Hex | EC | D8 | DF | 0 | 8 | 6 | 7 | 153 | 22 | 59 |
| Octal | 354 | 330 | 337 | 0 | 10 | 6 | 7 | 523 | 42 | 131 |
| Binary | 11101100 | 11011000 | 11011111 | 0 | 1000 | 110 | 111 | 101010011 | 100010 | 1011001 |
Color Harmonies of #ECD8DF
Complementary color
Monochromatic Colors of #ECD8DF
Black with #ECD8DF
Text Example
Text Example
White with #ECD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8DF; }
p { color: rgb(236,216,223); }
H1.HeaderClassName
{
color: #ECD8DF;
}
.AnyTagClassName
{
color: #ECD8DF;
}
</style>
background-color css
<style>
a { background-color: #ECD8DF; }
a { background-color: rgb(236,216,223); }
div.DivClassName
{
background-color: #ECD8DF;
}
.BgClassName
{
background-color: #ECD8DF;
}
</style>
border-color css
<style>
span { border-color: #ECD8DF; }
span { border-color: rgb(236,216,223); }
td.TdClassName
{
border-color: #ECD8DF;
}
.TagClassName
{
border-color: #ECD8DF;
}
</style>