Shades of Dawn Pink #EADACF
Tints of Dawn Pink #EADACF
RGB
CMYK
RGB Variations
Color information
#EADACF (or 0xEADACF) is known color: Dawn Pink. HEX triplet: EA, DA and CF. RGB value is (234,218,207). Sum of RGB (Red+Green+Blue) = 234+218+207=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EADACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADACF is #152530. Grayscale: #DDDDDD. Windows color (decimal): -1385777 or 13621994. OLE color: 13621994.
HSL color Cylindrical-coordinate representation of color #EADACF: hue angle of 24.44º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EADACF is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 207 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.08 |
| HSL | 24.44º | 0.39% | 0.86% | - |
| HSV(B) | 24.44º | 0.12% | 0.92% | - |
| XYZ | 70.27 | 72.14 | 69.25 | - |
| YUV | 221.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 207 | 0 | 0.07 | 0.12 | 0.08 | 24.44 | 0.39 | 0.86 |
| Hex | EA | DA | CF | 0 | 7 | C | 8 | 18 | 27 | 56 |
| Octal | 352 | 332 | 317 | 0 | 7 | 14 | 10 | 30 | 47 | 126 |
| Binary | 11101010 | 11011010 | 11001111 | 0 | 111 | 1100 | 1000 | 11000 | 100111 | 1010110 |
Color Harmonies of #EADACF
Complementary color
Monochromatic Colors of #EADACF
Black with #EADACF
Text Example
Text Example
White with #EADACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADACF; }
p { color: rgb(234,218,207); }
H1.HeaderClassName
{
color: #EADACF;
}
.AnyTagClassName
{
color: #EADACF;
}
</style>
background-color css
<style>
a { background-color: #EADACF; }
a { background-color: rgb(234,218,207); }
div.DivClassName
{
background-color: #EADACF;
}
.BgClassName
{
background-color: #EADACF;
}
</style>
border-color css
<style>
span { border-color: #EADACF; }
span { border-color: rgb(234,218,207); }
td.TdClassName
{
border-color: #EADACF;
}
.TagClassName
{
border-color: #EADACF;
}
</style>