Shades of Blossom #DDB4BB
Tints of Blossom #DDB4BB
RGB
CMYK
RGB Variations
Color information
#DDB4BB (or 0xDDB4BB) is known color: Blossom. HEX triplet: DD, B4 and BB. RGB value is (221,180,187). Sum of RGB (Red+Green+Blue) = 221+180+187=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4BB is #224B44. Grayscale: #C1C1C1. Windows color (decimal): -2247493 or 12301533. OLE color: 12301533.
HSL color Cylindrical-coordinate representation of color #DDB4BB: hue angle of 349.76º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB4BB is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 187 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.13 |
| HSL | 349.76º | 0.38% | 0.79% | - |
| HSV(B) | 349.76º | 0.19% | 0.87% | - |
| XYZ | 55.11 | 51.6 | 54.07 | - |
| YUV | 193.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 187 | 0 | 0.19 | 0.15 | 0.13 | 349.76 | 0.38 | 0.79 |
| Hex | DD | B4 | BB | 0 | 13 | F | D | 15E | 26 | 4F |
| Octal | 335 | 264 | 273 | 0 | 23 | 17 | 15 | 536 | 46 | 117 |
| Binary | 11011101 | 10110100 | 10111011 | 0 | 10011 | 1111 | 1101 | 101011110 | 100110 | 1001111 |
Color Harmonies of #DDB4BB
Complementary color
Monochromatic Colors of #DDB4BB
Black with #DDB4BB
Text Example
Text Example
White with #DDB4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4BB; }
p { color: rgb(221,180,187); }
H1.HeaderClassName
{
color: #DDB4BB;
}
.AnyTagClassName
{
color: #DDB4BB;
}
</style>
background-color css
<style>
a { background-color: #DDB4BB; }
a { background-color: rgb(221,180,187); }
div.DivClassName
{
background-color: #DDB4BB;
}
.BgClassName
{
background-color: #DDB4BB;
}
</style>
border-color css
<style>
span { border-color: #DDB4BB; }
span { border-color: rgb(221,180,187); }
td.TdClassName
{
border-color: #DDB4BB;
}
.TagClassName
{
border-color: #DDB4BB;
}
</style>