Shades of Blossom #DDB3B9
Tints of Blossom #DDB3B9
RGB
CMYK
RGB Variations
Color information
#DDB3B9 (or 0xDDB3B9) is known color: Blossom. HEX triplet: DD, B3 and B9. RGB value is (221,179,185). Sum of RGB (Red+Green+Blue) = 221+179+185=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3B9 is #224C46. Grayscale: #C0C0C0. Windows color (decimal): -2247751 or 12170205. OLE color: 12170205.
HSL color Cylindrical-coordinate representation of color #DDB3B9: hue angle of 351.43º 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 #DDB3B9 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 185 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.13 |
| HSL | 351.43º | 0.38% | 0.78% | - |
| HSV(B) | 351.43º | 0.19% | 0.87% | - |
| XYZ | 54.7 | 51.12 | 52.88 | - |
| YUV | 192.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 185 | 0 | 0.19 | 0.16 | 0.13 | 351.43 | 0.38 | 0.78 |
| Hex | DD | B3 | B9 | 0 | 13 | 10 | D | 15F | 26 | 4E |
| Octal | 335 | 263 | 271 | 0 | 23 | 20 | 15 | 537 | 46 | 116 |
| Binary | 11011101 | 10110011 | 10111001 | 0 | 10011 | 10000 | 1101 | 101011111 | 100110 | 1001110 |
Color Harmonies of #DDB3B9
Complementary color
Monochromatic Colors of #DDB3B9
Black with #DDB3B9
Text Example
Text Example
White with #DDB3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3B9; }
p { color: rgb(221,179,185); }
H1.HeaderClassName
{
color: #DDB3B9;
}
.AnyTagClassName
{
color: #DDB3B9;
}
</style>
background-color css
<style>
a { background-color: #DDB3B9; }
a { background-color: rgb(221,179,185); }
div.DivClassName
{
background-color: #DDB3B9;
}
.BgClassName
{
background-color: #DDB3B9;
}
</style>
border-color css
<style>
span { border-color: #DDB3B9; }
span { border-color: rgb(221,179,185); }
td.TdClassName
{
border-color: #DDB3B9;
}
.TagClassName
{
border-color: #DDB3B9;
}
</style>