Shades of Dawn Pink #E9DAD2
Tints of Dawn Pink #E9DAD2
RGB
CMYK
RGB Variations
Color information
#E9DAD2 (or 0xE9DAD2) is known color: Dawn Pink. HEX triplet: E9, DA and D2. RGB value is (233,218,210). Sum of RGB (Red+Green+Blue) = 233+218+210=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DAD2 is #16252D. Grayscale: #DDDDDD. Windows color (decimal): -1451310 or 13818601. OLE color: 13818601.
HSL color Cylindrical-coordinate representation of color #E9DAD2: hue angle of 20.87º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9DAD2 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 210 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.09 |
| HSL | 20.87º | 0.34% | 0.87% | - |
| HSV(B) | 20.87º | 0.1% | 0.91% | - |
| XYZ | 70.31 | 72.12 | 71.19 | - |
| YUV | 221.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 210 | 0 | 0.06 | 0.10 | 0.09 | 20.87 | 0.34 | 0.87 |
| Hex | E9 | DA | D2 | 0 | 6 | A | 9 | 15 | 22 | 57 |
| Octal | 351 | 332 | 322 | 0 | 6 | 12 | 11 | 25 | 42 | 127 |
| Binary | 11101001 | 11011010 | 11010010 | 0 | 110 | 1010 | 1001 | 10101 | 100010 | 1010111 |
Color Harmonies of #E9DAD2
Complementary color
Monochromatic Colors of #E9DAD2
Black with #E9DAD2
Text Example
Text Example
White with #E9DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DAD2; }
p { color: rgb(233,218,210); }
H1.HeaderClassName
{
color: #E9DAD2;
}
.AnyTagClassName
{
color: #E9DAD2;
}
</style>
background-color css
<style>
a { background-color: #E9DAD2; }
a { background-color: rgb(233,218,210); }
div.DivClassName
{
background-color: #E9DAD2;
}
.BgClassName
{
background-color: #E9DAD2;
}
</style>
border-color css
<style>
span { border-color: #E9DAD2; }
span { border-color: rgb(233,218,210); }
td.TdClassName
{
border-color: #E9DAD2;
}
.TagClassName
{
border-color: #E9DAD2;
}
</style>