Shades of Dawn Pink #EAD8CE
Tints of Dawn Pink #EAD8CE
RGB
CMYK
RGB Variations
Color information
#EAD8CE (or 0xEAD8CE) is known color: Dawn Pink. HEX triplet: EA, D8 and CE. RGB value is (234,216,206). Sum of RGB (Red+Green+Blue) = 234+216+206=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8CE is #152731. Grayscale: #DCDCDC. Windows color (decimal): -1386290 or 13555946. OLE color: 13555946.
HSL color Cylindrical-coordinate representation of color #EAD8CE: hue angle of 21.43º degrees, saturation: 0.4, 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 #EAD8CE is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 216 | 206 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.08 |
| HSL | 21.43º | 0.4% | 0.86% | - |
| HSV(B) | 21.43º | 0.12% | 0.92% | - |
| XYZ | 69.63 | 71.06 | 68.44 | - |
| YUV | 220.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 216 | 206 | 0 | 0.08 | 0.12 | 0.08 | 21.43 | 0.4 | 0.86 |
| Hex | EA | D8 | CE | 0 | 8 | C | 8 | 15 | 28 | 56 |
| Octal | 352 | 330 | 316 | 0 | 10 | 14 | 10 | 25 | 50 | 126 |
| Binary | 11101010 | 11011000 | 11001110 | 0 | 1000 | 1100 | 1000 | 10101 | 101000 | 1010110 |
Color Harmonies of #EAD8CE
Complementary color
Monochromatic Colors of #EAD8CE
Black with #EAD8CE
Text Example
Text Example
White with #EAD8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD8CE; }
p { color: rgb(234,216,206); }
H1.HeaderClassName
{
color: #EAD8CE;
}
.AnyTagClassName
{
color: #EAD8CE;
}
</style>
background-color css
<style>
a { background-color: #EAD8CE; }
a { background-color: rgb(234,216,206); }
div.DivClassName
{
background-color: #EAD8CE;
}
.BgClassName
{
background-color: #EAD8CE;
}
</style>
border-color css
<style>
span { border-color: #EAD8CE; }
span { border-color: rgb(234,216,206); }
td.TdClassName
{
border-color: #EAD8CE;
}
.TagClassName
{
border-color: #EAD8CE;
}
</style>