Shades of Blossom #DDB7BD
Tints of Blossom #DDB7BD
RGB
CMYK
RGB Variations
Color information
#DDB7BD (or 0xDDB7BD) is known color: Blossom. HEX triplet: DD, B7 and BD. RGB value is (221,183,189). Sum of RGB (Red+Green+Blue) = 221+183+189=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7BD is #224842. Grayscale: #C3C3C3. Windows color (decimal): -2246723 or 12433373. OLE color: 12433373.
HSL color Cylindrical-coordinate representation of color #DDB7BD: hue angle of 350.53º 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 #DDB7BD is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 189 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.13 |
| HSL | 350.53º | 0.36% | 0.79% | - |
| HSV(B) | 350.53º | 0.17% | 0.87% | - |
| XYZ | 55.94 | 52.91 | 55.41 | - |
| YUV | 195.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 189 | 0 | 0.17 | 0.14 | 0.13 | 350.53 | 0.36 | 0.79 |
| Hex | DD | B7 | BD | 0 | 11 | E | D | 15F | 24 | 4F |
| Octal | 335 | 267 | 275 | 0 | 21 | 16 | 15 | 537 | 44 | 117 |
| Binary | 11011101 | 10110111 | 10111101 | 0 | 10001 | 1110 | 1101 | 101011111 | 100100 | 1001111 |
Color Harmonies of #DDB7BD
Complementary color
Monochromatic Colors of #DDB7BD
Black with #DDB7BD
Text Example
Text Example
White with #DDB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7BD; }
p { color: rgb(221,183,189); }
H1.HeaderClassName
{
color: #DDB7BD;
}
.AnyTagClassName
{
color: #DDB7BD;
}
</style>
background-color css
<style>
a { background-color: #DDB7BD; }
a { background-color: rgb(221,183,189); }
div.DivClassName
{
background-color: #DDB7BD;
}
.BgClassName
{
background-color: #DDB7BD;
}
</style>
border-color css
<style>
span { border-color: #DDB7BD; }
span { border-color: rgb(221,183,189); }
td.TdClassName
{
border-color: #DDB7BD;
}
.TagClassName
{
border-color: #DDB7BD;
}
</style>