Shades of Dawn Pink #EBD8CE
Tints of Dawn Pink #EBD8CE
RGB
CMYK
RGB Variations
Color information
#EBD8CE (or 0xEBD8CE) is known color: Dawn Pink. HEX triplet: EB, D8 and CE. RGB value is (235,216,206). Sum of RGB (Red+Green+Blue) = 235+216+206=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8CE is #142731. Grayscale: #DCDCDC. Windows color (decimal): -1320754 or 13555947. OLE color: 13555947.
HSL color Cylindrical-coordinate representation of color #EBD8CE: hue angle of 20.69º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBD8CE is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 216 | 206 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.08 |
| HSL | 20.69º | 0.42% | 0.86% | - |
| HSV(B) | 20.69º | 0.12% | 0.92% | - |
| XYZ | 69.96 | 71.23 | 68.45 | - |
| YUV | 220.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 216 | 206 | 0 | 0.08 | 0.12 | 0.08 | 20.69 | 0.42 | 0.86 |
| Hex | EB | D8 | CE | 0 | 8 | C | 8 | 15 | 2A | 56 |
| Octal | 353 | 330 | 316 | 0 | 10 | 14 | 10 | 25 | 52 | 126 |
| Binary | 11101011 | 11011000 | 11001110 | 0 | 1000 | 1100 | 1000 | 10101 | 101010 | 1010110 |
Color Harmonies of #EBD8CE
Complementary color
Monochromatic Colors of #EBD8CE
Black with #EBD8CE
Text Example
Text Example
White with #EBD8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD8CE; }
p { color: rgb(235,216,206); }
H1.HeaderClassName
{
color: #EBD8CE;
}
.AnyTagClassName
{
color: #EBD8CE;
}
</style>
background-color css
<style>
a { background-color: #EBD8CE; }
a { background-color: rgb(235,216,206); }
div.DivClassName
{
background-color: #EBD8CE;
}
.BgClassName
{
background-color: #EBD8CE;
}
</style>
border-color css
<style>
span { border-color: #EBD8CE; }
span { border-color: rgb(235,216,206); }
td.TdClassName
{
border-color: #EBD8CE;
}
.TagClassName
{
border-color: #EBD8CE;
}
</style>