Shades of Pale Rose #E8D5D6
Tints of Pale Rose #E8D5D6
RGB
CMYK
RGB Variations
Color information
#E8D5D6 (or 0xE8D5D6) is known color: Pale Rose. HEX triplet: E8, D5 and D6. RGB value is (232,213,214). Sum of RGB (Red+Green+Blue) = 232+213+214=659 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.20% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D5D6 is #172A29. Grayscale: #DADADA. Windows color (decimal): -1518122 or 14079464. OLE color: 14079464.
HSL color Cylindrical-coordinate representation of color #E8D5D6: hue angle of 356.84º degrees, saturation: 0.29, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8D5D6 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 213 | 214 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.09 |
| HSL | 356.84º | 0.29% | 0.87% | - |
| HSV(B) | 356.84º | 0.08% | 0.91% | - |
| XYZ | 69.21 | 69.6 | 73.4 | - |
| YUV | 218.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 214 | 0 | 0.08 | 0.08 | 0.09 | 356.84 | 0.29 | 0.87 |
| Hex | E8 | D5 | D6 | 0 | 8 | 8 | 9 | 165 | 1D | 57 |
| Octal | 350 | 325 | 326 | 0 | 10 | 10 | 11 | 545 | 35 | 127 |
| Binary | 11101000 | 11010101 | 11010110 | 0 | 1000 | 1000 | 1001 | 101100101 | 11101 | 1010111 |
Color Harmonies of #E8D5D6
Complementary color
Monochromatic Colors of #E8D5D6
Black with #E8D5D6
Text Example
Text Example
White with #E8D5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D5D6; }
p { color: rgb(232,213,214); }
H1.HeaderClassName
{
color: #E8D5D6;
}
.AnyTagClassName
{
color: #E8D5D6;
}
</style>
background-color css
<style>
a { background-color: #E8D5D6; }
a { background-color: rgb(232,213,214); }
div.DivClassName
{
background-color: #E8D5D6;
}
.BgClassName
{
background-color: #E8D5D6;
}
</style>
border-color css
<style>
span { border-color: #E8D5D6; }
span { border-color: rgb(232,213,214); }
td.TdClassName
{
border-color: #E8D5D6;
}
.TagClassName
{
border-color: #E8D5D6;
}
</style>