Shades of Dawn Pink #E7D7CB
Tints of Dawn Pink #E7D7CB
RGB
CMYK
RGB Variations
Color information
#E7D7CB (or 0xE7D7CB) is known color: Dawn Pink. HEX triplet: E7, D7 and CB. RGB value is (231,215,203). Sum of RGB (Red+Green+Blue) = 231+215+203=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D7CB is #182834. Grayscale: #DADADA. Windows color (decimal): -1583157 or 13359079. OLE color: 13359079.
HSL color Cylindrical-coordinate representation of color #E7D7CB: hue angle of 25.71º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7D7CB is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 203 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.09 |
| HSL | 25.71º | 0.37% | 0.85% | - |
| HSV(B) | 25.71º | 0.12% | 0.91% | - |
| XYZ | 68.03 | 69.9 | 66.41 | - |
| YUV | 218.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 203 | 0 | 0.07 | 0.12 | 0.09 | 25.71 | 0.37 | 0.85 |
| Hex | E7 | D7 | CB | 0 | 7 | C | 9 | 1A | 25 | 55 |
| Octal | 347 | 327 | 313 | 0 | 7 | 14 | 11 | 32 | 45 | 125 |
| Binary | 11100111 | 11010111 | 11001011 | 0 | 111 | 1100 | 1001 | 11010 | 100101 | 1010101 |
Color Harmonies of #E7D7CB
Complementary color
Monochromatic Colors of #E7D7CB
Black with #E7D7CB
Text Example
Text Example
White with #E7D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D7CB; }
p { color: rgb(231,215,203); }
H1.HeaderClassName
{
color: #E7D7CB;
}
.AnyTagClassName
{
color: #E7D7CB;
}
</style>
background-color css
<style>
a { background-color: #E7D7CB; }
a { background-color: rgb(231,215,203); }
div.DivClassName
{
background-color: #E7D7CB;
}
.BgClassName
{
background-color: #E7D7CB;
}
</style>
border-color css
<style>
span { border-color: #E7D7CB; }
span { border-color: rgb(231,215,203); }
td.TdClassName
{
border-color: #E7D7CB;
}
.TagClassName
{
border-color: #E7D7CB;
}
</style>