Shades of Pale Rose #E5DADD
Tints of Pale Rose #E5DADD
RGB
CMYK
RGB Variations
Color information
#E5DADD (or 0xE5DADD) is known color: Pale Rose. HEX triplet: E5, DA and DD. RGB value is (229,218,221). Sum of RGB (Red+Green+Blue) = 229+218+221=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DADD is #1A2522. Grayscale: #DDDDDD. Windows color (decimal): -1713443 or 14539493. OLE color: 14539493.
HSL color Cylindrical-coordinate representation of color #E5DADD: hue angle of 343.64º 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 #E5DADD is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 218 | 221 | - |
CMYK | 0 | 0.05 | 0.03 | 0.10 |
HSL | 343.64º | 0.17% | 0.88% | - |
HSV(B) | 343.64º | 0.05% | 0.9% | - |
XYZ | 70.44 | 72.02 | 78.6 | - |
YUV | 221.63 | 127.64 | 133.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 218 | 221 | 0 | 0.05 | 0.03 | 0.10 | 343.64 | 0.17 | 0.88 |
Hex | E5 | DA | DD | 0 | 5 | 3 | A | 158 | 11 | 58 |
Octal | 345 | 332 | 335 | 0 | 5 | 3 | 12 | 530 | 21 | 130 |
Binary | 11100101 | 11011010 | 11011101 | 0 | 101 | 11 | 1010 | 101011000 | 10001 | 1011000 |
Color Harmonies of #E5DADD
Complementary color
Monochromatic Colors of #E5DADD
Black with #E5DADD
Text Example
Text Example
White with #E5DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DADD; }
p { color: rgb(229,218,221); }
H1.HeaderClassName
{
color: #E5DADD;
}
.AnyTagClassName
{
color: #E5DADD;
}
</style>
background-color css
<style>
a { background-color: #E5DADD; }
a { background-color: rgb(229,218,221); }
div.DivClassName
{
background-color: #E5DADD;
}
.BgClassName
{
background-color: #E5DADD;
}
</style>
border-color css
<style>
span { border-color: #E5DADD; }
span { border-color: rgb(229,218,221); }
td.TdClassName
{
border-color: #E5DADD;
}
.TagClassName
{
border-color: #E5DADD;
}
</style>