Shades of Dawn Pink #E9D5C9
Tints of Dawn Pink #E9D5C9
RGB
CMYK
RGB Variations
Color information
#E9D5C9 (or 0xE9D5C9) is known color: Dawn Pink. HEX triplet: E9, D5 and C9. RGB value is (233,213,201). Sum of RGB (Red+Green+Blue) = 233+213+201=647 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.01% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 201 (78.91% from 255 or 31.07% from 647); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D5C9 is #162A36. Grayscale: #D9D9D9. Windows color (decimal): -1452599 or 13227497. OLE color: 13227497.
HSL color Cylindrical-coordinate representation of color #E9D5C9: hue angle of 22.5º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9D5C9 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 213 | 201 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.09 |
| HSL | 22.5º | 0.42% | 0.85% | - |
| HSV(B) | 22.5º | 0.14% | 0.91% | - |
| XYZ | 67.94 | 69.13 | 65.02 | - |
| YUV | 217.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 213 | 201 | 0 | 0.09 | 0.14 | 0.09 | 22.5 | 0.42 | 0.85 |
| Hex | E9 | D5 | C9 | 0 | 9 | E | 9 | 16 | 2A | 55 |
| Octal | 351 | 325 | 311 | 0 | 11 | 16 | 11 | 26 | 52 | 125 |
| Binary | 11101001 | 11010101 | 11001001 | 0 | 1001 | 1110 | 1001 | 10110 | 101010 | 1010101 |
Color Harmonies of #E9D5C9
Complementary color
Monochromatic Colors of #E9D5C9
Black with #E9D5C9
Text Example
Text Example
White with #E9D5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D5C9; }
p { color: rgb(233,213,201); }
H1.HeaderClassName
{
color: #E9D5C9;
}
.AnyTagClassName
{
color: #E9D5C9;
}
</style>
background-color css
<style>
a { background-color: #E9D5C9; }
a { background-color: rgb(233,213,201); }
div.DivClassName
{
background-color: #E9D5C9;
}
.BgClassName
{
background-color: #E9D5C9;
}
</style>
border-color css
<style>
span { border-color: #E9D5C9; }
span { border-color: rgb(233,213,201); }
td.TdClassName
{
border-color: #E9D5C9;
}
.TagClassName
{
border-color: #E9D5C9;
}
</style>