Shades of Pale Rose #E5DBDC
Tints of Pale Rose #E5DBDC
RGB
CMYK
RGB Variations
Color information
#E5DBDC (or 0xE5DBDC) is known color: Pale Rose. HEX triplet: E5, DB and DC. RGB value is (229,219,220). Sum of RGB (Red+Green+Blue) = 229+219+220=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DBDC is #1A2423. Grayscale: #DEDEDE. Windows color (decimal): -1713188 or 14474213. OLE color: 14474213.
HSL color Cylindrical-coordinate representation of color #E5DBDC: hue angle of 354º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5DBDC is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 219 | 220 | - |
CMYK | 0 | 0.04 | 0.04 | 0.10 |
HSL | 354º | 0.16% | 0.88% | - |
HSV(B) | 354º | 0.04% | 0.9% | - |
XYZ | 70.56 | 72.49 | 77.98 | - |
YUV | 222.1 | 126.81 | 132.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 219 | 220 | 0 | 0.04 | 0.04 | 0.10 | 354 | 0.16 | 0.88 |
Hex | E5 | DB | DC | 0 | 4 | 4 | A | 162 | 10 | 58 |
Octal | 345 | 333 | 334 | 0 | 4 | 4 | 12 | 542 | 20 | 130 |
Binary | 11100101 | 11011011 | 11011100 | 0 | 100 | 100 | 1010 | 101100010 | 10000 | 1011000 |
Color Harmonies of #E5DBDC
Complementary color
Monochromatic Colors of #E5DBDC
Black with #E5DBDC
Text Example
Text Example
White with #E5DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DBDC; }
p { color: rgb(229,219,220); }
H1.HeaderClassName
{
color: #E5DBDC;
}
.AnyTagClassName
{
color: #E5DBDC;
}
</style>
background-color css
<style>
a { background-color: #E5DBDC; }
a { background-color: rgb(229,219,220); }
div.DivClassName
{
background-color: #E5DBDC;
}
.BgClassName
{
background-color: #E5DBDC;
}
</style>
border-color css
<style>
span { border-color: #E5DBDC; }
span { border-color: rgb(229,219,220); }
td.TdClassName
{
border-color: #E5DBDC;
}
.TagClassName
{
border-color: #E5DBDC;
}
</style>