Shades of Blossom #DCB6BC
Tints of Blossom #DCB6BC
RGB
CMYK
RGB Variations
Color information
#DCB6BC (or 0xDCB6BC) is known color: Blossom. HEX triplet: DC, B6 and BC. RGB value is (220,182,188). Sum of RGB (Red+Green+Blue) = 220+182+188=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6BC is #234943. Grayscale: #C2C2C2. Windows color (decimal): -2312516 or 12367580. OLE color: 12367580.
HSL color Cylindrical-coordinate representation of color #DCB6BC: hue angle of 350.53º 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 #DCB6BC is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 188 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.14 |
| HSL | 350.53º | 0.35% | 0.79% | - |
| HSV(B) | 350.53º | 0.17% | 0.86% | - |
| XYZ | 55.32 | 52.3 | 54.76 | - |
| YUV | 194.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 188 | 0 | 0.17 | 0.15 | 0.14 | 350.53 | 0.35 | 0.79 |
| Hex | DC | B6 | BC | 0 | 11 | F | E | 15F | 23 | 4F |
| Octal | 334 | 266 | 274 | 0 | 21 | 17 | 16 | 537 | 43 | 117 |
| Binary | 11011100 | 10110110 | 10111100 | 0 | 10001 | 1111 | 1110 | 101011111 | 100011 | 1001111 |
Color Harmonies of #DCB6BC
Complementary color
Monochromatic Colors of #DCB6BC
Black with #DCB6BC
Text Example
Text Example
White with #DCB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6BC; }
p { color: rgb(220,182,188); }
H1.HeaderClassName
{
color: #DCB6BC;
}
.AnyTagClassName
{
color: #DCB6BC;
}
</style>
background-color css
<style>
a { background-color: #DCB6BC; }
a { background-color: rgb(220,182,188); }
div.DivClassName
{
background-color: #DCB6BC;
}
.BgClassName
{
background-color: #DCB6BC;
}
</style>
border-color css
<style>
span { border-color: #DCB6BC; }
span { border-color: rgb(220,182,188); }
td.TdClassName
{
border-color: #DCB6BC;
}
.TagClassName
{
border-color: #DCB6BC;
}
</style>