Shades of Dawn Pink #EADACE
Tints of Dawn Pink #EADACE
RGB
CMYK
RGB Variations
Color information
#EADACE (or 0xEADACE) is known color: Dawn Pink. HEX triplet: EA, DA and CE. RGB value is (234,218,206). Sum of RGB (Red+Green+Blue) = 234+218+206=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EADACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADACE is #152531. Grayscale: #DDDDDD. Windows color (decimal): -1385778 or 13556458. OLE color: 13556458.
HSL color Cylindrical-coordinate representation of color #EADACE: hue angle of 25.71º 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 #EADACE is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 218 | 206 | - |
CMYK | 0 | 0.07 | 0.12 | 0.08 |
HSL | 25.71º | 0.4% | 0.86% | - |
HSV(B) | 25.71º | 0.12% | 0.92% | - |
XYZ | 70.14 | 72.09 | 68.61 | - |
YUV | 221.42 | 119.3 | 136.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 218 | 206 | 0 | 0.07 | 0.12 | 0.08 | 25.71 | 0.4 | 0.86 |
Hex | EA | DA | CE | 0 | 7 | C | 8 | 1A | 28 | 56 |
Octal | 352 | 332 | 316 | 0 | 7 | 14 | 10 | 32 | 50 | 126 |
Binary | 11101010 | 11011010 | 11001110 | 0 | 111 | 1100 | 1000 | 11010 | 101000 | 1010110 |
Color Harmonies of #EADACE
Complementary color
Monochromatic Colors of #EADACE
Black with #EADACE
Text Example
Text Example
White with #EADACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADACE; }
p { color: rgb(234,218,206); }
H1.HeaderClassName
{
color: #EADACE;
}
.AnyTagClassName
{
color: #EADACE;
}
</style>
background-color css
<style>
a { background-color: #EADACE; }
a { background-color: rgb(234,218,206); }
div.DivClassName
{
background-color: #EADACE;
}
.BgClassName
{
background-color: #EADACE;
}
</style>
border-color css
<style>
span { border-color: #EADACE; }
span { border-color: rgb(234,218,206); }
td.TdClassName
{
border-color: #EADACE;
}
.TagClassName
{
border-color: #EADACE;
}
</style>