Shades of Dawn Pink #E7D9CE
Tints of Dawn Pink #E7D9CE
RGB
CMYK
RGB Variations
Color information
#E7D9CE (or 0xE7D9CE) is known color: Dawn Pink. HEX triplet: E7, D9 and CE. RGB value is (231,217,206). Sum of RGB (Red+Green+Blue) = 231+217+206=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D9CE is #182631. Grayscale: #DBDBDB. Windows color (decimal): -1582642 or 13556199. OLE color: 13556199.
HSL color Cylindrical-coordinate representation of color #E7D9CE: hue angle of 26.4º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7D9CE is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 206 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.09 |
| HSL | 26.4º | 0.34% | 0.86% | - |
| HSV(B) | 26.4º | 0.11% | 0.91% | - |
| XYZ | 68.91 | 71.07 | 68.48 | - |
| YUV | 219.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 206 | 0 | 0.06 | 0.11 | 0.09 | 26.4 | 0.34 | 0.86 |
| Hex | E7 | D9 | CE | 0 | 6 | B | 9 | 1A | 22 | 56 |
| Octal | 347 | 331 | 316 | 0 | 6 | 13 | 11 | 32 | 42 | 126 |
| Binary | 11100111 | 11011001 | 11001110 | 0 | 110 | 1011 | 1001 | 11010 | 100010 | 1010110 |
Color Harmonies of #E7D9CE
Complementary color
Monochromatic Colors of #E7D9CE
Black with #E7D9CE
Text Example
Text Example
White with #E7D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D9CE; }
p { color: rgb(231,217,206); }
H1.HeaderClassName
{
color: #E7D9CE;
}
.AnyTagClassName
{
color: #E7D9CE;
}
</style>
background-color css
<style>
a { background-color: #E7D9CE; }
a { background-color: rgb(231,217,206); }
div.DivClassName
{
background-color: #E7D9CE;
}
.BgClassName
{
background-color: #E7D9CE;
}
</style>
border-color css
<style>
span { border-color: #E7D9CE; }
span { border-color: rgb(231,217,206); }
td.TdClassName
{
border-color: #E7D9CE;
}
.TagClassName
{
border-color: #E7D9CE;
}
</style>