Shades of Dawn Pink #E1D4CC
Tints of Dawn Pink #E1D4CC
RGB
CMYK
RGB Variations
Color information
#E1D4CC (or 0xE1D4CC) is known color: Dawn Pink. HEX triplet: E1, D4 and CC. RGB value is (225,212,204). Sum of RGB (Red+Green+Blue) = 225+212+204=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D4CC is #1E2B33. Grayscale: #D7D7D7. Windows color (decimal): -1977140 or 13423841. OLE color: 13423841.
HSL color Cylindrical-coordinate representation of color #E1D4CC: hue angle of 22.86º degrees, saturation: 0.26, 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 #E1D4CC is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 204 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.12 |
| HSL | 22.86º | 0.26% | 0.84% | - |
| HSV(B) | 22.86º | 0.09% | 0.88% | - |
| XYZ | 65.49 | 67.45 | 66.69 | - |
| YUV | 214.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 204 | 0 | 0.06 | 0.09 | 0.12 | 22.86 | 0.26 | 0.84 |
| Hex | E1 | D4 | CC | 0 | 6 | 9 | C | 17 | 1A | 54 |
| Octal | 341 | 324 | 314 | 0 | 6 | 11 | 14 | 27 | 32 | 124 |
| Binary | 11100001 | 11010100 | 11001100 | 0 | 110 | 1001 | 1100 | 10111 | 11010 | 1010100 |
Color Harmonies of #E1D4CC
Complementary color
Monochromatic Colors of #E1D4CC
Black with #E1D4CC
Text Example
Text Example
White with #E1D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D4CC; }
p { color: rgb(225,212,204); }
H1.HeaderClassName
{
color: #E1D4CC;
}
.AnyTagClassName
{
color: #E1D4CC;
}
</style>
background-color css
<style>
a { background-color: #E1D4CC; }
a { background-color: rgb(225,212,204); }
div.DivClassName
{
background-color: #E1D4CC;
}
.BgClassName
{
background-color: #E1D4CC;
}
</style>
border-color css
<style>
span { border-color: #E1D4CC; }
span { border-color: rgb(225,212,204); }
td.TdClassName
{
border-color: #E1D4CC;
}
.TagClassName
{
border-color: #E1D4CC;
}
</style>