Shades of Blossom #DDB3BA
Tints of Blossom #DDB3BA
RGB
CMYK
RGB Variations
Color information
#DDB3BA (or 0xDDB3BA) is known color: Blossom. HEX triplet: DD, B3 and BA. RGB value is (221,179,186). Sum of RGB (Red+Green+Blue) = 221+179+186=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3BA is #224C45. Grayscale: #C0C0C0. Windows color (decimal): -2247750 or 12235741. OLE color: 12235741.
HSL color Cylindrical-coordinate representation of color #DDB3BA: hue angle of 350º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB3BA is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 186 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.13 |
| HSL | 350º | 0.38% | 0.78% | - |
| HSV(B) | 350º | 0.19% | 0.87% | - |
| XYZ | 54.8 | 51.16 | 53.44 | - |
| YUV | 192.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 186 | 0 | 0.19 | 0.16 | 0.13 | 350 | 0.38 | 0.78 |
| Hex | DD | B3 | BA | 0 | 13 | 10 | D | 15E | 26 | 4E |
| Octal | 335 | 263 | 272 | 0 | 23 | 20 | 15 | 536 | 46 | 116 |
| Binary | 11011101 | 10110011 | 10111010 | 0 | 10011 | 10000 | 1101 | 101011110 | 100110 | 1001110 |
Color Harmonies of #DDB3BA
Complementary color
Monochromatic Colors of #DDB3BA
Black with #DDB3BA
Text Example
Text Example
White with #DDB3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3BA; }
p { color: rgb(221,179,186); }
H1.HeaderClassName
{
color: #DDB3BA;
}
.AnyTagClassName
{
color: #DDB3BA;
}
</style>
background-color css
<style>
a { background-color: #DDB3BA; }
a { background-color: rgb(221,179,186); }
div.DivClassName
{
background-color: #DDB3BA;
}
.BgClassName
{
background-color: #DDB3BA;
}
</style>
border-color css
<style>
span { border-color: #DDB3BA; }
span { border-color: rgb(221,179,186); }
td.TdClassName
{
border-color: #DDB3BA;
}
.TagClassName
{
border-color: #DDB3BA;
}
</style>