Shades of Pale Rose #E8D9DA
Tints of Pale Rose #E8D9DA
RGB
CMYK
RGB Variations
Color information
#E8D9DA (or 0xE8D9DA) is known color: Pale Rose. HEX triplet: E8, D9 and DA. RGB value is (232,217,218). Sum of RGB (Red+Green+Blue) = 232+217+218=667 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.78% from 667); Green value is 217 (85.16% from 255 or 32.53% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D9DA is #172625. Grayscale: #DDDDDD. Windows color (decimal): -1517094 or 14342632. OLE color: 14342632.
HSL color Cylindrical-coordinate representation of color #E8D9DA: hue angle of 356º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E8D9DA is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 217 | 218 | - |
CMYK | 0 | 0.06 | 0.06 | 0.09 |
HSL | 356º | 0.25% | 0.88% | - |
HSV(B) | 356º | 0.06% | 0.91% | - |
XYZ | 70.75 | 71.84 | 76.47 | - |
YUV | 221.6 | 125.97 | 135.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 217 | 218 | 0 | 0.06 | 0.06 | 0.09 | 356 | 0.25 | 0.88 |
Hex | E8 | D9 | DA | 0 | 6 | 6 | 9 | 164 | 19 | 58 |
Octal | 350 | 331 | 332 | 0 | 6 | 6 | 11 | 544 | 31 | 130 |
Binary | 11101000 | 11011001 | 11011010 | 0 | 110 | 110 | 1001 | 101100100 | 11001 | 1011000 |
Color Harmonies of #E8D9DA
Complementary color
Monochromatic Colors of #E8D9DA
Black with #E8D9DA
Text Example
Text Example
White with #E8D9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D9DA; }
p { color: rgb(232,217,218); }
H1.HeaderClassName
{
color: #E8D9DA;
}
.AnyTagClassName
{
color: #E8D9DA;
}
</style>
background-color css
<style>
a { background-color: #E8D9DA; }
a { background-color: rgb(232,217,218); }
div.DivClassName
{
background-color: #E8D9DA;
}
.BgClassName
{
background-color: #E8D9DA;
}
</style>
border-color css
<style>
span { border-color: #E8D9DA; }
span { border-color: rgb(232,217,218); }
td.TdClassName
{
border-color: #E8D9DA;
}
.TagClassName
{
border-color: #E8D9DA;
}
</style>