Shades of Dawn Pink #E7D7CC
Tints of Dawn Pink #E7D7CC
RGB
CMYK
RGB Variations
Color information
#E7D7CC (or 0xE7D7CC) is known color: Dawn Pink. HEX triplet: E7, D7 and CC. RGB value is (231,215,204). Sum of RGB (Red+Green+Blue) = 231+215+204=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D7CC is #182833. Grayscale: #DADADA. Windows color (decimal): -1583156 or 13424615. OLE color: 13424615.
HSL color Cylindrical-coordinate representation of color #E7D7CC: hue angle of 24.44º degrees, saturation: 0.36, 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 #E7D7CC is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 204 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.09 |
| HSL | 24.44º | 0.36% | 0.85% | - |
| HSV(B) | 24.44º | 0.12% | 0.91% | - |
| XYZ | 68.15 | 69.95 | 67.04 | - |
| YUV | 218.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 204 | 0 | 0.07 | 0.12 | 0.09 | 24.44 | 0.36 | 0.85 |
| Hex | E7 | D7 | CC | 0 | 7 | C | 9 | 18 | 24 | 55 |
| Octal | 347 | 327 | 314 | 0 | 7 | 14 | 11 | 30 | 44 | 125 |
| Binary | 11100111 | 11010111 | 11001100 | 0 | 111 | 1100 | 1001 | 11000 | 100100 | 1010101 |
Color Harmonies of #E7D7CC
Complementary color
Monochromatic Colors of #E7D7CC
Black with #E7D7CC
Text Example
Text Example
White with #E7D7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D7CC; }
p { color: rgb(231,215,204); }
H1.HeaderClassName
{
color: #E7D7CC;
}
.AnyTagClassName
{
color: #E7D7CC;
}
</style>
background-color css
<style>
a { background-color: #E7D7CC; }
a { background-color: rgb(231,215,204); }
div.DivClassName
{
background-color: #E7D7CC;
}
.BgClassName
{
background-color: #E7D7CC;
}
</style>
border-color css
<style>
span { border-color: #E7D7CC; }
span { border-color: rgb(231,215,204); }
td.TdClassName
{
border-color: #E7D7CC;
}
.TagClassName
{
border-color: #E7D7CC;
}
</style>