Shades of Pink Flare #DDB8BA
Tints of Pink Flare #DDB8BA
RGB
CMYK
RGB Variations
Color information
#DDB8BA (or 0xDDB8BA) is known color: Pink Flare. HEX triplet: DD, B8 and BA. RGB value is (221,184,186). Sum of RGB (Red+Green+Blue) = 221+184+186=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8BA is #224745. Grayscale: #C3C3C3. Windows color (decimal): -2246470 or 12237021. OLE color: 12237021.
HSL color Cylindrical-coordinate representation of color #DDB8BA: hue angle of 356.76º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB8BA is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 186 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.13 |
| HSL | 356.76º | 0.35% | 0.79% | - |
| HSV(B) | 356.76º | 0.17% | 0.87% | - |
| XYZ | 55.82 | 53.2 | 53.78 | - |
| YUV | 195.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 186 | 0 | 0.17 | 0.16 | 0.13 | 356.76 | 0.35 | 0.79 |
| Hex | DD | B8 | BA | 0 | 11 | 10 | D | 165 | 23 | 4F |
| Octal | 335 | 270 | 272 | 0 | 21 | 20 | 15 | 545 | 43 | 117 |
| Binary | 11011101 | 10111000 | 10111010 | 0 | 10001 | 10000 | 1101 | 101100101 | 100011 | 1001111 |
Color Harmonies of #DDB8BA
Complementary color
Monochromatic Colors of #DDB8BA
Black with #DDB8BA
Text Example
Text Example
White with #DDB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8BA; }
p { color: rgb(221,184,186); }
H1.HeaderClassName
{
color: #DDB8BA;
}
.AnyTagClassName
{
color: #DDB8BA;
}
</style>
background-color css
<style>
a { background-color: #DDB8BA; }
a { background-color: rgb(221,184,186); }
div.DivClassName
{
background-color: #DDB8BA;
}
.BgClassName
{
background-color: #DDB8BA;
}
</style>
border-color css
<style>
span { border-color: #DDB8BA; }
span { border-color: rgb(221,184,186); }
td.TdClassName
{
border-color: #DDB8BA;
}
.TagClassName
{
border-color: #DDB8BA;
}
</style>