Shades of Dawn Pink #E8D8CF
Tints of Dawn Pink #E8D8CF
RGB
CMYK
RGB Variations
Color information
#E8D8CF (or 0xE8D8CF) is known color: Dawn Pink. HEX triplet: E8, D8 and CF. RGB value is (232,216,207). Sum of RGB (Red+Green+Blue) = 232+216+207=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D8CF is #172730. Grayscale: #DBDBDB. Windows color (decimal): -1517361 or 13621480. OLE color: 13621480.
HSL color Cylindrical-coordinate representation of color #E8D8CF: hue angle of 21.6º degrees, saturation: 0.35, 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 #E8D8CF is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 216 | 207 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.09 |
| HSL | 21.6º | 0.35% | 0.86% | - |
| HSV(B) | 21.6º | 0.11% | 0.91% | - |
| XYZ | 69.1 | 70.77 | 69.05 | - |
| YUV | 219.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 207 | 0 | 0.07 | 0.11 | 0.09 | 21.6 | 0.35 | 0.86 |
| Hex | E8 | D8 | CF | 0 | 7 | B | 9 | 16 | 23 | 56 |
| Octal | 350 | 330 | 317 | 0 | 7 | 13 | 11 | 26 | 43 | 126 |
| Binary | 11101000 | 11011000 | 11001111 | 0 | 111 | 1011 | 1001 | 10110 | 100011 | 1010110 |
Color Harmonies of #E8D8CF
Complementary color
Monochromatic Colors of #E8D8CF
Black with #E8D8CF
Text Example
Text Example
White with #E8D8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D8CF; }
p { color: rgb(232,216,207); }
H1.HeaderClassName
{
color: #E8D8CF;
}
.AnyTagClassName
{
color: #E8D8CF;
}
</style>
background-color css
<style>
a { background-color: #E8D8CF; }
a { background-color: rgb(232,216,207); }
div.DivClassName
{
background-color: #E8D8CF;
}
.BgClassName
{
background-color: #E8D8CF;
}
</style>
border-color css
<style>
span { border-color: #E8D8CF; }
span { border-color: rgb(232,216,207); }
td.TdClassName
{
border-color: #E8D8CF;
}
.TagClassName
{
border-color: #E8D8CF;
}
</style>