Shades of Blossom #DCB6BB
Tints of Blossom #DCB6BB
RGB
CMYK
RGB Variations
Color information
#DCB6BB (or 0xDCB6BB) is known color: Blossom. HEX triplet: DC, B6 and BB. RGB value is (220,182,187). Sum of RGB (Red+Green+Blue) = 220+182+187=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6BB is #234944. Grayscale: #C1C1C1. Windows color (decimal): -2312517 or 12302044. OLE color: 12302044.
HSL color Cylindrical-coordinate representation of color #DCB6BB: hue angle of 352.11º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB6BB is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 187 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.14 |
| HSL | 352.11º | 0.35% | 0.79% | - |
| HSV(B) | 352.11º | 0.17% | 0.86% | - |
| XYZ | 55.21 | 52.26 | 54.19 | - |
| YUV | 193.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 187 | 0 | 0.17 | 0.15 | 0.14 | 352.11 | 0.35 | 0.79 |
| Hex | DC | B6 | BB | 0 | 11 | F | E | 160 | 23 | 4F |
| Octal | 334 | 266 | 273 | 0 | 21 | 17 | 16 | 540 | 43 | 117 |
| Binary | 11011100 | 10110110 | 10111011 | 0 | 10001 | 1111 | 1110 | 101100000 | 100011 | 1001111 |
Color Harmonies of #DCB6BB
Complementary color
Monochromatic Colors of #DCB6BB
Black with #DCB6BB
Text Example
Text Example
White with #DCB6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6BB; }
p { color: rgb(220,182,187); }
H1.HeaderClassName
{
color: #DCB6BB;
}
.AnyTagClassName
{
color: #DCB6BB;
}
</style>
background-color css
<style>
a { background-color: #DCB6BB; }
a { background-color: rgb(220,182,187); }
div.DivClassName
{
background-color: #DCB6BB;
}
.BgClassName
{
background-color: #DCB6BB;
}
</style>
border-color css
<style>
span { border-color: #DCB6BB; }
span { border-color: rgb(220,182,187); }
td.TdClassName
{
border-color: #DCB6BB;
}
.TagClassName
{
border-color: #DCB6BB;
}
</style>