Shades of Pink Flare #DDBABD
Tints of Pink Flare #DDBABD
RGB
CMYK
RGB Variations
Color information
#DDBABD (or 0xDDBABD) is known color: Pink Flare. HEX triplet: DD, BA and BD. RGB value is (221,186,189). Sum of RGB (Red+Green+Blue) = 221+186+189=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBABD is #224542. Grayscale: #C4C4C4. Windows color (decimal): -2245955 or 12434141. OLE color: 12434141.
HSL color Cylindrical-coordinate representation of color #DDBABD: hue angle of 354.86º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBABD is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 189 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.13 |
| HSL | 354.86º | 0.34% | 0.8% | - |
| HSV(B) | 354.86º | 0.16% | 0.87% | - |
| XYZ | 56.56 | 54.16 | 55.62 | - |
| YUV | 196.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 189 | 0 | 0.16 | 0.14 | 0.13 | 354.86 | 0.34 | 0.8 |
| Hex | DD | BA | BD | 0 | 10 | E | D | 163 | 22 | 50 |
| Octal | 335 | 272 | 275 | 0 | 20 | 16 | 15 | 543 | 42 | 120 |
| Binary | 11011101 | 10111010 | 10111101 | 0 | 10000 | 1110 | 1101 | 101100011 | 100010 | 1010000 |
Color Harmonies of #DDBABD
Complementary color
Monochromatic Colors of #DDBABD
Black with #DDBABD
Text Example
Text Example
White with #DDBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBABD; }
p { color: rgb(221,186,189); }
H1.HeaderClassName
{
color: #DDBABD;
}
.AnyTagClassName
{
color: #DDBABD;
}
</style>
background-color css
<style>
a { background-color: #DDBABD; }
a { background-color: rgb(221,186,189); }
div.DivClassName
{
background-color: #DDBABD;
}
.BgClassName
{
background-color: #DDBABD;
}
</style>
border-color css
<style>
span { border-color: #DDBABD; }
span { border-color: rgb(221,186,189); }
td.TdClassName
{
border-color: #DDBABD;
}
.TagClassName
{
border-color: #DDBABD;
}
</style>