Shades of Dawn Pink #E6DAD3
Tints of Dawn Pink #E6DAD3
RGB
CMYK
RGB Variations
Color information
#E6DAD3 (or 0xE6DAD3) is known color: Dawn Pink. HEX triplet: E6, DA and D3. RGB value is (230,218,211). Sum of RGB (Red+Green+Blue) = 230+218+211=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 211 (82.81% from 255 or 32.02% from 659); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DAD3 is #19252C. Grayscale: #DCDCDC. Windows color (decimal): -1647917 or 13884134. OLE color: 13884134.
HSL color Cylindrical-coordinate representation of color #E6DAD3: hue angle of 22.11º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6DAD3 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 211 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.10 |
| HSL | 22.11º | 0.28% | 0.86% | - |
| HSV(B) | 22.11º | 0.08% | 0.9% | - |
| XYZ | 69.46 | 71.67 | 71.8 | - |
| YUV | 220.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 211 | 0 | 0.05 | 0.08 | 0.10 | 22.11 | 0.28 | 0.86 |
| Hex | E6 | DA | D3 | 0 | 5 | 8 | A | 16 | 1C | 56 |
| Octal | 346 | 332 | 323 | 0 | 5 | 10 | 12 | 26 | 34 | 126 |
| Binary | 11100110 | 11011010 | 11010011 | 0 | 101 | 1000 | 1010 | 10110 | 11100 | 1010110 |
Color Harmonies of #E6DAD3
Complementary color
Monochromatic Colors of #E6DAD3
Black with #E6DAD3
Text Example
Text Example
White with #E6DAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DAD3; }
p { color: rgb(230,218,211); }
H1.HeaderClassName
{
color: #E6DAD3;
}
.AnyTagClassName
{
color: #E6DAD3;
}
</style>
background-color css
<style>
a { background-color: #E6DAD3; }
a { background-color: rgb(230,218,211); }
div.DivClassName
{
background-color: #E6DAD3;
}
.BgClassName
{
background-color: #E6DAD3;
}
</style>
border-color css
<style>
span { border-color: #E6DAD3; }
span { border-color: rgb(230,218,211); }
td.TdClassName
{
border-color: #E6DAD3;
}
.TagClassName
{
border-color: #E6DAD3;
}
</style>