Shades of Dawn Pink #E9D5CA
Tints of Dawn Pink #E9D5CA
RGB
CMYK
RGB Variations
Color information
#E9D5CA (or 0xE9D5CA) is known color: Dawn Pink. HEX triplet: E9, D5 and CA. RGB value is (233,213,202). Sum of RGB (Red+Green+Blue) = 233+213+202=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 213 (83.59% from 255 or 32.87% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D5CA is #162A35. Grayscale: #D9D9D9. Windows color (decimal): -1452598 or 13293033. OLE color: 13293033.
HSL color Cylindrical-coordinate representation of color #E9D5CA: hue angle of 21.29º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9D5CA is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 213 | 202 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.09 |
| HSL | 21.29º | 0.41% | 0.85% | - |
| HSV(B) | 21.29º | 0.13% | 0.91% | - |
| XYZ | 68.06 | 69.18 | 65.64 | - |
| YUV | 217.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 213 | 202 | 0 | 0.09 | 0.13 | 0.09 | 21.29 | 0.41 | 0.85 |
| Hex | E9 | D5 | CA | 0 | 9 | D | 9 | 15 | 29 | 55 |
| Octal | 351 | 325 | 312 | 0 | 11 | 15 | 11 | 25 | 51 | 125 |
| Binary | 11101001 | 11010101 | 11001010 | 0 | 1001 | 1101 | 1001 | 10101 | 101001 | 1010101 |
Color Harmonies of #E9D5CA
Complementary color
Monochromatic Colors of #E9D5CA
Black with #E9D5CA
Text Example
Text Example
White with #E9D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D5CA; }
p { color: rgb(233,213,202); }
H1.HeaderClassName
{
color: #E9D5CA;
}
.AnyTagClassName
{
color: #E9D5CA;
}
</style>
background-color css
<style>
a { background-color: #E9D5CA; }
a { background-color: rgb(233,213,202); }
div.DivClassName
{
background-color: #E9D5CA;
}
.BgClassName
{
background-color: #E9D5CA;
}
</style>
border-color css
<style>
span { border-color: #E9D5CA; }
span { border-color: rgb(233,213,202); }
td.TdClassName
{
border-color: #E9D5CA;
}
.TagClassName
{
border-color: #E9D5CA;
}
</style>