Shades of Pale Rose #E8DDDE
Tints of Pale Rose #E8DDDE
RGB
CMYK
RGB Variations
Color information
#E8DDDE (or 0xE8DDDE) is known color: Pale Rose. HEX triplet: E8, DD and DE. RGB value is (232,221,222). Sum of RGB (Red+Green+Blue) = 232+221+222=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDDE is #172221. Grayscale: #E0E0E0. Windows color (decimal): -1516066 or 14605800. OLE color: 14605800.
HSL color Cylindrical-coordinate representation of color #E8DDDE: hue angle of 354.55º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8DDDE is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 222 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.09 |
| HSL | 354.55º | 0.19% | 0.89% | - |
| HSV(B) | 354.55º | 0.05% | 0.91% | - |
| XYZ | 72.32 | 74.14 | 79.61 | - |
| YUV | 224.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 222 | 0 | 0.05 | 0.04 | 0.09 | 354.55 | 0.19 | 0.89 |
| Hex | E8 | DD | DE | 0 | 5 | 4 | 9 | 163 | 13 | 59 |
| Octal | 350 | 335 | 336 | 0 | 5 | 4 | 11 | 543 | 23 | 131 |
| Binary | 11101000 | 11011101 | 11011110 | 0 | 101 | 100 | 1001 | 101100011 | 10011 | 1011001 |
Color Harmonies of #E8DDDE
Complementary color
Monochromatic Colors of #E8DDDE
Black with #E8DDDE
Text Example
Text Example
White with #E8DDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DDDE; }
p { color: rgb(232,221,222); }
H1.HeaderClassName
{
color: #E8DDDE;
}
.AnyTagClassName
{
color: #E8DDDE;
}
</style>
background-color css
<style>
a { background-color: #E8DDDE; }
a { background-color: rgb(232,221,222); }
div.DivClassName
{
background-color: #E8DDDE;
}
.BgClassName
{
background-color: #E8DDDE;
}
</style>
border-color css
<style>
span { border-color: #E8DDDE; }
span { border-color: rgb(232,221,222); }
td.TdClassName
{
border-color: #E8DDDE;
}
.TagClassName
{
border-color: #E8DDDE;
}
</style>