Shades of Pale Rose #E5D6DA
Tints of Pale Rose #E5D6DA
RGB
CMYK
RGB Variations
Color information
#E5D6DA (or 0xE5D6DA) is known color: Pale Rose. HEX triplet: E5, D6 and DA. RGB value is (229,214,218). Sum of RGB (Red+Green+Blue) = 229+214+218=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D6DA is #1A2925. Grayscale: #DADADA. Windows color (decimal): -1714470 or 14341861. OLE color: 14341861.
HSL color Cylindrical-coordinate representation of color #E5D6DA: hue angle of 344º degrees, saturation: 0.22, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5D6DA is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 214 | 218 | - |
CMYK | 0 | 0.07 | 0.05 | 0.10 |
HSL | 344º | 0.22% | 0.87% | - |
HSV(B) | 344º | 0.07% | 0.9% | - |
XYZ | 69.01 | 69.81 | 76.17 | - |
YUV | 218.94 | 127.47 | 135.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 214 | 218 | 0 | 0.07 | 0.05 | 0.10 | 344 | 0.22 | 0.87 |
Hex | E5 | D6 | DA | 0 | 7 | 5 | A | 158 | 16 | 57 |
Octal | 345 | 326 | 332 | 0 | 7 | 5 | 12 | 530 | 26 | 127 |
Binary | 11100101 | 11010110 | 11011010 | 0 | 111 | 101 | 1010 | 101011000 | 10110 | 1010111 |
Color Harmonies of #E5D6DA
Complementary color
Monochromatic Colors of #E5D6DA
Black with #E5D6DA
Text Example
Text Example
White with #E5D6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D6DA; }
p { color: rgb(229,214,218); }
H1.HeaderClassName
{
color: #E5D6DA;
}
.AnyTagClassName
{
color: #E5D6DA;
}
</style>
background-color css
<style>
a { background-color: #E5D6DA; }
a { background-color: rgb(229,214,218); }
div.DivClassName
{
background-color: #E5D6DA;
}
.BgClassName
{
background-color: #E5D6DA;
}
</style>
border-color css
<style>
span { border-color: #E5D6DA; }
span { border-color: rgb(229,214,218); }
td.TdClassName
{
border-color: #E5D6DA;
}
.TagClassName
{
border-color: #E5D6DA;
}
</style>