Shades of Dawn Pink #EADBD1
Tints of Dawn Pink #EADBD1
RGB
CMYK
RGB Variations
Color information
#EADBD1 (or 0xEADBD1) is known color: Dawn Pink. HEX triplet: EA, DB and D1. RGB value is (234,219,209). Sum of RGB (Red+Green+Blue) = 234+219+209=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBD1 is #15242E. Grayscale: #DEDEDE. Windows color (decimal): -1385519 or 13753322. OLE color: 13753322.
HSL color Cylindrical-coordinate representation of color #EADBD1: hue angle of 24º degrees, saturation: 0.37, 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 #EADBD1 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 209 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.08 |
| HSL | 24º | 0.37% | 0.87% | - |
| HSV(B) | 24º | 0.11% | 0.92% | - |
| XYZ | 70.77 | 72.76 | 70.64 | - |
| YUV | 222.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 209 | 0 | 0.06 | 0.11 | 0.08 | 24 | 0.37 | 0.87 |
| Hex | EA | DB | D1 | 0 | 6 | B | 8 | 18 | 25 | 57 |
| Octal | 352 | 333 | 321 | 0 | 6 | 13 | 10 | 30 | 45 | 127 |
| Binary | 11101010 | 11011011 | 11010001 | 0 | 110 | 1011 | 1000 | 11000 | 100101 | 1010111 |
Color Harmonies of #EADBD1
Complementary color
Monochromatic Colors of #EADBD1
Black with #EADBD1
Text Example
Text Example
White with #EADBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBD1; }
p { color: rgb(234,219,209); }
H1.HeaderClassName
{
color: #EADBD1;
}
.AnyTagClassName
{
color: #EADBD1;
}
</style>
background-color css
<style>
a { background-color: #EADBD1; }
a { background-color: rgb(234,219,209); }
div.DivClassName
{
background-color: #EADBD1;
}
.BgClassName
{
background-color: #EADBD1;
}
</style>
border-color css
<style>
span { border-color: #EADBD1; }
span { border-color: rgb(234,219,209); }
td.TdClassName
{
border-color: #EADBD1;
}
.TagClassName
{
border-color: #EADBD1;
}
</style>