Shades of Pale Rose #E8D2D6
Tints of Pale Rose #E8D2D6
RGB
CMYK
RGB Variations
Color information
#E8D2D6 (or 0xE8D2D6) is known color: Pale Rose. HEX triplet: E8, D2 and D6. RGB value is (232,210,214). Sum of RGB (Red+Green+Blue) = 232+210+214=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D2D6 is #172D29. Grayscale: #D9D9D9. Windows color (decimal): -1518890 or 14078696. OLE color: 14078696.
HSL color Cylindrical-coordinate representation of color #E8D2D6: hue angle of 349.09º degrees, saturation: 0.32, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8D2D6 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 214 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.09 |
| HSL | 349.09º | 0.32% | 0.87% | - |
| HSV(B) | 349.09º | 0.09% | 0.91% | - |
| XYZ | 68.46 | 68.1 | 73.16 | - |
| YUV | 217.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 214 | 0 | 0.09 | 0.08 | 0.09 | 349.09 | 0.32 | 0.87 |
| Hex | E8 | D2 | D6 | 0 | 9 | 8 | 9 | 15D | 20 | 57 |
| Octal | 350 | 322 | 326 | 0 | 11 | 10 | 11 | 535 | 40 | 127 |
| Binary | 11101000 | 11010010 | 11010110 | 0 | 1001 | 1000 | 1001 | 101011101 | 100000 | 1010111 |
Color Harmonies of #E8D2D6
Complementary color
Monochromatic Colors of #E8D2D6
Black with #E8D2D6
Text Example
Text Example
White with #E8D2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D2D6; }
p { color: rgb(232,210,214); }
H1.HeaderClassName
{
color: #E8D2D6;
}
.AnyTagClassName
{
color: #E8D2D6;
}
</style>
background-color css
<style>
a { background-color: #E8D2D6; }
a { background-color: rgb(232,210,214); }
div.DivClassName
{
background-color: #E8D2D6;
}
.BgClassName
{
background-color: #E8D2D6;
}
</style>
border-color css
<style>
span { border-color: #E8D2D6; }
span { border-color: rgb(232,210,214); }
td.TdClassName
{
border-color: #E8D2D6;
}
.TagClassName
{
border-color: #E8D2D6;
}
</style>