Shades of Dawn Pink #E2D6D1
Tints of Dawn Pink #E2D6D1
RGB
CMYK
RGB Variations
Color information
#E2D6D1 (or 0xE2D6D1) is known color: Dawn Pink. HEX triplet: E2, D6 and D1. RGB value is (226,214,209). Sum of RGB (Red+Green+Blue) = 226+214+209=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6D1 is #1D292E. Grayscale: #D9D9D9. Windows color (decimal): -1911087 or 13752034. OLE color: 13752034.
HSL color Cylindrical-coordinate representation of color #E2D6D1: hue angle of 17.65º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2D6D1 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 214 | 209 | - |
CMYK | 0 | 0.05 | 0.08 | 0.11 |
HSL | 17.65º | 0.23% | 0.85% | - |
HSV(B) | 17.65º | 0.08% | 0.89% | - |
XYZ | 66.92 | 68.87 | 70.09 | - |
YUV | 217.02 | 123.48 | 134.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 214 | 209 | 0 | 0.05 | 0.08 | 0.11 | 17.65 | 0.23 | 0.85 |
Hex | E2 | D6 | D1 | 0 | 5 | 8 | B | 12 | 17 | 55 |
Octal | 342 | 326 | 321 | 0 | 5 | 10 | 13 | 22 | 27 | 125 |
Binary | 11100010 | 11010110 | 11010001 | 0 | 101 | 1000 | 1011 | 10010 | 10111 | 1010101 |
Color Harmonies of #E2D6D1
Complementary color
Monochromatic Colors of #E2D6D1
Black with #E2D6D1
Text Example
Text Example
White with #E2D6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6D1; }
p { color: rgb(226,214,209); }
H1.HeaderClassName
{
color: #E2D6D1;
}
.AnyTagClassName
{
color: #E2D6D1;
}
</style>
background-color css
<style>
a { background-color: #E2D6D1; }
a { background-color: rgb(226,214,209); }
div.DivClassName
{
background-color: #E2D6D1;
}
.BgClassName
{
background-color: #E2D6D1;
}
</style>
border-color css
<style>
span { border-color: #E2D6D1; }
span { border-color: rgb(226,214,209); }
td.TdClassName
{
border-color: #E2D6D1;
}
.TagClassName
{
border-color: #E2D6D1;
}
</style>