Shades of Dawn Pink #E7D6CC
Tints of Dawn Pink #E7D6CC
RGB
CMYK
RGB Variations
Color information
#E7D6CC (or 0xE7D6CC) is known color: Dawn Pink. HEX triplet: E7, D6 and CC. RGB value is (231,214,204). Sum of RGB (Red+Green+Blue) = 231+214+204=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D6CC is #182933. Grayscale: #DADADA. Windows color (decimal): -1583412 or 13424359. OLE color: 13424359.
HSL color Cylindrical-coordinate representation of color #E7D6CC: hue angle of 22.22º 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 #E7D6CC is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 204 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.09 |
| HSL | 22.22º | 0.36% | 0.85% | - |
| HSV(B) | 22.22º | 0.12% | 0.91% | - |
| XYZ | 67.9 | 69.44 | 66.95 | - |
| YUV | 217.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 204 | 0 | 0.07 | 0.12 | 0.09 | 22.22 | 0.36 | 0.85 |
| Hex | E7 | D6 | CC | 0 | 7 | C | 9 | 16 | 24 | 55 |
| Octal | 347 | 326 | 314 | 0 | 7 | 14 | 11 | 26 | 44 | 125 |
| Binary | 11100111 | 11010110 | 11001100 | 0 | 111 | 1100 | 1001 | 10110 | 100100 | 1010101 |
Color Harmonies of #E7D6CC
Complementary color
Monochromatic Colors of #E7D6CC
Black with #E7D6CC
Text Example
Text Example
White with #E7D6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D6CC; }
p { color: rgb(231,214,204); }
H1.HeaderClassName
{
color: #E7D6CC;
}
.AnyTagClassName
{
color: #E7D6CC;
}
</style>
background-color css
<style>
a { background-color: #E7D6CC; }
a { background-color: rgb(231,214,204); }
div.DivClassName
{
background-color: #E7D6CC;
}
.BgClassName
{
background-color: #E7D6CC;
}
</style>
border-color css
<style>
span { border-color: #E7D6CC; }
span { border-color: rgb(231,214,204); }
td.TdClassName
{
border-color: #E7D6CC;
}
.TagClassName
{
border-color: #E7D6CC;
}
</style>