Shades of Dawn Pink #E1D3CD
Tints of Dawn Pink #E1D3CD
RGB
CMYK
RGB Variations
Color information
#E1D3CD (or 0xE1D3CD) is known color: Dawn Pink. HEX triplet: E1, D3 and CD. RGB value is (225,211,205). Sum of RGB (Red+Green+Blue) = 225+211+205=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3CD is #1E2C32. Grayscale: #D6D6D6. Windows color (decimal): -1977395 or 13489121. OLE color: 13489121.
HSL color Cylindrical-coordinate representation of color #E1D3CD: hue angle of 18º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1D3CD is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 205 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.12 |
| HSL | 18º | 0.25% | 0.84% | - |
| HSV(B) | 18º | 0.09% | 0.88% | - |
| XYZ | 65.37 | 67 | 67.25 | - |
| YUV | 214.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 205 | 0 | 0.06 | 0.09 | 0.12 | 18 | 0.25 | 0.84 |
| Hex | E1 | D3 | CD | 0 | 6 | 9 | C | 12 | 19 | 54 |
| Octal | 341 | 323 | 315 | 0 | 6 | 11 | 14 | 22 | 31 | 124 |
| Binary | 11100001 | 11010011 | 11001101 | 0 | 110 | 1001 | 1100 | 10010 | 11001 | 1010100 |
Color Harmonies of #E1D3CD
Complementary color
Monochromatic Colors of #E1D3CD
Black with #E1D3CD
Text Example
Text Example
White with #E1D3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D3CD; }
p { color: rgb(225,211,205); }
H1.HeaderClassName
{
color: #E1D3CD;
}
.AnyTagClassName
{
color: #E1D3CD;
}
</style>
background-color css
<style>
a { background-color: #E1D3CD; }
a { background-color: rgb(225,211,205); }
div.DivClassName
{
background-color: #E1D3CD;
}
.BgClassName
{
background-color: #E1D3CD;
}
</style>
border-color css
<style>
span { border-color: #E1D3CD; }
span { border-color: rgb(225,211,205); }
td.TdClassName
{
border-color: #E1D3CD;
}
.TagClassName
{
border-color: #E1D3CD;
}
</style>