Shades of Dawn Pink #EADBD2
Tints of Dawn Pink #EADBD2
RGB
CMYK
RGB Variations
Color information
#EADBD2 (or 0xEADBD2) is known color: Dawn Pink. HEX triplet: EA, DB and D2. RGB value is (234,219,210). Sum of RGB (Red+Green+Blue) = 234+219+210=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 210 (82.42% from 255 or 31.67% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBD2 is #15242D. Grayscale: #DEDEDE. Windows color (decimal): -1385518 or 13818858. OLE color: 13818858.
HSL color Cylindrical-coordinate representation of color #EADBD2: hue angle of 22.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EADBD2 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 219 | 210 | - |
CMYK | 0 | 0.06 | 0.10 | 0.08 |
HSL | 22.5º | 0.36% | 0.87% | - |
HSV(B) | 22.5º | 0.1% | 0.92% | - |
XYZ | 70.9 | 72.81 | 71.29 | - |
YUV | 222.46 | 120.97 | 136.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 219 | 210 | 0 | 0.06 | 0.10 | 0.08 | 22.5 | 0.36 | 0.87 |
Hex | EA | DB | D2 | 0 | 6 | A | 8 | 16 | 24 | 57 |
Octal | 352 | 333 | 322 | 0 | 6 | 12 | 10 | 26 | 44 | 127 |
Binary | 11101010 | 11011011 | 11010010 | 0 | 110 | 1010 | 1000 | 10110 | 100100 | 1010111 |
Color Harmonies of #EADBD2
Complementary color
Monochromatic Colors of #EADBD2
Black with #EADBD2
Text Example
Text Example
White with #EADBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBD2; }
p { color: rgb(234,219,210); }
H1.HeaderClassName
{
color: #EADBD2;
}
.AnyTagClassName
{
color: #EADBD2;
}
</style>
background-color css
<style>
a { background-color: #EADBD2; }
a { background-color: rgb(234,219,210); }
div.DivClassName
{
background-color: #EADBD2;
}
.BgClassName
{
background-color: #EADBD2;
}
</style>
border-color css
<style>
span { border-color: #EADBD2; }
span { border-color: rgb(234,219,210); }
td.TdClassName
{
border-color: #EADBD2;
}
.TagClassName
{
border-color: #EADBD2;
}
</style>