Shades of Dawn Pink #E6D9CD
Tints of Dawn Pink #E6D9CD
RGB
CMYK
RGB Variations
Color information
#E6D9CD (or 0xE6D9CD) is known color: Dawn Pink. HEX triplet: E6, D9 and CD. RGB value is (230,217,205). Sum of RGB (Red+Green+Blue) = 230+217+205=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D9CD is #192632. Grayscale: #DBDBDB. Windows color (decimal): -1648179 or 13490662. OLE color: 13490662.
HSL color Cylindrical-coordinate representation of color #E6D9CD: hue angle of 28.8º 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 #E6D9CD is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 217 | 205 | - |
CMYK | 0 | 0.06 | 0.11 | 0.10 |
HSL | 28.8º | 0.33% | 0.85% | - |
HSV(B) | 28.8º | 0.11% | 0.9% | - |
XYZ | 68.47 | 70.86 | 67.83 | - |
YUV | 219.52 | 119.81 | 135.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 217 | 205 | 0 | 0.06 | 0.11 | 0.10 | 28.8 | 0.33 | 0.85 |
Hex | E6 | D9 | CD | 0 | 6 | B | A | 1D | 21 | 55 |
Octal | 346 | 331 | 315 | 0 | 6 | 13 | 12 | 35 | 41 | 125 |
Binary | 11100110 | 11011001 | 11001101 | 0 | 110 | 1011 | 1010 | 11101 | 100001 | 1010101 |
Color Harmonies of #E6D9CD
Complementary color
Monochromatic Colors of #E6D9CD
Black with #E6D9CD
Text Example
Text Example
White with #E6D9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D9CD; }
p { color: rgb(230,217,205); }
H1.HeaderClassName
{
color: #E6D9CD;
}
.AnyTagClassName
{
color: #E6D9CD;
}
</style>
background-color css
<style>
a { background-color: #E6D9CD; }
a { background-color: rgb(230,217,205); }
div.DivClassName
{
background-color: #E6D9CD;
}
.BgClassName
{
background-color: #E6D9CD;
}
</style>
border-color css
<style>
span { border-color: #E6D9CD; }
span { border-color: rgb(230,217,205); }
td.TdClassName
{
border-color: #E6D9CD;
}
.TagClassName
{
border-color: #E6D9CD;
}
</style>