Shades of Dawn Pink #E7D6CE
Tints of Dawn Pink #E7D6CE
RGB
CMYK
RGB Variations
Color information
#E7D6CE (or 0xE7D6CE) is known color: Dawn Pink. HEX triplet: E7, D6 and CE. RGB value is (231,214,206). Sum of RGB (Red+Green+Blue) = 231+214+206=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D6CE is #182931. Grayscale: #DADADA. Windows color (decimal): -1583410 or 13555431. OLE color: 13555431.
HSL color Cylindrical-coordinate representation of color #E7D6CE: hue angle of 19.2º 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 #E7D6CE is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 206 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.09 |
| HSL | 19.2º | 0.34% | 0.86% | - |
| HSV(B) | 19.2º | 0.11% | 0.91% | - |
| XYZ | 68.14 | 69.54 | 68.22 | - |
| YUV | 218.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 206 | 0 | 0.07 | 0.11 | 0.09 | 19.2 | 0.34 | 0.86 |
| Hex | E7 | D6 | CE | 0 | 7 | B | 9 | 13 | 22 | 56 |
| Octal | 347 | 326 | 316 | 0 | 7 | 13 | 11 | 23 | 42 | 126 |
| Binary | 11100111 | 11010110 | 11001110 | 0 | 111 | 1011 | 1001 | 10011 | 100010 | 1010110 |
Color Harmonies of #E7D6CE
Complementary color
Monochromatic Colors of #E7D6CE
Black with #E7D6CE
Text Example
Text Example
White with #E7D6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D6CE; }
p { color: rgb(231,214,206); }
H1.HeaderClassName
{
color: #E7D6CE;
}
.AnyTagClassName
{
color: #E7D6CE;
}
</style>
background-color css
<style>
a { background-color: #E7D6CE; }
a { background-color: rgb(231,214,206); }
div.DivClassName
{
background-color: #E7D6CE;
}
.BgClassName
{
background-color: #E7D6CE;
}
</style>
border-color css
<style>
span { border-color: #E7D6CE; }
span { border-color: rgb(231,214,206); }
td.TdClassName
{
border-color: #E7D6CE;
}
.TagClassName
{
border-color: #E7D6CE;
}
</style>