Shades of Dawn Pink #E5D5CC
Tints of Dawn Pink #E5D5CC
RGB
CMYK
RGB Variations
Color information
#E5D5CC (or 0xE5D5CC) is known color: Dawn Pink. HEX triplet: E5, D5 and CC. RGB value is (229,213,204). Sum of RGB (Red+Green+Blue) = 229+213+204=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 213 (83.59% from 255 or 32.97% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D5CC is #1A2A33. Grayscale: #D8D8D8. Windows color (decimal): -1714740 or 13424101. OLE color: 13424101.
HSL color Cylindrical-coordinate representation of color #E5D5CC: hue angle of 21.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5D5CC is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 213 | 204 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.10 |
| HSL | 21.6º | 0.32% | 0.85% | - |
| HSV(B) | 21.6º | 0.11% | 0.9% | - |
| XYZ | 67.01 | 68.61 | 66.84 | - |
| YUV | 216.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 213 | 204 | 0 | 0.07 | 0.11 | 0.10 | 21.6 | 0.32 | 0.85 |
| Hex | E5 | D5 | CC | 0 | 7 | B | A | 16 | 20 | 55 |
| Octal | 345 | 325 | 314 | 0 | 7 | 13 | 12 | 26 | 40 | 125 |
| Binary | 11100101 | 11010101 | 11001100 | 0 | 111 | 1011 | 1010 | 10110 | 100000 | 1010101 |
Color Harmonies of #E5D5CC
Complementary color
Monochromatic Colors of #E5D5CC
Black with #E5D5CC
Text Example
Text Example
White with #E5D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D5CC; }
p { color: rgb(229,213,204); }
H1.HeaderClassName
{
color: #E5D5CC;
}
.AnyTagClassName
{
color: #E5D5CC;
}
</style>
background-color css
<style>
a { background-color: #E5D5CC; }
a { background-color: rgb(229,213,204); }
div.DivClassName
{
background-color: #E5D5CC;
}
.BgClassName
{
background-color: #E5D5CC;
}
</style>
border-color css
<style>
span { border-color: #E5D5CC; }
span { border-color: rgb(229,213,204); }
td.TdClassName
{
border-color: #E5D5CC;
}
.TagClassName
{
border-color: #E5D5CC;
}
</style>