Shades of Dawn Pink #E8D5CD
Tints of Dawn Pink #E8D5CD
RGB
CMYK
RGB Variations
Color information
#E8D5CD (or 0xE8D5CD) is known color: Dawn Pink. HEX triplet: E8, D5 and CD. RGB value is (232,213,205). Sum of RGB (Red+Green+Blue) = 232+213+205=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 213 (83.59% from 255 or 32.77% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D5CD is #172A32. Grayscale: #D9D9D9. Windows color (decimal): -1518131 or 13489640. OLE color: 13489640.
HSL color Cylindrical-coordinate representation of color #E8D5CD: hue angle of 17.78º degrees, saturation: 0.37, 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 #E8D5CD is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 213 | 205 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.09 |
| HSL | 17.78º | 0.37% | 0.86% | - |
| HSV(B) | 17.78º | 0.12% | 0.91% | - |
| XYZ | 68.09 | 69.15 | 67.52 | - |
| YUV | 217.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 205 | 0 | 0.08 | 0.12 | 0.09 | 17.78 | 0.37 | 0.86 |
| Hex | E8 | D5 | CD | 0 | 8 | C | 9 | 12 | 25 | 56 |
| Octal | 350 | 325 | 315 | 0 | 10 | 14 | 11 | 22 | 45 | 126 |
| Binary | 11101000 | 11010101 | 11001101 | 0 | 1000 | 1100 | 1001 | 10010 | 100101 | 1010110 |
Color Harmonies of #E8D5CD
Complementary color
Monochromatic Colors of #E8D5CD
Black with #E8D5CD
Text Example
Text Example
White with #E8D5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D5CD; }
p { color: rgb(232,213,205); }
H1.HeaderClassName
{
color: #E8D5CD;
}
.AnyTagClassName
{
color: #E8D5CD;
}
</style>
background-color css
<style>
a { background-color: #E8D5CD; }
a { background-color: rgb(232,213,205); }
div.DivClassName
{
background-color: #E8D5CD;
}
.BgClassName
{
background-color: #E8D5CD;
}
</style>
border-color css
<style>
span { border-color: #E8D5CD; }
span { border-color: rgb(232,213,205); }
td.TdClassName
{
border-color: #E8D5CD;
}
.TagClassName
{
border-color: #E8D5CD;
}
</style>