Shades of Pale Rose #E5DADC
Tints of Pale Rose #E5DADC
RGB
CMYK
RGB Variations
Color information
#E5DADC (or 0xE5DADC) is known color: Pale Rose. HEX triplet: E5, DA and DC. RGB value is (229,218,220). Sum of RGB (Red+Green+Blue) = 229+218+220=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DADC is #1A2523. Grayscale: #DDDDDD. Windows color (decimal): -1713444 or 14473957. OLE color: 14473957.
HSL color Cylindrical-coordinate representation of color #E5DADC: hue angle of 349.09º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5DADC is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 218 | 220 | - |
CMYK | 0 | 0.05 | 0.04 | 0.10 |
HSL | 349.09º | 0.17% | 0.88% | - |
HSV(B) | 349.09º | 0.05% | 0.9% | - |
XYZ | 70.3 | 71.97 | 77.9 | - |
YUV | 221.52 | 127.14 | 133.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 218 | 220 | 0 | 0.05 | 0.04 | 0.10 | 349.09 | 0.17 | 0.88 |
Hex | E5 | DA | DC | 0 | 5 | 4 | A | 15D | 11 | 58 |
Octal | 345 | 332 | 334 | 0 | 5 | 4 | 12 | 535 | 21 | 130 |
Binary | 11100101 | 11011010 | 11011100 | 0 | 101 | 100 | 1010 | 101011101 | 10001 | 1011000 |
Color Harmonies of #E5DADC
Complementary color
Monochromatic Colors of #E5DADC
Black with #E5DADC
Text Example
Text Example
White with #E5DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DADC; }
p { color: rgb(229,218,220); }
H1.HeaderClassName
{
color: #E5DADC;
}
.AnyTagClassName
{
color: #E5DADC;
}
</style>
background-color css
<style>
a { background-color: #E5DADC; }
a { background-color: rgb(229,218,220); }
div.DivClassName
{
background-color: #E5DADC;
}
.BgClassName
{
background-color: #E5DADC;
}
</style>
border-color css
<style>
span { border-color: #E5DADC; }
span { border-color: rgb(229,218,220); }
td.TdClassName
{
border-color: #E5DADC;
}
.TagClassName
{
border-color: #E5DADC;
}
</style>