Shades of Dawn Pink #E7D7CF
Tints of Dawn Pink #E7D7CF
RGB
CMYK
RGB Variations
Color information
#E7D7CF (or 0xE7D7CF) is known color: Dawn Pink. HEX triplet: E7, D7 and CF. RGB value is (231,215,207). Sum of RGB (Red+Green+Blue) = 231+215+207=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D7CF is #182830. Grayscale: #DADADA. Windows color (decimal): -1583153 or 13621223. OLE color: 13621223.
HSL color Cylindrical-coordinate representation of color #E7D7CF: hue angle of 20º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D7CF is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 207 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.09 |
| HSL | 20º | 0.33% | 0.86% | - |
| HSV(B) | 20º | 0.1% | 0.91% | - |
| XYZ | 68.52 | 70.09 | 68.95 | - |
| YUV | 218.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 207 | 0 | 0.07 | 0.10 | 0.09 | 20 | 0.33 | 0.86 |
| Hex | E7 | D7 | CF | 0 | 7 | A | 9 | 14 | 21 | 56 |
| Octal | 347 | 327 | 317 | 0 | 7 | 12 | 11 | 24 | 41 | 126 |
| Binary | 11100111 | 11010111 | 11001111 | 0 | 111 | 1010 | 1001 | 10100 | 100001 | 1010110 |
Color Harmonies of #E7D7CF
Complementary color
Monochromatic Colors of #E7D7CF
Black with #E7D7CF
Text Example
Text Example
White with #E7D7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D7CF; }
p { color: rgb(231,215,207); }
H1.HeaderClassName
{
color: #E7D7CF;
}
.AnyTagClassName
{
color: #E7D7CF;
}
</style>
background-color css
<style>
a { background-color: #E7D7CF; }
a { background-color: rgb(231,215,207); }
div.DivClassName
{
background-color: #E7D7CF;
}
.BgClassName
{
background-color: #E7D7CF;
}
</style>
border-color css
<style>
span { border-color: #E7D7CF; }
span { border-color: rgb(231,215,207); }
td.TdClassName
{
border-color: #E7D7CF;
}
.TagClassName
{
border-color: #E7D7CF;
}
</style>