Shades of Pale Rose #E5DCDD
Tints of Pale Rose #E5DCDD
RGB
CMYK
RGB Variations
Color information
#E5DCDD (or 0xE5DCDD) is known color: Pale Rose. HEX triplet: E5, DC and DD. RGB value is (229,220,221). Sum of RGB (Red+Green+Blue) = 229+220+221=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCDD is #1A2322. Grayscale: #DEDEDE. Windows color (decimal): -1712931 or 14540005. OLE color: 14540005.
HSL color Cylindrical-coordinate representation of color #E5DCDD: hue angle of 353.33º degrees, saturation: 0.15, 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 #E5DCDD is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 220 | 221 | - |
CMYK | 0 | 0.04 | 0.03 | 0.10 |
HSL | 353.33º | 0.15% | 0.88% | - |
HSV(B) | 353.33º | 0.04% | 0.9% | - |
XYZ | 70.96 | 73.06 | 78.77 | - |
YUV | 222.81 | 126.98 | 132.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 220 | 221 | 0 | 0.04 | 0.03 | 0.10 | 353.33 | 0.15 | 0.88 |
Hex | E5 | DC | DD | 0 | 4 | 3 | A | 161 | F | 58 |
Octal | 345 | 334 | 335 | 0 | 4 | 3 | 12 | 541 | 17 | 130 |
Binary | 11100101 | 11011100 | 11011101 | 0 | 100 | 11 | 1010 | 101100001 | 1111 | 1011000 |
Color Harmonies of #E5DCDD
Complementary color
Monochromatic Colors of #E5DCDD
Black with #E5DCDD
Text Example
Text Example
White with #E5DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCDD; }
p { color: rgb(229,220,221); }
H1.HeaderClassName
{
color: #E5DCDD;
}
.AnyTagClassName
{
color: #E5DCDD;
}
</style>
background-color css
<style>
a { background-color: #E5DCDD; }
a { background-color: rgb(229,220,221); }
div.DivClassName
{
background-color: #E5DCDD;
}
.BgClassName
{
background-color: #E5DCDD;
}
</style>
border-color css
<style>
span { border-color: #E5DCDD; }
span { border-color: rgb(229,220,221); }
td.TdClassName
{
border-color: #E5DCDD;
}
.TagClassName
{
border-color: #E5DCDD;
}
</style>