Shades of Blossom #DDB5BC
Tints of Blossom #DDB5BC
RGB
CMYK
RGB Variations
Color information
#DDB5BC (or 0xDDB5BC) is known color: Blossom. HEX triplet: DD, B5 and BC. RGB value is (221,181,188). Sum of RGB (Red+Green+Blue) = 221+181+188=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5BC is #224A43. Grayscale: #C1C1C1. Windows color (decimal): -2247236 or 12367325. OLE color: 12367325.
HSL color Cylindrical-coordinate representation of color #DDB5BC: hue angle of 349.5º degrees, saturation: 0.37, 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 #DDB5BC is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 188 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.13 |
| HSL | 349.5º | 0.37% | 0.79% | - |
| HSV(B) | 349.5º | 0.18% | 0.87% | - |
| XYZ | 55.42 | 52.05 | 54.7 | - |
| YUV | 193.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 188 | 0 | 0.18 | 0.15 | 0.13 | 349.5 | 0.37 | 0.79 |
| Hex | DD | B5 | BC | 0 | 12 | F | D | 15E | 25 | 4F |
| Octal | 335 | 265 | 274 | 0 | 22 | 17 | 15 | 536 | 45 | 117 |
| Binary | 11011101 | 10110101 | 10111100 | 0 | 10010 | 1111 | 1101 | 101011110 | 100101 | 1001111 |
Color Harmonies of #DDB5BC
Complementary color
Monochromatic Colors of #DDB5BC
Black with #DDB5BC
Text Example
Text Example
White with #DDB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5BC; }
p { color: rgb(221,181,188); }
H1.HeaderClassName
{
color: #DDB5BC;
}
.AnyTagClassName
{
color: #DDB5BC;
}
</style>
background-color css
<style>
a { background-color: #DDB5BC; }
a { background-color: rgb(221,181,188); }
div.DivClassName
{
background-color: #DDB5BC;
}
.BgClassName
{
background-color: #DDB5BC;
}
</style>
border-color css
<style>
span { border-color: #DDB5BC; }
span { border-color: rgb(221,181,188); }
td.TdClassName
{
border-color: #DDB5BC;
}
.TagClassName
{
border-color: #DDB5BC;
}
</style>