Shades of Dawn Pink #E6D7CC
Tints of Dawn Pink #E6D7CC
RGB
CMYK
RGB Variations
Color information
#E6D7CC (or 0xE6D7CC) is known color: Dawn Pink. HEX triplet: E6, D7 and CC. RGB value is (230,215,204). Sum of RGB (Red+Green+Blue) = 230+215+204=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D7CC is #192833. Grayscale: #DADADA. Windows color (decimal): -1648692 or 13424614. OLE color: 13424614.
HSL color Cylindrical-coordinate representation of color #E6D7CC: hue angle of 25.38º 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 #E6D7CC is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 215 | 204 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.10 |
| HSL | 25.38º | 0.34% | 0.85% | - |
| HSV(B) | 25.38º | 0.11% | 0.9% | - |
| XYZ | 67.83 | 69.78 | 67.02 | - |
| YUV | 218.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 215 | 204 | 0 | 0.07 | 0.11 | 0.10 | 25.38 | 0.34 | 0.85 |
| Hex | E6 | D7 | CC | 0 | 7 | B | A | 19 | 22 | 55 |
| Octal | 346 | 327 | 314 | 0 | 7 | 13 | 12 | 31 | 42 | 125 |
| Binary | 11100110 | 11010111 | 11001100 | 0 | 111 | 1011 | 1010 | 11001 | 100010 | 1010101 |
Color Harmonies of #E6D7CC
Complementary color
Monochromatic Colors of #E6D7CC
Black with #E6D7CC
Text Example
Text Example
White with #E6D7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D7CC; }
p { color: rgb(230,215,204); }
H1.HeaderClassName
{
color: #E6D7CC;
}
.AnyTagClassName
{
color: #E6D7CC;
}
</style>
background-color css
<style>
a { background-color: #E6D7CC; }
a { background-color: rgb(230,215,204); }
div.DivClassName
{
background-color: #E6D7CC;
}
.BgClassName
{
background-color: #E6D7CC;
}
</style>
border-color css
<style>
span { border-color: #E6D7CC; }
span { border-color: rgb(230,215,204); }
td.TdClassName
{
border-color: #E6D7CC;
}
.TagClassName
{
border-color: #E6D7CC;
}
</style>