Shades of Pale Rose #E0D5D6
Tints of Pale Rose #E0D5D6
RGB
CMYK
RGB Variations
Color information
#E0D5D6 (or 0xE0D5D6) is known color: Pale Rose. HEX triplet: E0, D5 and D6. RGB value is (224,213,214). Sum of RGB (Red+Green+Blue) = 224+213+214=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D5D6 is #1F2A29. Grayscale: #D8D8D8. Windows color (decimal): -2042410 or 14079456. OLE color: 14079456.
HSL color Cylindrical-coordinate representation of color #E0D5D6: hue angle of 354.55º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0D5D6 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 213 | 214 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.12 |
| HSL | 354.55º | 0.15% | 0.86% | - |
| HSV(B) | 354.55º | 0.05% | 0.88% | - |
| XYZ | 66.67 | 68.29 | 73.29 | - |
| YUV | 216.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 213 | 214 | 0 | 0.05 | 0.04 | 0.12 | 354.55 | 0.15 | 0.86 |
| Hex | E0 | D5 | D6 | 0 | 5 | 4 | C | 163 | F | 56 |
| Octal | 340 | 325 | 326 | 0 | 5 | 4 | 14 | 543 | 17 | 126 |
| Binary | 11100000 | 11010101 | 11010110 | 0 | 101 | 100 | 1100 | 101100011 | 1111 | 1010110 |
Color Harmonies of #E0D5D6
Complementary color
Monochromatic Colors of #E0D5D6
Black with #E0D5D6
Text Example
Text Example
White with #E0D5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D5D6; }
p { color: rgb(224,213,214); }
H1.HeaderClassName
{
color: #E0D5D6;
}
.AnyTagClassName
{
color: #E0D5D6;
}
</style>
background-color css
<style>
a { background-color: #E0D5D6; }
a { background-color: rgb(224,213,214); }
div.DivClassName
{
background-color: #E0D5D6;
}
.BgClassName
{
background-color: #E0D5D6;
}
</style>
border-color css
<style>
span { border-color: #E0D5D6; }
span { border-color: rgb(224,213,214); }
td.TdClassName
{
border-color: #E0D5D6;
}
.TagClassName
{
border-color: #E0D5D6;
}
</style>