Shades of Pale Rose #ECD4D5
Tints of Pale Rose #ECD4D5
RGB
CMYK
RGB Variations
Color information
#ECD4D5 (or 0xECD4D5) is known color: Pale Rose. HEX triplet: EC, D4 and D5. RGB value is (236,212,213). Sum of RGB (Red+Green+Blue) = 236+212+213=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 212 (83.20% from 255 or 32.07% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4D5 is #132B2A. Grayscale: #DBDBDB. Windows color (decimal): -1256235 or 14013676. OLE color: 14013676.
HSL color Cylindrical-coordinate representation of color #ECD4D5: hue angle of 357.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD4D5 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 212 | 213 | - |
CMYK | 0 | 0.10 | 0.10 | 0.07 |
HSL | 357.5º | 0.39% | 0.88% | - |
HSV(B) | 357.5º | 0.1% | 0.93% | - |
XYZ | 70.15 | 69.72 | 72.71 | - |
YUV | 219.29 | 124.45 | 139.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 212 | 213 | 0 | 0.10 | 0.10 | 0.07 | 357.5 | 0.39 | 0.88 |
Hex | EC | D4 | D5 | 0 | A | A | 7 | 166 | 27 | 58 |
Octal | 354 | 324 | 325 | 0 | 12 | 12 | 7 | 546 | 47 | 130 |
Binary | 11101100 | 11010100 | 11010101 | 0 | 1010 | 1010 | 111 | 101100110 | 100111 | 1011000 |
Color Harmonies of #ECD4D5
Complementary color
Monochromatic Colors of #ECD4D5
Black with #ECD4D5
Text Example
Text Example
White with #ECD4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD4D5; }
p { color: rgb(236,212,213); }
H1.HeaderClassName
{
color: #ECD4D5;
}
.AnyTagClassName
{
color: #ECD4D5;
}
</style>
background-color css
<style>
a { background-color: #ECD4D5; }
a { background-color: rgb(236,212,213); }
div.DivClassName
{
background-color: #ECD4D5;
}
.BgClassName
{
background-color: #ECD4D5;
}
</style>
border-color css
<style>
span { border-color: #ECD4D5; }
span { border-color: rgb(236,212,213); }
td.TdClassName
{
border-color: #ECD4D5;
}
.TagClassName
{
border-color: #ECD4D5;
}
</style>