Shades of Dawn Pink #E6D5CC
Tints of Dawn Pink #E6D5CC
RGB
CMYK
RGB Variations
Color information
#E6D5CC (or 0xE6D5CC) is known color: Dawn Pink. HEX triplet: E6, D5 and CC. RGB value is (230,213,204). Sum of RGB (Red+Green+Blue) = 230+213+204=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D5CC is #192A33. Grayscale: #D9D9D9. Windows color (decimal): -1649204 or 13424102. OLE color: 13424102.
HSL color Cylindrical-coordinate representation of color #E6D5CC: hue angle of 20.77º degrees, saturation: 0.34, 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 #E6D5CC is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 213 | 204 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.10 |
| HSL | 20.77º | 0.34% | 0.85% | - |
| HSV(B) | 20.77º | 0.11% | 0.9% | - |
| XYZ | 67.33 | 68.77 | 66.85 | - |
| YUV | 217.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 213 | 204 | 0 | 0.07 | 0.11 | 0.10 | 20.77 | 0.34 | 0.85 |
| Hex | E6 | D5 | CC | 0 | 7 | B | A | 15 | 22 | 55 |
| Octal | 346 | 325 | 314 | 0 | 7 | 13 | 12 | 25 | 42 | 125 |
| Binary | 11100110 | 11010101 | 11001100 | 0 | 111 | 1011 | 1010 | 10101 | 100010 | 1010101 |
Color Harmonies of #E6D5CC
Complementary color
Monochromatic Colors of #E6D5CC
Black with #E6D5CC
Text Example
Text Example
White with #E6D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D5CC; }
p { color: rgb(230,213,204); }
H1.HeaderClassName
{
color: #E6D5CC;
}
.AnyTagClassName
{
color: #E6D5CC;
}
</style>
background-color css
<style>
a { background-color: #E6D5CC; }
a { background-color: rgb(230,213,204); }
div.DivClassName
{
background-color: #E6D5CC;
}
.BgClassName
{
background-color: #E6D5CC;
}
</style>
border-color css
<style>
span { border-color: #E6D5CC; }
span { border-color: rgb(230,213,204); }
td.TdClassName
{
border-color: #E6D5CC;
}
.TagClassName
{
border-color: #E6D5CC;
}
</style>