Shades of Blossom #DDB2BB
Tints of Blossom #DDB2BB
RGB
CMYK
RGB Variations
Color information
#DDB2BB (or 0xDDB2BB) is known color: Blossom. HEX triplet: DD, B2 and BB. RGB value is (221,178,187). Sum of RGB (Red+Green+Blue) = 221+178+187=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2BB is #224D44. Grayscale: #BFBFBF. Windows color (decimal): -2248005 or 12301021. OLE color: 12301021.
HSL color Cylindrical-coordinate representation of color #DDB2BB: hue angle of 347.44º degrees, saturation: 0.39, 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 #DDB2BB is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 187 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.13 |
| HSL | 347.44º | 0.39% | 0.78% | - |
| HSV(B) | 347.44º | 0.19% | 0.87% | - |
| XYZ | 54.71 | 50.8 | 53.94 | - |
| YUV | 191.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 187 | 0 | 0.19 | 0.15 | 0.13 | 347.44 | 0.39 | 0.78 |
| Hex | DD | B2 | BB | 0 | 13 | F | D | 15B | 27 | 4E |
| Octal | 335 | 262 | 273 | 0 | 23 | 17 | 15 | 533 | 47 | 116 |
| Binary | 11011101 | 10110010 | 10111011 | 0 | 10011 | 1111 | 1101 | 101011011 | 100111 | 1001110 |
Color Harmonies of #DDB2BB
Complementary color
Monochromatic Colors of #DDB2BB
Black with #DDB2BB
Text Example
Text Example
White with #DDB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2BB; }
p { color: rgb(221,178,187); }
H1.HeaderClassName
{
color: #DDB2BB;
}
.AnyTagClassName
{
color: #DDB2BB;
}
</style>
background-color css
<style>
a { background-color: #DDB2BB; }
a { background-color: rgb(221,178,187); }
div.DivClassName
{
background-color: #DDB2BB;
}
.BgClassName
{
background-color: #DDB2BB;
}
</style>
border-color css
<style>
span { border-color: #DDB2BB; }
span { border-color: rgb(221,178,187); }
td.TdClassName
{
border-color: #DDB2BB;
}
.TagClassName
{
border-color: #DDB2BB;
}
</style>