Shades of Dawn Pink #E7D5CB
Tints of Dawn Pink #E7D5CB
RGB
CMYK
RGB Variations
Color information
#E7D5CB (or 0xE7D5CB) is known color: Dawn Pink. HEX triplet: E7, D5 and CB. RGB value is (231,213,203). Sum of RGB (Red+Green+Blue) = 231+213+203=647 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.70% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D5CB is #182A34. Grayscale: #D9D9D9. Windows color (decimal): -1583669 or 13358567. OLE color: 13358567.
HSL color Cylindrical-coordinate representation of color #E7D5CB: hue angle of 21.43º 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 #E7D5CB is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 203 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.09 |
| HSL | 21.43º | 0.37% | 0.85% | - |
| HSV(B) | 21.43º | 0.12% | 0.91% | - |
| XYZ | 67.53 | 68.89 | 66.24 | - |
| YUV | 217.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 203 | 0 | 0.08 | 0.12 | 0.09 | 21.43 | 0.37 | 0.85 |
| Hex | E7 | D5 | CB | 0 | 8 | C | 9 | 15 | 25 | 55 |
| Octal | 347 | 325 | 313 | 0 | 10 | 14 | 11 | 25 | 45 | 125 |
| Binary | 11100111 | 11010101 | 11001011 | 0 | 1000 | 1100 | 1001 | 10101 | 100101 | 1010101 |
Color Harmonies of #E7D5CB
Complementary color
Monochromatic Colors of #E7D5CB
Black with #E7D5CB
Text Example
Text Example
White with #E7D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D5CB; }
p { color: rgb(231,213,203); }
H1.HeaderClassName
{
color: #E7D5CB;
}
.AnyTagClassName
{
color: #E7D5CB;
}
</style>
background-color css
<style>
a { background-color: #E7D5CB; }
a { background-color: rgb(231,213,203); }
div.DivClassName
{
background-color: #E7D5CB;
}
.BgClassName
{
background-color: #E7D5CB;
}
</style>
border-color css
<style>
span { border-color: #E7D5CB; }
span { border-color: rgb(231,213,203); }
td.TdClassName
{
border-color: #E7D5CB;
}
.TagClassName
{
border-color: #E7D5CB;
}
</style>