Shades of Dawn Pink #EDD9CB
Tints of Dawn Pink #EDD9CB
RGB
CMYK
RGB Variations
Color information
#EDD9CB (or 0xEDD9CB) is known color: Dawn Pink. HEX triplet: ED, D9 and CB. RGB value is (237,217,203). Sum of RGB (Red+Green+Blue) = 237+217+203=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9CB is #122634. Grayscale: #DDDDDD. Windows color (decimal): -1189429 or 13359597. OLE color: 13359597.
HSL color Cylindrical-coordinate representation of color #EDD9CB: hue angle of 24.71º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD9CB is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 203 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.07 |
| HSL | 24.71º | 0.49% | 0.86% | - |
| HSV(B) | 24.71º | 0.14% | 0.93% | - |
| XYZ | 70.52 | 71.94 | 66.67 | - |
| YUV | 221.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 203 | 0 | 0.08 | 0.14 | 0.07 | 24.71 | 0.49 | 0.86 |
| Hex | ED | D9 | CB | 0 | 8 | E | 7 | 19 | 31 | 56 |
| Octal | 355 | 331 | 313 | 0 | 10 | 16 | 7 | 31 | 61 | 126 |
| Binary | 11101101 | 11011001 | 11001011 | 0 | 1000 | 1110 | 111 | 11001 | 110001 | 1010110 |
Color Harmonies of #EDD9CB
Complementary color
Monochromatic Colors of #EDD9CB
Black with #EDD9CB
Text Example
Text Example
White with #EDD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9CB; }
p { color: rgb(237,217,203); }
H1.HeaderClassName
{
color: #EDD9CB;
}
.AnyTagClassName
{
color: #EDD9CB;
}
</style>
background-color css
<style>
a { background-color: #EDD9CB; }
a { background-color: rgb(237,217,203); }
div.DivClassName
{
background-color: #EDD9CB;
}
.BgClassName
{
background-color: #EDD9CB;
}
</style>
border-color css
<style>
span { border-color: #EDD9CB; }
span { border-color: rgb(237,217,203); }
td.TdClassName
{
border-color: #EDD9CB;
}
.TagClassName
{
border-color: #EDD9CB;
}
</style>