Shades of Dawn Pink #E5D4CA
Tints of Dawn Pink #E5D4CA
RGB
CMYK
RGB Variations
Color information
#E5D4CA (or 0xE5D4CA) is known color: Dawn Pink. HEX triplet: E5, D4 and CA. RGB value is (229,212,202). Sum of RGB (Red+Green+Blue) = 229+212+202=643 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.61% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D4CA is #1A2B35. Grayscale: #D8D8D8. Windows color (decimal): -1714998 or 13292773. OLE color: 13292773.
HSL color Cylindrical-coordinate representation of color #E5D4CA: hue angle of 22.22º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5D4CA is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 202 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.10 |
| HSL | 22.22º | 0.34% | 0.85% | - |
| HSV(B) | 22.22º | 0.12% | 0.9% | - |
| XYZ | 66.52 | 68.01 | 65.5 | - |
| YUV | 215.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 202 | 0 | 0.07 | 0.12 | 0.10 | 22.22 | 0.34 | 0.85 |
| Hex | E5 | D4 | CA | 0 | 7 | C | A | 16 | 22 | 55 |
| Octal | 345 | 324 | 312 | 0 | 7 | 14 | 12 | 26 | 42 | 125 |
| Binary | 11100101 | 11010100 | 11001010 | 0 | 111 | 1100 | 1010 | 10110 | 100010 | 1010101 |
Color Harmonies of #E5D4CA
Complementary color
Monochromatic Colors of #E5D4CA
Black with #E5D4CA
Text Example
Text Example
White with #E5D4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D4CA; }
p { color: rgb(229,212,202); }
H1.HeaderClassName
{
color: #E5D4CA;
}
.AnyTagClassName
{
color: #E5D4CA;
}
</style>
background-color css
<style>
a { background-color: #E5D4CA; }
a { background-color: rgb(229,212,202); }
div.DivClassName
{
background-color: #E5D4CA;
}
.BgClassName
{
background-color: #E5D4CA;
}
</style>
border-color css
<style>
span { border-color: #E5D4CA; }
span { border-color: rgb(229,212,202); }
td.TdClassName
{
border-color: #E5D4CA;
}
.TagClassName
{
border-color: #E5D4CA;
}
</style>