Shades of Blossom #DDB6BB
Tints of Blossom #DDB6BB
RGB
CMYK
RGB Variations
Color information
#DDB6BB (or 0xDDB6BB) is known color: Blossom. HEX triplet: DD, B6 and BB. RGB value is (221,182,187). Sum of RGB (Red+Green+Blue) = 221+182+187=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6BB is #224944. Grayscale: #C2C2C2. Windows color (decimal): -2246981 or 12302045. OLE color: 12302045.
HSL color Cylindrical-coordinate representation of color #DDB6BB: hue angle of 352.31º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB6BB is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 187 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.13 |
| HSL | 352.31º | 0.36% | 0.79% | - |
| HSV(B) | 352.31º | 0.18% | 0.87% | - |
| XYZ | 55.52 | 52.42 | 54.2 | - |
| YUV | 194.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 187 | 0 | 0.18 | 0.15 | 0.13 | 352.31 | 0.36 | 0.79 |
| Hex | DD | B6 | BB | 0 | 12 | F | D | 160 | 24 | 4F |
| Octal | 335 | 266 | 273 | 0 | 22 | 17 | 15 | 540 | 44 | 117 |
| Binary | 11011101 | 10110110 | 10111011 | 0 | 10010 | 1111 | 1101 | 101100000 | 100100 | 1001111 |
Color Harmonies of #DDB6BB
Complementary color
Monochromatic Colors of #DDB6BB
Black with #DDB6BB
Text Example
Text Example
White with #DDB6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6BB; }
p { color: rgb(221,182,187); }
H1.HeaderClassName
{
color: #DDB6BB;
}
.AnyTagClassName
{
color: #DDB6BB;
}
</style>
background-color css
<style>
a { background-color: #DDB6BB; }
a { background-color: rgb(221,182,187); }
div.DivClassName
{
background-color: #DDB6BB;
}
.BgClassName
{
background-color: #DDB6BB;
}
</style>
border-color css
<style>
span { border-color: #DDB6BB; }
span { border-color: rgb(221,182,187); }
td.TdClassName
{
border-color: #DDB6BB;
}
.TagClassName
{
border-color: #DDB6BB;
}
</style>