Shades of Blossom #DDB0B6
Tints of Blossom #DDB0B6
RGB
CMYK
RGB Variations
Color information
#DDB0B6 (or 0xDDB0B6) is known color: Blossom. HEX triplet: DD, B0 and B6. RGB value is (221,176,182). Sum of RGB (Red+Green+Blue) = 221+176+182=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0B6 is #224F49. Grayscale: #BEBEBE. Windows color (decimal): -2248522 or 11972829. OLE color: 11972829.
HSL color Cylindrical-coordinate representation of color #DDB0B6: hue angle of 352º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB0B6 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 182 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.13 |
| HSL | 352º | 0.4% | 0.78% | - |
| HSV(B) | 352º | 0.2% | 0.87% | - |
| XYZ | 53.79 | 49.8 | 51.03 | - |
| YUV | 190.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 182 | 0 | 0.20 | 0.18 | 0.13 | 352 | 0.4 | 0.78 |
| Hex | DD | B0 | B6 | 0 | 14 | 12 | D | 160 | 28 | 4E |
| Octal | 335 | 260 | 266 | 0 | 24 | 22 | 15 | 540 | 50 | 116 |
| Binary | 11011101 | 10110000 | 10110110 | 0 | 10100 | 10010 | 1101 | 101100000 | 101000 | 1001110 |
Color Harmonies of #DDB0B6
Complementary color
Monochromatic Colors of #DDB0B6
Black with #DDB0B6
Text Example
Text Example
White with #DDB0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0B6; }
p { color: rgb(221,176,182); }
H1.HeaderClassName
{
color: #DDB0B6;
}
.AnyTagClassName
{
color: #DDB0B6;
}
</style>
background-color css
<style>
a { background-color: #DDB0B6; }
a { background-color: rgb(221,176,182); }
div.DivClassName
{
background-color: #DDB0B6;
}
.BgClassName
{
background-color: #DDB0B6;
}
</style>
border-color css
<style>
span { border-color: #DDB0B6; }
span { border-color: rgb(221,176,182); }
td.TdClassName
{
border-color: #DDB0B6;
}
.TagClassName
{
border-color: #DDB0B6;
}
</style>