Shades of Blossom #DCB5BC
Tints of Blossom #DCB5BC
RGB
CMYK
RGB Variations
Color information
#DCB5BC (or 0xDCB5BC) is known color: Blossom. HEX triplet: DC, B5 and BC. RGB value is (220,181,188). Sum of RGB (Red+Green+Blue) = 220+181+188=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5BC is #234A43. Grayscale: #C1C1C1. Windows color (decimal): -2312772 or 12367324. OLE color: 12367324.
HSL color Cylindrical-coordinate representation of color #DCB5BC: hue angle of 349.23º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB5BC is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 188 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.14 |
| HSL | 349.23º | 0.36% | 0.79% | - |
| HSV(B) | 349.23º | 0.18% | 0.86% | - |
| XYZ | 55.12 | 51.89 | 54.69 | - |
| YUV | 193.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 188 | 0 | 0.18 | 0.15 | 0.14 | 349.23 | 0.36 | 0.79 |
| Hex | DC | B5 | BC | 0 | 12 | F | E | 15D | 24 | 4F |
| Octal | 334 | 265 | 274 | 0 | 22 | 17 | 16 | 535 | 44 | 117 |
| Binary | 11011100 | 10110101 | 10111100 | 0 | 10010 | 1111 | 1110 | 101011101 | 100100 | 1001111 |
Color Harmonies of #DCB5BC
Complementary color
Monochromatic Colors of #DCB5BC
Black with #DCB5BC
Text Example
Text Example
White with #DCB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5BC; }
p { color: rgb(220,181,188); }
H1.HeaderClassName
{
color: #DCB5BC;
}
.AnyTagClassName
{
color: #DCB5BC;
}
</style>
background-color css
<style>
a { background-color: #DCB5BC; }
a { background-color: rgb(220,181,188); }
div.DivClassName
{
background-color: #DCB5BC;
}
.BgClassName
{
background-color: #DCB5BC;
}
</style>
border-color css
<style>
span { border-color: #DCB5BC; }
span { border-color: rgb(220,181,188); }
td.TdClassName
{
border-color: #DCB5BC;
}
.TagClassName
{
border-color: #DCB5BC;
}
</style>