Shades of Dawn Pink #EADAD0
Tints of Dawn Pink #EADAD0
RGB
CMYK
RGB Variations
Color information
#EADAD0 (or 0xEADAD0) is known color: Dawn Pink. HEX triplet: EA, DA and D0. RGB value is (234,218,208). Sum of RGB (Red+Green+Blue) = 234+218+208=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAD0 is #15252F. Grayscale: #DDDDDD. Windows color (decimal): -1385776 or 13687530. OLE color: 13687530.
HSL color Cylindrical-coordinate representation of color #EADAD0: hue angle of 23.08º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EADAD0 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 208 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.08 |
| HSL | 23.08º | 0.38% | 0.87% | - |
| HSV(B) | 23.08º | 0.11% | 0.92% | - |
| XYZ | 70.39 | 72.19 | 69.9 | - |
| YUV | 221.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 208 | 0 | 0.07 | 0.11 | 0.08 | 23.08 | 0.38 | 0.87 |
| Hex | EA | DA | D0 | 0 | 7 | B | 8 | 17 | 26 | 57 |
| Octal | 352 | 332 | 320 | 0 | 7 | 13 | 10 | 27 | 46 | 127 |
| Binary | 11101010 | 11011010 | 11010000 | 0 | 111 | 1011 | 1000 | 10111 | 100110 | 1010111 |
Color Harmonies of #EADAD0
Complementary color
Monochromatic Colors of #EADAD0
Black with #EADAD0
Text Example
Text Example
White with #EADAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAD0; }
p { color: rgb(234,218,208); }
H1.HeaderClassName
{
color: #EADAD0;
}
.AnyTagClassName
{
color: #EADAD0;
}
</style>
background-color css
<style>
a { background-color: #EADAD0; }
a { background-color: rgb(234,218,208); }
div.DivClassName
{
background-color: #EADAD0;
}
.BgClassName
{
background-color: #EADAD0;
}
</style>
border-color css
<style>
span { border-color: #EADAD0; }
span { border-color: rgb(234,218,208); }
td.TdClassName
{
border-color: #EADAD0;
}
.TagClassName
{
border-color: #EADAD0;
}
</style>