Shades of Dawn Pink #E5D6CD
Tints of Dawn Pink #E5D6CD
RGB
CMYK
RGB Variations
Color information
#E5D6CD (or 0xE5D6CD) is known color: Dawn Pink. HEX triplet: E5, D6 and CD. RGB value is (229,214,205). Sum of RGB (Red+Green+Blue) = 229+214+205=648 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.34% from 648); Green value is 214 (83.98% from 255 or 33.02% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D6CD is #1A2932. Grayscale: #D9D9D9. Windows color (decimal): -1714483 or 13489893. OLE color: 13489893.
HSL color Cylindrical-coordinate representation of color #E5D6CD: hue angle of 22.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5D6CD is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 214 | 205 | - |
CMYK | 0 | 0.07 | 0.10 | 0.10 |
HSL | 22.5º | 0.32% | 0.85% | - |
HSV(B) | 22.5º | 0.1% | 0.9% | - |
XYZ | 67.38 | 69.16 | 67.56 | - |
YUV | 217.46 | 120.97 | 136.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 214 | 205 | 0 | 0.07 | 0.10 | 0.10 | 22.5 | 0.32 | 0.85 |
Hex | E5 | D6 | CD | 0 | 7 | A | A | 16 | 20 | 55 |
Octal | 345 | 326 | 315 | 0 | 7 | 12 | 12 | 26 | 40 | 125 |
Binary | 11100101 | 11010110 | 11001101 | 0 | 111 | 1010 | 1010 | 10110 | 100000 | 1010101 |
Color Harmonies of #E5D6CD
Complementary color
Monochromatic Colors of #E5D6CD
Black with #E5D6CD
Text Example
Text Example
White with #E5D6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D6CD; }
p { color: rgb(229,214,205); }
H1.HeaderClassName
{
color: #E5D6CD;
}
.AnyTagClassName
{
color: #E5D6CD;
}
</style>
background-color css
<style>
a { background-color: #E5D6CD; }
a { background-color: rgb(229,214,205); }
div.DivClassName
{
background-color: #E5D6CD;
}
.BgClassName
{
background-color: #E5D6CD;
}
</style>
border-color css
<style>
span { border-color: #E5D6CD; }
span { border-color: rgb(229,214,205); }
td.TdClassName
{
border-color: #E5D6CD;
}
.TagClassName
{
border-color: #E5D6CD;
}
</style>