Shades of Dawn Pink #E3D4CD
Tints of Dawn Pink #E3D4CD
RGB
CMYK
RGB Variations
Color information
#E3D4CD (or 0xE3D4CD) is known color: Dawn Pink. HEX triplet: E3, D4 and CD. RGB value is (227,212,205). Sum of RGB (Red+Green+Blue) = 227+212+205=644 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.25% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D4CD is #1C2B32. Grayscale: #D7D7D7. Windows color (decimal): -1846067 or 13489379. OLE color: 13489379.
HSL color Cylindrical-coordinate representation of color #E3D4CD: hue angle of 19.09º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3D4CD is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 212 | 205 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.11 |
| HSL | 19.09º | 0.28% | 0.85% | - |
| HSV(B) | 19.09º | 0.1% | 0.89% | - |
| XYZ | 66.24 | 67.83 | 67.36 | - |
| YUV | 215.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 212 | 205 | 0 | 0.07 | 0.10 | 0.11 | 19.09 | 0.28 | 0.85 |
| Hex | E3 | D4 | CD | 0 | 7 | A | B | 13 | 1C | 55 |
| Octal | 343 | 324 | 315 | 0 | 7 | 12 | 13 | 23 | 34 | 125 |
| Binary | 11100011 | 11010100 | 11001101 | 0 | 111 | 1010 | 1011 | 10011 | 11100 | 1010101 |
Color Harmonies of #E3D4CD
Complementary color
Monochromatic Colors of #E3D4CD
Black with #E3D4CD
Text Example
Text Example
White with #E3D4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D4CD; }
p { color: rgb(227,212,205); }
H1.HeaderClassName
{
color: #E3D4CD;
}
.AnyTagClassName
{
color: #E3D4CD;
}
</style>
background-color css
<style>
a { background-color: #E3D4CD; }
a { background-color: rgb(227,212,205); }
div.DivClassName
{
background-color: #E3D4CD;
}
.BgClassName
{
background-color: #E3D4CD;
}
</style>
border-color css
<style>
span { border-color: #E3D4CD; }
span { border-color: rgb(227,212,205); }
td.TdClassName
{
border-color: #E3D4CD;
}
.TagClassName
{
border-color: #E3D4CD;
}
</style>