Shades of Dawn Pink #E2D4CC
Tints of Dawn Pink #E2D4CC
RGB
CMYK
RGB Variations
Color information
#E2D4CC (or 0xE2D4CC) is known color: Dawn Pink. HEX triplet: E2, D4 and CC. RGB value is (226,212,204). Sum of RGB (Red+Green+Blue) = 226+212+204=642 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.20% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D4CC is #1D2B33. Grayscale: #D7D7D7. Windows color (decimal): -1911604 or 13423842. OLE color: 13423842.
HSL color Cylindrical-coordinate representation of color #E2D4CC: hue angle of 21.82º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2D4CC is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 204 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.11 |
| HSL | 21.82º | 0.28% | 0.84% | - |
| HSV(B) | 21.82º | 0.1% | 0.89% | - |
| XYZ | 65.81 | 67.62 | 66.71 | - |
| YUV | 215.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 204 | 0 | 0.06 | 0.10 | 0.11 | 21.82 | 0.28 | 0.84 |
| Hex | E2 | D4 | CC | 0 | 6 | A | B | 16 | 1C | 54 |
| Octal | 342 | 324 | 314 | 0 | 6 | 12 | 13 | 26 | 34 | 124 |
| Binary | 11100010 | 11010100 | 11001100 | 0 | 110 | 1010 | 1011 | 10110 | 11100 | 1010100 |
Color Harmonies of #E2D4CC
Complementary color
Monochromatic Colors of #E2D4CC
Black with #E2D4CC
Text Example
Text Example
White with #E2D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D4CC; }
p { color: rgb(226,212,204); }
H1.HeaderClassName
{
color: #E2D4CC;
}
.AnyTagClassName
{
color: #E2D4CC;
}
</style>
background-color css
<style>
a { background-color: #E2D4CC; }
a { background-color: rgb(226,212,204); }
div.DivClassName
{
background-color: #E2D4CC;
}
.BgClassName
{
background-color: #E2D4CC;
}
</style>
border-color css
<style>
span { border-color: #E2D4CC; }
span { border-color: rgb(226,212,204); }
td.TdClassName
{
border-color: #E2D4CC;
}
.TagClassName
{
border-color: #E2D4CC;
}
</style>