Shades of Dawn Pink #E9D8CD
Tints of Dawn Pink #E9D8CD
RGB
CMYK
RGB Variations
Color information
#E9D8CD (or 0xE9D8CD) is known color: Dawn Pink. HEX triplet: E9, D8 and CD. RGB value is (233,216,205). Sum of RGB (Red+Green+Blue) = 233+216+205=654 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.63% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D8CD is #162732. Grayscale: #DBDBDB. Windows color (decimal): -1451827 or 13490409. OLE color: 13490409.
HSL color Cylindrical-coordinate representation of color #E9D8CD: hue angle of 23.57º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9D8CD is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 216 | 205 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.09 |
| HSL | 23.57º | 0.39% | 0.86% | - |
| HSV(B) | 23.57º | 0.12% | 0.91% | - |
| XYZ | 69.18 | 70.84 | 67.79 | - |
| YUV | 219.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 216 | 205 | 0 | 0.07 | 0.12 | 0.09 | 23.57 | 0.39 | 0.86 |
| Hex | E9 | D8 | CD | 0 | 7 | C | 9 | 18 | 27 | 56 |
| Octal | 351 | 330 | 315 | 0 | 7 | 14 | 11 | 30 | 47 | 126 |
| Binary | 11101001 | 11011000 | 11001101 | 0 | 111 | 1100 | 1001 | 11000 | 100111 | 1010110 |
Color Harmonies of #E9D8CD
Complementary color
Monochromatic Colors of #E9D8CD
Black with #E9D8CD
Text Example
Text Example
White with #E9D8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D8CD; }
p { color: rgb(233,216,205); }
H1.HeaderClassName
{
color: #E9D8CD;
}
.AnyTagClassName
{
color: #E9D8CD;
}
</style>
background-color css
<style>
a { background-color: #E9D8CD; }
a { background-color: rgb(233,216,205); }
div.DivClassName
{
background-color: #E9D8CD;
}
.BgClassName
{
background-color: #E9D8CD;
}
</style>
border-color css
<style>
span { border-color: #E9D8CD; }
span { border-color: rgb(233,216,205); }
td.TdClassName
{
border-color: #E9D8CD;
}
.TagClassName
{
border-color: #E9D8CD;
}
</style>