Shades of Dawn Pink #E5D7CC
Tints of Dawn Pink #E5D7CC
RGB
CMYK
RGB Variations
Color information
#E5D7CC (or 0xE5D7CC) is known color: Dawn Pink. HEX triplet: E5, D7 and CC. RGB value is (229,215,204). Sum of RGB (Red+Green+Blue) = 229+215+204=648 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.34% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D7CC is #1A2833. Grayscale: #D9D9D9. Windows color (decimal): -1714228 or 13424613. OLE color: 13424613.
HSL color Cylindrical-coordinate representation of color #E5D7CC: hue angle of 26.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5D7CC is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 215 | 204 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.10 |
| HSL | 26.4º | 0.32% | 0.85% | - |
| HSV(B) | 26.4º | 0.11% | 0.9% | - |
| XYZ | 67.51 | 69.62 | 67.01 | - |
| YUV | 217.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 204 | 0 | 0.06 | 0.11 | 0.10 | 26.4 | 0.32 | 0.85 |
| Hex | E5 | D7 | CC | 0 | 6 | B | A | 1A | 20 | 55 |
| Octal | 345 | 327 | 314 | 0 | 6 | 13 | 12 | 32 | 40 | 125 |
| Binary | 11100101 | 11010111 | 11001100 | 0 | 110 | 1011 | 1010 | 11010 | 100000 | 1010101 |
Color Harmonies of #E5D7CC
Complementary color
Monochromatic Colors of #E5D7CC
Black with #E5D7CC
Text Example
Text Example
White with #E5D7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D7CC; }
p { color: rgb(229,215,204); }
H1.HeaderClassName
{
color: #E5D7CC;
}
.AnyTagClassName
{
color: #E5D7CC;
}
</style>
background-color css
<style>
a { background-color: #E5D7CC; }
a { background-color: rgb(229,215,204); }
div.DivClassName
{
background-color: #E5D7CC;
}
.BgClassName
{
background-color: #E5D7CC;
}
</style>
border-color css
<style>
span { border-color: #E5D7CC; }
span { border-color: rgb(229,215,204); }
td.TdClassName
{
border-color: #E5D7CC;
}
.TagClassName
{
border-color: #E5D7CC;
}
</style>