Shades of Dawn Pink #E7DACF
Tints of Dawn Pink #E7DACF
RGB
CMYK
RGB Variations
Color information
#E7DACF (or 0xE7DACF) is known color: Dawn Pink. HEX triplet: E7, DA and CF. RGB value is (231,218,207). Sum of RGB (Red+Green+Blue) = 231+218+207=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DACF is #182530. Grayscale: #DCDCDC. Windows color (decimal): -1582385 or 13621991. OLE color: 13621991.
HSL color Cylindrical-coordinate representation of color #E7DACF: hue angle of 27.5º 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 #E7DACF is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 218 | 207 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.09 |
| HSL | 27.5º | 0.33% | 0.86% | - |
| HSV(B) | 27.5º | 0.1% | 0.91% | - |
| XYZ | 69.29 | 71.64 | 69.21 | - |
| YUV | 220.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 207 | 0 | 0.06 | 0.10 | 0.09 | 27.5 | 0.33 | 0.86 |
| Hex | E7 | DA | CF | 0 | 6 | A | 9 | 1C | 21 | 56 |
| Octal | 347 | 332 | 317 | 0 | 6 | 12 | 11 | 34 | 41 | 126 |
| Binary | 11100111 | 11011010 | 11001111 | 0 | 110 | 1010 | 1001 | 11100 | 100001 | 1010110 |
Color Harmonies of #E7DACF
Complementary color
Monochromatic Colors of #E7DACF
Black with #E7DACF
Text Example
Text Example
White with #E7DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DACF; }
p { color: rgb(231,218,207); }
H1.HeaderClassName
{
color: #E7DACF;
}
.AnyTagClassName
{
color: #E7DACF;
}
</style>
background-color css
<style>
a { background-color: #E7DACF; }
a { background-color: rgb(231,218,207); }
div.DivClassName
{
background-color: #E7DACF;
}
.BgClassName
{
background-color: #E7DACF;
}
</style>
border-color css
<style>
span { border-color: #E7DACF; }
span { border-color: rgb(231,218,207); }
td.TdClassName
{
border-color: #E7DACF;
}
.TagClassName
{
border-color: #E7DACF;
}
</style>