Shades of Dawn Pink #E6D5CD
Tints of Dawn Pink #E6D5CD
RGB
CMYK
RGB Variations
Color information
#E6D5CD (or 0xE6D5CD) is known color: Dawn Pink. HEX triplet: E6, D5 and CD. RGB value is (230,213,205). Sum of RGB (Red+Green+Blue) = 230+213+205=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 213 (83.59% from 255 or 32.87% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D5CD is #192A32. Grayscale: #D9D9D9. Windows color (decimal): -1649203 or 13489638. OLE color: 13489638.
HSL color Cylindrical-coordinate representation of color #E6D5CD: hue angle of 19.2º degrees, saturation: 0.33, 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 #E6D5CD is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 213 | 205 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.10 |
| HSL | 19.2º | 0.33% | 0.85% | - |
| HSV(B) | 19.2º | 0.11% | 0.9% | - |
| XYZ | 67.45 | 68.82 | 67.49 | - |
| YUV | 217.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 213 | 205 | 0 | 0.07 | 0.11 | 0.10 | 19.2 | 0.33 | 0.85 |
| Hex | E6 | D5 | CD | 0 | 7 | B | A | 13 | 21 | 55 |
| Octal | 346 | 325 | 315 | 0 | 7 | 13 | 12 | 23 | 41 | 125 |
| Binary | 11100110 | 11010101 | 11001101 | 0 | 111 | 1011 | 1010 | 10011 | 100001 | 1010101 |
Color Harmonies of #E6D5CD
Complementary color
Monochromatic Colors of #E6D5CD
Black with #E6D5CD
Text Example
Text Example
White with #E6D5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D5CD; }
p { color: rgb(230,213,205); }
H1.HeaderClassName
{
color: #E6D5CD;
}
.AnyTagClassName
{
color: #E6D5CD;
}
</style>
background-color css
<style>
a { background-color: #E6D5CD; }
a { background-color: rgb(230,213,205); }
div.DivClassName
{
background-color: #E6D5CD;
}
.BgClassName
{
background-color: #E6D5CD;
}
</style>
border-color css
<style>
span { border-color: #E6D5CD; }
span { border-color: rgb(230,213,205); }
td.TdClassName
{
border-color: #E6D5CD;
}
.TagClassName
{
border-color: #E6D5CD;
}
</style>