Shades of Dawn Pink #E5D6CE
Tints of Dawn Pink #E5D6CE
RGB
CMYK
RGB Variations
Color information
#E5D6CE (or 0xE5D6CE) is known color: Dawn Pink. HEX triplet: E5, D6 and CE. RGB value is (229,214,206). Sum of RGB (Red+Green+Blue) = 229+214+206=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D6CE is #1A2931. Grayscale: #D9D9D9. Windows color (decimal): -1714482 or 13555429. OLE color: 13555429.
HSL color Cylindrical-coordinate representation of color #E5D6CE: hue angle of 20.87º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5D6CE is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 206 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.10 |
| HSL | 20.87º | 0.31% | 0.85% | - |
| HSV(B) | 20.87º | 0.1% | 0.9% | - |
| XYZ | 67.5 | 69.21 | 68.19 | - |
| YUV | 217.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 206 | 0 | 0.07 | 0.10 | 0.10 | 20.87 | 0.31 | 0.85 |
| Hex | E5 | D6 | CE | 0 | 7 | A | A | 15 | 1F | 55 |
| Octal | 345 | 326 | 316 | 0 | 7 | 12 | 12 | 25 | 37 | 125 |
| Binary | 11100101 | 11010110 | 11001110 | 0 | 111 | 1010 | 1010 | 10101 | 11111 | 1010101 |
Color Harmonies of #E5D6CE
Complementary color
Monochromatic Colors of #E5D6CE
Black with #E5D6CE
Text Example
Text Example
White with #E5D6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D6CE; }
p { color: rgb(229,214,206); }
H1.HeaderClassName
{
color: #E5D6CE;
}
.AnyTagClassName
{
color: #E5D6CE;
}
</style>
background-color css
<style>
a { background-color: #E5D6CE; }
a { background-color: rgb(229,214,206); }
div.DivClassName
{
background-color: #E5D6CE;
}
.BgClassName
{
background-color: #E5D6CE;
}
</style>
border-color css
<style>
span { border-color: #E5D6CE; }
span { border-color: rgb(229,214,206); }
td.TdClassName
{
border-color: #E5D6CE;
}
.TagClassName
{
border-color: #E5D6CE;
}
</style>