Shades of Dawn Pink #E9D6CC
Tints of Dawn Pink #E9D6CC
RGB
CMYK
RGB Variations
Color information
#E9D6CC (or 0xE9D6CC) is known color: Dawn Pink. HEX triplet: E9, D6 and CC. RGB value is (233,214,204). Sum of RGB (Red+Green+Blue) = 233+214+204=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6CC is #162933. Grayscale: #DADADA. Windows color (decimal): -1452340 or 13424361. OLE color: 13424361.
HSL color Cylindrical-coordinate representation of color #E9D6CC: hue angle of 20.69º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9D6CC is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 214 | 204 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.09 |
| HSL | 20.69º | 0.4% | 0.86% | - |
| HSV(B) | 20.69º | 0.12% | 0.91% | - |
| XYZ | 68.55 | 69.78 | 66.98 | - |
| YUV | 218.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 204 | 0 | 0.08 | 0.12 | 0.09 | 20.69 | 0.4 | 0.86 |
| Hex | E9 | D6 | CC | 0 | 8 | C | 9 | 15 | 28 | 56 |
| Octal | 351 | 326 | 314 | 0 | 10 | 14 | 11 | 25 | 50 | 126 |
| Binary | 11101001 | 11010110 | 11001100 | 0 | 1000 | 1100 | 1001 | 10101 | 101000 | 1010110 |
Color Harmonies of #E9D6CC
Complementary color
Monochromatic Colors of #E9D6CC
Black with #E9D6CC
Text Example
Text Example
White with #E9D6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D6CC; }
p { color: rgb(233,214,204); }
H1.HeaderClassName
{
color: #E9D6CC;
}
.AnyTagClassName
{
color: #E9D6CC;
}
</style>
background-color css
<style>
a { background-color: #E9D6CC; }
a { background-color: rgb(233,214,204); }
div.DivClassName
{
background-color: #E9D6CC;
}
.BgClassName
{
background-color: #E9D6CC;
}
</style>
border-color css
<style>
span { border-color: #E9D6CC; }
span { border-color: rgb(233,214,204); }
td.TdClassName
{
border-color: #E9D6CC;
}
.TagClassName
{
border-color: #E9D6CC;
}
</style>