Shades of Dawn Pink #E7DBD3
Tints of Dawn Pink #E7DBD3
RGB
CMYK
RGB Variations
Color information
#E7DBD3 (or 0xE7DBD3) is known color: Dawn Pink. HEX triplet: E7, DB and D3. RGB value is (231,219,211). Sum of RGB (Red+Green+Blue) = 231+219+211=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 211 (82.81% from 255 or 31.92% from 661); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBD3 is #18242C. Grayscale: #DDDDDD. Windows color (decimal): -1582125 or 13884391. OLE color: 13884391.
HSL color Cylindrical-coordinate representation of color #E7DBD3: hue angle of 24º degrees, saturation: 0.29, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7DBD3 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 211 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.09 |
| HSL | 24º | 0.29% | 0.87% | - |
| HSV(B) | 24º | 0.09% | 0.91% | - |
| XYZ | 70.04 | 72.36 | 71.9 | - |
| YUV | 221.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 211 | 0 | 0.05 | 0.09 | 0.09 | 24 | 0.29 | 0.87 |
| Hex | E7 | DB | D3 | 0 | 5 | 9 | 9 | 18 | 1D | 57 |
| Octal | 347 | 333 | 323 | 0 | 5 | 11 | 11 | 30 | 35 | 127 |
| Binary | 11100111 | 11011011 | 11010011 | 0 | 101 | 1001 | 1001 | 11000 | 11101 | 1010111 |
Color Harmonies of #E7DBD3
Complementary color
Monochromatic Colors of #E7DBD3
Black with #E7DBD3
Text Example
Text Example
White with #E7DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBD3; }
p { color: rgb(231,219,211); }
H1.HeaderClassName
{
color: #E7DBD3;
}
.AnyTagClassName
{
color: #E7DBD3;
}
</style>
background-color css
<style>
a { background-color: #E7DBD3; }
a { background-color: rgb(231,219,211); }
div.DivClassName
{
background-color: #E7DBD3;
}
.BgClassName
{
background-color: #E7DBD3;
}
</style>
border-color css
<style>
span { border-color: #E7DBD3; }
span { border-color: rgb(231,219,211); }
td.TdClassName
{
border-color: #E7DBD3;
}
.TagClassName
{
border-color: #E7DBD3;
}
</style>