Shades of Blossom #DDB3BB
Tints of Blossom #DDB3BB
RGB
CMYK
RGB Variations
Color information
#DDB3BB (or 0xDDB3BB) is known color: Blossom. HEX triplet: DD, B3 and BB. RGB value is (221,179,187). Sum of RGB (Red+Green+Blue) = 221+179+187=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3BB is #224C44. Grayscale: #C0C0C0. Windows color (decimal): -2247749 or 12301277. OLE color: 12301277.
HSL color Cylindrical-coordinate representation of color #DDB3BB: hue angle of 348.57º 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 #DDB3BB is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 187 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.13 |
| HSL | 348.57º | 0.38% | 0.78% | - |
| HSV(B) | 348.57º | 0.19% | 0.87% | - |
| XYZ | 54.91 | 51.2 | 54 | - |
| YUV | 192.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 187 | 0 | 0.19 | 0.15 | 0.13 | 348.57 | 0.38 | 0.78 |
| Hex | DD | B3 | BB | 0 | 13 | F | D | 15D | 26 | 4E |
| Octal | 335 | 263 | 273 | 0 | 23 | 17 | 15 | 535 | 46 | 116 |
| Binary | 11011101 | 10110011 | 10111011 | 0 | 10011 | 1111 | 1101 | 101011101 | 100110 | 1001110 |
Color Harmonies of #DDB3BB
Complementary color
Monochromatic Colors of #DDB3BB
Black with #DDB3BB
Text Example
Text Example
White with #DDB3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3BB; }
p { color: rgb(221,179,187); }
H1.HeaderClassName
{
color: #DDB3BB;
}
.AnyTagClassName
{
color: #DDB3BB;
}
</style>
background-color css
<style>
a { background-color: #DDB3BB; }
a { background-color: rgb(221,179,187); }
div.DivClassName
{
background-color: #DDB3BB;
}
.BgClassName
{
background-color: #DDB3BB;
}
</style>
border-color css
<style>
span { border-color: #DDB3BB; }
span { border-color: rgb(221,179,187); }
td.TdClassName
{
border-color: #DDB3BB;
}
.TagClassName
{
border-color: #DDB3BB;
}
</style>