Shades of Dawn Pink #E7D6CB
Tints of Dawn Pink #E7D6CB
RGB
CMYK
RGB Variations
Color information
#E7D6CB (or 0xE7D6CB) is known color: Dawn Pink. HEX triplet: E7, D6 and CB. RGB value is (231,214,203). Sum of RGB (Red+Green+Blue) = 231+214+203=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 214 (83.98% from 255 or 33.02% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D6CB is #182934. Grayscale: #D9D9D9. Windows color (decimal): -1583413 or 13358823. OLE color: 13358823.
HSL color Cylindrical-coordinate representation of color #E7D6CB: hue angle of 23.57º 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 #E7D6CB is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 203 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.09 |
| HSL | 23.57º | 0.37% | 0.85% | - |
| HSV(B) | 23.57º | 0.12% | 0.91% | - |
| XYZ | 67.78 | 69.39 | 66.32 | - |
| YUV | 217.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 203 | 0 | 0.07 | 0.12 | 0.09 | 23.57 | 0.37 | 0.85 |
| Hex | E7 | D6 | CB | 0 | 7 | C | 9 | 18 | 25 | 55 |
| Octal | 347 | 326 | 313 | 0 | 7 | 14 | 11 | 30 | 45 | 125 |
| Binary | 11100111 | 11010110 | 11001011 | 0 | 111 | 1100 | 1001 | 11000 | 100101 | 1010101 |
Color Harmonies of #E7D6CB
Complementary color
Monochromatic Colors of #E7D6CB
Black with #E7D6CB
Text Example
Text Example
White with #E7D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D6CB; }
p { color: rgb(231,214,203); }
H1.HeaderClassName
{
color: #E7D6CB;
}
.AnyTagClassName
{
color: #E7D6CB;
}
</style>
background-color css
<style>
a { background-color: #E7D6CB; }
a { background-color: rgb(231,214,203); }
div.DivClassName
{
background-color: #E7D6CB;
}
.BgClassName
{
background-color: #E7D6CB;
}
</style>
border-color css
<style>
span { border-color: #E7D6CB; }
span { border-color: rgb(231,214,203); }
td.TdClassName
{
border-color: #E7D6CB;
}
.TagClassName
{
border-color: #E7D6CB;
}
</style>