Shades of Dawn Pink #EAD7CF
Tints of Dawn Pink #EAD7CF
RGB
CMYK
RGB Variations
Color information
#EAD7CF (or 0xEAD7CF) is known color: Dawn Pink. HEX triplet: EA, D7 and CF. RGB value is (234,215,207). Sum of RGB (Red+Green+Blue) = 234+215+207=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7CF is #152830. Grayscale: #DBDBDB. Windows color (decimal): -1386545 or 13621226. OLE color: 13621226.
HSL color Cylindrical-coordinate representation of color #EAD7CF: hue angle of 17.78º 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 #EAD7CF is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 215 | 207 | - |
CMYK | 0 | 0.08 | 0.12 | 0.08 |
HSL | 17.78º | 0.39% | 0.86% | - |
HSV(B) | 17.78º | 0.12% | 0.92% | - |
XYZ | 69.49 | 70.6 | 69 | - |
YUV | 219.77 | 120.79 | 138.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 215 | 207 | 0 | 0.08 | 0.12 | 0.08 | 17.78 | 0.39 | 0.86 |
Hex | EA | D7 | CF | 0 | 8 | C | 8 | 12 | 27 | 56 |
Octal | 352 | 327 | 317 | 0 | 10 | 14 | 10 | 22 | 47 | 126 |
Binary | 11101010 | 11010111 | 11001111 | 0 | 1000 | 1100 | 1000 | 10010 | 100111 | 1010110 |
Color Harmonies of #EAD7CF
Complementary color
Monochromatic Colors of #EAD7CF
Black with #EAD7CF
Text Example
Text Example
White with #EAD7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD7CF; }
p { color: rgb(234,215,207); }
H1.HeaderClassName
{
color: #EAD7CF;
}
.AnyTagClassName
{
color: #EAD7CF;
}
</style>
background-color css
<style>
a { background-color: #EAD7CF; }
a { background-color: rgb(234,215,207); }
div.DivClassName
{
background-color: #EAD7CF;
}
.BgClassName
{
background-color: #EAD7CF;
}
</style>
border-color css
<style>
span { border-color: #EAD7CF; }
span { border-color: rgb(234,215,207); }
td.TdClassName
{
border-color: #EAD7CF;
}
.TagClassName
{
border-color: #EAD7CF;
}
</style>