Shades of Pale Rose #E8DBDC
Tints of Pale Rose #E8DBDC
RGB
CMYK
RGB Variations
Color information
#E8DBDC (or 0xE8DBDC) is known color: Pale Rose. HEX triplet: E8, DB and DC. RGB value is (232,219,220). Sum of RGB (Red+Green+Blue) = 232+219+220=671 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.58% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DBDC is #172423. Grayscale: #DFDFDF. Windows color (decimal): -1516580 or 14474216. OLE color: 14474216.
HSL color Cylindrical-coordinate representation of color #E8DBDC: hue angle of 355.38º degrees, saturation: 0.22, 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 #E8DBDC is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 220 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.09 |
| HSL | 355.38º | 0.22% | 0.88% | - |
| HSV(B) | 355.38º | 0.06% | 0.91% | - |
| XYZ | 71.53 | 72.99 | 78.03 | - |
| YUV | 223 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 220 | 0 | 0.06 | 0.05 | 0.09 | 355.38 | 0.22 | 0.88 |
| Hex | E8 | DB | DC | 0 | 6 | 5 | 9 | 163 | 16 | 58 |
| Octal | 350 | 333 | 334 | 0 | 6 | 5 | 11 | 543 | 26 | 130 |
| Binary | 11101000 | 11011011 | 11011100 | 0 | 110 | 101 | 1001 | 101100011 | 10110 | 1011000 |
Color Harmonies of #E8DBDC
Complementary color
Monochromatic Colors of #E8DBDC
Black with #E8DBDC
Text Example
Text Example
White with #E8DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DBDC; }
p { color: rgb(232,219,220); }
H1.HeaderClassName
{
color: #E8DBDC;
}
.AnyTagClassName
{
color: #E8DBDC;
}
</style>
background-color css
<style>
a { background-color: #E8DBDC; }
a { background-color: rgb(232,219,220); }
div.DivClassName
{
background-color: #E8DBDC;
}
.BgClassName
{
background-color: #E8DBDC;
}
</style>
border-color css
<style>
span { border-color: #E8DBDC; }
span { border-color: rgb(232,219,220); }
td.TdClassName
{
border-color: #E8DBDC;
}
.TagClassName
{
border-color: #E8DBDC;
}
</style>