Shades of Dawn Pink #E7D7CD
Tints of Dawn Pink #E7D7CD
RGB
CMYK
RGB Variations
Color information
#E7D7CD (or 0xE7D7CD) is known color: Dawn Pink. HEX triplet: E7, D7 and CD. RGB value is (231,215,205). Sum of RGB (Red+Green+Blue) = 231+215+205=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D7CD is #182832. Grayscale: #DADADA. Windows color (decimal): -1583155 or 13490151. OLE color: 13490151.
HSL color Cylindrical-coordinate representation of color #E7D7CD: hue angle of 23.08º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7D7CD is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 205 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.09 |
| HSL | 23.08º | 0.35% | 0.85% | - |
| HSV(B) | 23.08º | 0.11% | 0.91% | - |
| XYZ | 68.27 | 70 | 67.67 | - |
| YUV | 218.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 205 | 0 | 0.07 | 0.11 | 0.09 | 23.08 | 0.35 | 0.85 |
| Hex | E7 | D7 | CD | 0 | 7 | B | 9 | 17 | 23 | 55 |
| Octal | 347 | 327 | 315 | 0 | 7 | 13 | 11 | 27 | 43 | 125 |
| Binary | 11100111 | 11010111 | 11001101 | 0 | 111 | 1011 | 1001 | 10111 | 100011 | 1010101 |
Color Harmonies of #E7D7CD
Complementary color
Monochromatic Colors of #E7D7CD
Black with #E7D7CD
Text Example
Text Example
White with #E7D7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D7CD; }
p { color: rgb(231,215,205); }
H1.HeaderClassName
{
color: #E7D7CD;
}
.AnyTagClassName
{
color: #E7D7CD;
}
</style>
background-color css
<style>
a { background-color: #E7D7CD; }
a { background-color: rgb(231,215,205); }
div.DivClassName
{
background-color: #E7D7CD;
}
.BgClassName
{
background-color: #E7D7CD;
}
</style>
border-color css
<style>
span { border-color: #E7D7CD; }
span { border-color: rgb(231,215,205); }
td.TdClassName
{
border-color: #E7D7CD;
}
.TagClassName
{
border-color: #E7D7CD;
}
</style>