Shades of Dawn Pink #E6D6CC
Tints of Dawn Pink #E6D6CC
RGB
CMYK
RGB Variations
Color information
#E6D6CC (or 0xE6D6CC) is known color: Dawn Pink. HEX triplet: E6, D6 and CC. RGB value is (230,214,204). Sum of RGB (Red+Green+Blue) = 230+214+204=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 214 (83.98% from 255 or 33.02% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D6CC is #192933. Grayscale: #D9D9D9. Windows color (decimal): -1648948 or 13424358. OLE color: 13424358.
HSL color Cylindrical-coordinate representation of color #E6D6CC: hue angle of 23.08º 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 #E6D6CC is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 204 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.10 |
| HSL | 23.08º | 0.34% | 0.85% | - |
| HSV(B) | 23.08º | 0.11% | 0.9% | - |
| XYZ | 67.58 | 69.28 | 66.94 | - |
| YUV | 217.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 204 | 0 | 0.07 | 0.11 | 0.10 | 23.08 | 0.34 | 0.85 |
| Hex | E6 | D6 | CC | 0 | 7 | B | A | 17 | 22 | 55 |
| Octal | 346 | 326 | 314 | 0 | 7 | 13 | 12 | 27 | 42 | 125 |
| Binary | 11100110 | 11010110 | 11001100 | 0 | 111 | 1011 | 1010 | 10111 | 100010 | 1010101 |
Color Harmonies of #E6D6CC
Complementary color
Monochromatic Colors of #E6D6CC
Black with #E6D6CC
Text Example
Text Example
White with #E6D6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D6CC; }
p { color: rgb(230,214,204); }
H1.HeaderClassName
{
color: #E6D6CC;
}
.AnyTagClassName
{
color: #E6D6CC;
}
</style>
background-color css
<style>
a { background-color: #E6D6CC; }
a { background-color: rgb(230,214,204); }
div.DivClassName
{
background-color: #E6D6CC;
}
.BgClassName
{
background-color: #E6D6CC;
}
</style>
border-color css
<style>
span { border-color: #E6D6CC; }
span { border-color: rgb(230,214,204); }
td.TdClassName
{
border-color: #E6D6CC;
}
.TagClassName
{
border-color: #E6D6CC;
}
</style>