Shades of Pale Rose #E8D6DA
Tints of Pale Rose #E8D6DA
RGB
CMYK
RGB Variations
Color information
#E8D6DA (or 0xE8D6DA) is known color: Pale Rose. HEX triplet: E8, D6 and DA. RGB value is (232,214,218). Sum of RGB (Red+Green+Blue) = 232+214+218=664 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.94% from 664); Green value is 214 (83.98% from 255 or 32.23% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D6DA is #172925. Grayscale: #DBDBDB. Windows color (decimal): -1517862 or 14341864. OLE color: 14341864.
HSL color Cylindrical-coordinate representation of color #E8D6DA: hue angle of 346.67º degrees, saturation: 0.28, 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 #E8D6DA is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 214 | 218 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.09 |
| HSL | 346.67º | 0.28% | 0.87% | - |
| HSV(B) | 346.67º | 0.08% | 0.91% | - |
| XYZ | 69.98 | 70.31 | 76.21 | - |
| YUV | 219.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 218 | 0 | 0.08 | 0.06 | 0.09 | 346.67 | 0.28 | 0.87 |
| Hex | E8 | D6 | DA | 0 | 8 | 6 | 9 | 15B | 1C | 57 |
| Octal | 350 | 326 | 332 | 0 | 10 | 6 | 11 | 533 | 34 | 127 |
| Binary | 11101000 | 11010110 | 11011010 | 0 | 1000 | 110 | 1001 | 101011011 | 11100 | 1010111 |
Color Harmonies of #E8D6DA
Complementary color
Monochromatic Colors of #E8D6DA
Black with #E8D6DA
Text Example
Text Example
White with #E8D6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D6DA; }
p { color: rgb(232,214,218); }
H1.HeaderClassName
{
color: #E8D6DA;
}
.AnyTagClassName
{
color: #E8D6DA;
}
</style>
background-color css
<style>
a { background-color: #E8D6DA; }
a { background-color: rgb(232,214,218); }
div.DivClassName
{
background-color: #E8D6DA;
}
.BgClassName
{
background-color: #E8D6DA;
}
</style>
border-color css
<style>
span { border-color: #E8D6DA; }
span { border-color: rgb(232,214,218); }
td.TdClassName
{
border-color: #E8D6DA;
}
.TagClassName
{
border-color: #E8D6DA;
}
</style>