Shades of Blossom #DDB7BC
Tints of Blossom #DDB7BC
RGB
CMYK
RGB Variations
Color information
#DDB7BC (or 0xDDB7BC) is known color: Blossom. HEX triplet: DD, B7 and BC. RGB value is (221,183,188). Sum of RGB (Red+Green+Blue) = 221+183+188=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7BC is #224843. Grayscale: #C2C2C2. Windows color (decimal): -2246724 or 12367837. OLE color: 12367837.
HSL color Cylindrical-coordinate representation of color #DDB7BC: hue angle of 352.11º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB7BC is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 188 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.13 |
| HSL | 352.11º | 0.36% | 0.79% | - |
| HSV(B) | 352.11º | 0.17% | 0.87% | - |
| XYZ | 55.83 | 52.87 | 54.84 | - |
| YUV | 194.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 188 | 0 | 0.17 | 0.15 | 0.13 | 352.11 | 0.36 | 0.79 |
| Hex | DD | B7 | BC | 0 | 11 | F | D | 160 | 24 | 4F |
| Octal | 335 | 267 | 274 | 0 | 21 | 17 | 15 | 540 | 44 | 117 |
| Binary | 11011101 | 10110111 | 10111100 | 0 | 10001 | 1111 | 1101 | 101100000 | 100100 | 1001111 |
Color Harmonies of #DDB7BC
Complementary color
Monochromatic Colors of #DDB7BC
Black with #DDB7BC
Text Example
Text Example
White with #DDB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7BC; }
p { color: rgb(221,183,188); }
H1.HeaderClassName
{
color: #DDB7BC;
}
.AnyTagClassName
{
color: #DDB7BC;
}
</style>
background-color css
<style>
a { background-color: #DDB7BC; }
a { background-color: rgb(221,183,188); }
div.DivClassName
{
background-color: #DDB7BC;
}
.BgClassName
{
background-color: #DDB7BC;
}
</style>
border-color css
<style>
span { border-color: #DDB7BC; }
span { border-color: rgb(221,183,188); }
td.TdClassName
{
border-color: #DDB7BC;
}
.TagClassName
{
border-color: #DDB7BC;
}
</style>