Shades of Dawn Pink #E1D5CF
Tints of Dawn Pink #E1D5CF
RGB
CMYK
RGB Variations
Color information
#E1D5CF (or 0xE1D5CF) is known color: Dawn Pink. HEX triplet: E1, D5 and CF. RGB value is (225,213,207). Sum of RGB (Red+Green+Blue) = 225+213+207=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D5CF is #1E2A30. Grayscale: #D7D7D7. Windows color (decimal): -1976881 or 13620705. OLE color: 13620705.
HSL color Cylindrical-coordinate representation of color #E1D5CF: hue angle of 20º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D5CF is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 207 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.12 |
| HSL | 20º | 0.23% | 0.85% | - |
| HSV(B) | 20º | 0.08% | 0.88% | - |
| XYZ | 66.11 | 68.1 | 68.69 | - |
| YUV | 215.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 207 | 0 | 0.05 | 0.08 | 0.12 | 20 | 0.23 | 0.85 |
| Hex | E1 | D5 | CF | 0 | 5 | 8 | C | 14 | 17 | 55 |
| Octal | 341 | 325 | 317 | 0 | 5 | 10 | 14 | 24 | 27 | 125 |
| Binary | 11100001 | 11010101 | 11001111 | 0 | 101 | 1000 | 1100 | 10100 | 10111 | 1010101 |
Color Harmonies of #E1D5CF
Complementary color
Monochromatic Colors of #E1D5CF
Black with #E1D5CF
Text Example
Text Example
White with #E1D5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D5CF; }
p { color: rgb(225,213,207); }
H1.HeaderClassName
{
color: #E1D5CF;
}
.AnyTagClassName
{
color: #E1D5CF;
}
</style>
background-color css
<style>
a { background-color: #E1D5CF; }
a { background-color: rgb(225,213,207); }
div.DivClassName
{
background-color: #E1D5CF;
}
.BgClassName
{
background-color: #E1D5CF;
}
</style>
border-color css
<style>
span { border-color: #E1D5CF; }
span { border-color: rgb(225,213,207); }
td.TdClassName
{
border-color: #E1D5CF;
}
.TagClassName
{
border-color: #E1D5CF;
}
</style>