Shades of Pale Rose #E8DDDF
Tints of Pale Rose #E8DDDF
RGB
CMYK
RGB Variations
Color information
#E8DDDF (or 0xE8DDDF) is known color: Pale Rose. HEX triplet: E8, DD and DF. RGB value is (232,221,223). Sum of RGB (Red+Green+Blue) = 232+221+223=676 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.32% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDDF is #172220. Grayscale: #E0E0E0. Windows color (decimal): -1516065 or 14671336. OLE color: 14671336.
HSL color Cylindrical-coordinate representation of color #E8DDDF: hue angle of 349.09º 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 #E8DDDF is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 223 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.09 |
| HSL | 349.09º | 0.19% | 0.89% | - |
| HSV(B) | 349.09º | 0.05% | 0.91% | - |
| XYZ | 72.45 | 74.2 | 80.31 | - |
| YUV | 224.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 223 | 0 | 0.05 | 0.04 | 0.09 | 349.09 | 0.19 | 0.89 |
| Hex | E8 | DD | DF | 0 | 5 | 4 | 9 | 15D | 13 | 59 |
| Octal | 350 | 335 | 337 | 0 | 5 | 4 | 11 | 535 | 23 | 131 |
| Binary | 11101000 | 11011101 | 11011111 | 0 | 101 | 100 | 1001 | 101011101 | 10011 | 1011001 |
Color Harmonies of #E8DDDF
Complementary color
Monochromatic Colors of #E8DDDF
Black with #E8DDDF
Text Example
Text Example
White with #E8DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DDDF; }
p { color: rgb(232,221,223); }
H1.HeaderClassName
{
color: #E8DDDF;
}
.AnyTagClassName
{
color: #E8DDDF;
}
</style>
background-color css
<style>
a { background-color: #E8DDDF; }
a { background-color: rgb(232,221,223); }
div.DivClassName
{
background-color: #E8DDDF;
}
.BgClassName
{
background-color: #E8DDDF;
}
</style>
border-color css
<style>
span { border-color: #E8DDDF; }
span { border-color: rgb(232,221,223); }
td.TdClassName
{
border-color: #E8DDDF;
}
.TagClassName
{
border-color: #E8DDDF;
}
</style>