Shades of Dawn Pink #E9DACF
Tints of Dawn Pink #E9DACF
RGB
CMYK
RGB Variations
Color information
#E9DACF (or 0xE9DACF) is known color: Dawn Pink. HEX triplet: E9, DA and CF. RGB value is (233,218,207). Sum of RGB (Red+Green+Blue) = 233+218+207=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DACF is #162530. Grayscale: #DDDDDD. Windows color (decimal): -1451313 or 13621993. OLE color: 13621993.
HSL color Cylindrical-coordinate representation of color #E9DACF: hue angle of 25.38º degrees, saturation: 0.37, 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 #E9DACF is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 207 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.09 |
| HSL | 25.38º | 0.37% | 0.86% | - |
| HSV(B) | 25.38º | 0.11% | 0.91% | - |
| XYZ | 69.94 | 71.97 | 69.24 | - |
| YUV | 221.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 207 | 0 | 0.06 | 0.11 | 0.09 | 25.38 | 0.37 | 0.86 |
| Hex | E9 | DA | CF | 0 | 6 | B | 9 | 19 | 25 | 56 |
| Octal | 351 | 332 | 317 | 0 | 6 | 13 | 11 | 31 | 45 | 126 |
| Binary | 11101001 | 11011010 | 11001111 | 0 | 110 | 1011 | 1001 | 11001 | 100101 | 1010110 |
Color Harmonies of #E9DACF
Complementary color
Monochromatic Colors of #E9DACF
Black with #E9DACF
Text Example
Text Example
White with #E9DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DACF; }
p { color: rgb(233,218,207); }
H1.HeaderClassName
{
color: #E9DACF;
}
.AnyTagClassName
{
color: #E9DACF;
}
</style>
background-color css
<style>
a { background-color: #E9DACF; }
a { background-color: rgb(233,218,207); }
div.DivClassName
{
background-color: #E9DACF;
}
.BgClassName
{
background-color: #E9DACF;
}
</style>
border-color css
<style>
span { border-color: #E9DACF; }
span { border-color: rgb(233,218,207); }
td.TdClassName
{
border-color: #E9DACF;
}
.TagClassName
{
border-color: #E9DACF;
}
</style>