Shades of Blossom #DCB5BB
Tints of Blossom #DCB5BB
RGB
CMYK
RGB Variations
Color information
#DCB5BB (or 0xDCB5BB) is known color: Blossom. HEX triplet: DC, B5 and BB. RGB value is (220,181,187). Sum of RGB (Red+Green+Blue) = 220+181+187=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5BB is #234A44. Grayscale: #C1C1C1. Windows color (decimal): -2312773 or 12301788. OLE color: 12301788.
HSL color Cylindrical-coordinate representation of color #DCB5BB: hue angle of 350.77º 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 #DCB5BB is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 187 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.14 |
| HSL | 350.77º | 0.36% | 0.79% | - |
| HSV(B) | 350.77º | 0.18% | 0.86% | - |
| XYZ | 55.01 | 51.85 | 54.12 | - |
| YUV | 193.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 187 | 0 | 0.18 | 0.15 | 0.14 | 350.77 | 0.36 | 0.79 |
| Hex | DC | B5 | BB | 0 | 12 | F | E | 15F | 24 | 4F |
| Octal | 334 | 265 | 273 | 0 | 22 | 17 | 16 | 537 | 44 | 117 |
| Binary | 11011100 | 10110101 | 10111011 | 0 | 10010 | 1111 | 1110 | 101011111 | 100100 | 1001111 |
Color Harmonies of #DCB5BB
Complementary color
Monochromatic Colors of #DCB5BB
Black with #DCB5BB
Text Example
Text Example
White with #DCB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5BB; }
p { color: rgb(220,181,187); }
H1.HeaderClassName
{
color: #DCB5BB;
}
.AnyTagClassName
{
color: #DCB5BB;
}
</style>
background-color css
<style>
a { background-color: #DCB5BB; }
a { background-color: rgb(220,181,187); }
div.DivClassName
{
background-color: #DCB5BB;
}
.BgClassName
{
background-color: #DCB5BB;
}
</style>
border-color css
<style>
span { border-color: #DCB5BB; }
span { border-color: rgb(220,181,187); }
td.TdClassName
{
border-color: #DCB5BB;
}
.TagClassName
{
border-color: #DCB5BB;
}
</style>