Shades of Blossom #DDB6BA
Tints of Blossom #DDB6BA
RGB
CMYK
RGB Variations
Color information
#DDB6BA (or 0xDDB6BA) is known color: Blossom. HEX triplet: DD, B6 and BA. RGB value is (221,182,186). Sum of RGB (Red+Green+Blue) = 221+182+186=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6BA is #224945. Grayscale: #C2C2C2. Windows color (decimal): -2246982 or 12236509. OLE color: 12236509.
HSL color Cylindrical-coordinate representation of color #DDB6BA: hue angle of 353.85º 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 #DDB6BA is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 186 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.13 |
| HSL | 353.85º | 0.36% | 0.79% | - |
| HSV(B) | 353.85º | 0.18% | 0.87% | - |
| XYZ | 55.41 | 52.37 | 53.64 | - |
| YUV | 194.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 186 | 0 | 0.18 | 0.16 | 0.13 | 353.85 | 0.36 | 0.79 |
| Hex | DD | B6 | BA | 0 | 12 | 10 | D | 162 | 24 | 4F |
| Octal | 335 | 266 | 272 | 0 | 22 | 20 | 15 | 542 | 44 | 117 |
| Binary | 11011101 | 10110110 | 10111010 | 0 | 10010 | 10000 | 1101 | 101100010 | 100100 | 1001111 |
Color Harmonies of #DDB6BA
Complementary color
Monochromatic Colors of #DDB6BA
Black with #DDB6BA
Text Example
Text Example
White with #DDB6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6BA; }
p { color: rgb(221,182,186); }
H1.HeaderClassName
{
color: #DDB6BA;
}
.AnyTagClassName
{
color: #DDB6BA;
}
</style>
background-color css
<style>
a { background-color: #DDB6BA; }
a { background-color: rgb(221,182,186); }
div.DivClassName
{
background-color: #DDB6BA;
}
.BgClassName
{
background-color: #DDB6BA;
}
</style>
border-color css
<style>
span { border-color: #DDB6BA; }
span { border-color: rgb(221,182,186); }
td.TdClassName
{
border-color: #DDB6BA;
}
.TagClassName
{
border-color: #DDB6BA;
}
</style>