Shades of Dawn Pink #E7D8CD
Tints of Dawn Pink #E7D8CD
RGB
CMYK
RGB Variations
Color information
#E7D8CD (or 0xE7D8CD) is known color: Dawn Pink. HEX triplet: E7, D8 and CD. RGB value is (231,216,205). Sum of RGB (Red+Green+Blue) = 231+216+205=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8CD is #182732. Grayscale: #DBDBDB. Windows color (decimal): -1582899 or 13490407. OLE color: 13490407.
HSL color Cylindrical-coordinate representation of color #E7D8CD: hue angle of 25.38º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7D8CD is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 216 | 205 | - |
CMYK | 0 | 0.06 | 0.11 | 0.09 |
HSL | 25.38º | 0.35% | 0.85% | - |
HSV(B) | 25.38º | 0.11% | 0.91% | - |
XYZ | 68.53 | 70.51 | 67.76 | - |
YUV | 219.23 | 119.97 | 136.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 216 | 205 | 0 | 0.06 | 0.11 | 0.09 | 25.38 | 0.35 | 0.85 |
Hex | E7 | D8 | CD | 0 | 6 | B | 9 | 19 | 23 | 55 |
Octal | 347 | 330 | 315 | 0 | 6 | 13 | 11 | 31 | 43 | 125 |
Binary | 11100111 | 11011000 | 11001101 | 0 | 110 | 1011 | 1001 | 11001 | 100011 | 1010101 |
Color Harmonies of #E7D8CD
Complementary color
Monochromatic Colors of #E7D8CD
Black with #E7D8CD
Text Example
Text Example
White with #E7D8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D8CD; }
p { color: rgb(231,216,205); }
H1.HeaderClassName
{
color: #E7D8CD;
}
.AnyTagClassName
{
color: #E7D8CD;
}
</style>
background-color css
<style>
a { background-color: #E7D8CD; }
a { background-color: rgb(231,216,205); }
div.DivClassName
{
background-color: #E7D8CD;
}
.BgClassName
{
background-color: #E7D8CD;
}
</style>
border-color css
<style>
span { border-color: #E7D8CD; }
span { border-color: rgb(231,216,205); }
td.TdClassName
{
border-color: #E7D8CD;
}
.TagClassName
{
border-color: #E7D8CD;
}
</style>