Shades of Dawn Pink #EBD9CB
Tints of Dawn Pink #EBD9CB
RGB
CMYK
RGB Variations
Color information
#EBD9CB (or 0xEBD9CB) is known color: Dawn Pink. HEX triplet: EB, D9 and CB. RGB value is (235,217,203). Sum of RGB (Red+Green+Blue) = 235+217+203=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9CB is #142634. Grayscale: #DCDCDC. Windows color (decimal): -1320501 or 13359595. OLE color: 13359595.
HSL color Cylindrical-coordinate representation of color #EBD9CB: hue angle of 26.25º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBD9CB is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 217 | 203 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.08 |
| HSL | 26.25º | 0.44% | 0.86% | - |
| HSV(B) | 26.25º | 0.14% | 0.92% | - |
| XYZ | 69.85 | 71.6 | 66.64 | - |
| YUV | 220.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 217 | 203 | 0 | 0.08 | 0.14 | 0.08 | 26.25 | 0.44 | 0.86 |
| Hex | EB | D9 | CB | 0 | 8 | E | 8 | 1A | 2C | 56 |
| Octal | 353 | 331 | 313 | 0 | 10 | 16 | 10 | 32 | 54 | 126 |
| Binary | 11101011 | 11011001 | 11001011 | 0 | 1000 | 1110 | 1000 | 11010 | 101100 | 1010110 |
Color Harmonies of #EBD9CB
Complementary color
Monochromatic Colors of #EBD9CB
Black with #EBD9CB
Text Example
Text Example
White with #EBD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD9CB; }
p { color: rgb(235,217,203); }
H1.HeaderClassName
{
color: #EBD9CB;
}
.AnyTagClassName
{
color: #EBD9CB;
}
</style>
background-color css
<style>
a { background-color: #EBD9CB; }
a { background-color: rgb(235,217,203); }
div.DivClassName
{
background-color: #EBD9CB;
}
.BgClassName
{
background-color: #EBD9CB;
}
</style>
border-color css
<style>
span { border-color: #EBD9CB; }
span { border-color: rgb(235,217,203); }
td.TdClassName
{
border-color: #EBD9CB;
}
.TagClassName
{
border-color: #EBD9CB;
}
</style>