Shades of Dawn Pink #E7DACE
Tints of Dawn Pink #E7DACE
RGB
CMYK
RGB Variations
Color information
#E7DACE (or 0xE7DACE) is known color: Dawn Pink. HEX triplet: E7, DA and CE. RGB value is (231,218,206). Sum of RGB (Red+Green+Blue) = 231+218+206=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DACE is #182531. Grayscale: #DCDCDC. Windows color (decimal): -1582386 or 13556455. OLE color: 13556455.
HSL color Cylindrical-coordinate representation of color #E7DACE: hue angle of 28.8º 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 #E7DACE is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 218 | 206 | - |
CMYK | 0 | 0.06 | 0.11 | 0.09 |
HSL | 28.8º | 0.34% | 0.86% | - |
HSV(B) | 28.8º | 0.11% | 0.91% | - |
XYZ | 69.17 | 71.59 | 68.56 | - |
YUV | 220.52 | 119.81 | 135.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 218 | 206 | 0 | 0.06 | 0.11 | 0.09 | 28.8 | 0.34 | 0.86 |
Hex | E7 | DA | CE | 0 | 6 | B | 9 | 1D | 22 | 56 |
Octal | 347 | 332 | 316 | 0 | 6 | 13 | 11 | 35 | 42 | 126 |
Binary | 11100111 | 11011010 | 11001110 | 0 | 110 | 1011 | 1001 | 11101 | 100010 | 1010110 |
Color Harmonies of #E7DACE
Complementary color
Monochromatic Colors of #E7DACE
Black with #E7DACE
Text Example
Text Example
White with #E7DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DACE; }
p { color: rgb(231,218,206); }
H1.HeaderClassName
{
color: #E7DACE;
}
.AnyTagClassName
{
color: #E7DACE;
}
</style>
background-color css
<style>
a { background-color: #E7DACE; }
a { background-color: rgb(231,218,206); }
div.DivClassName
{
background-color: #E7DACE;
}
.BgClassName
{
background-color: #E7DACE;
}
</style>
border-color css
<style>
span { border-color: #E7DACE; }
span { border-color: rgb(231,218,206); }
td.TdClassName
{
border-color: #E7DACE;
}
.TagClassName
{
border-color: #E7DACE;
}
</style>