Shades of Blossom #DCB4BA
Tints of Blossom #DCB4BA
RGB
CMYK
RGB Variations
Color information
#DCB4BA (or 0xDCB4BA) is known color: Blossom. HEX triplet: DC, B4 and BA. RGB value is (220,180,186). Sum of RGB (Red+Green+Blue) = 220+180+186=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4BA is #234B45. Grayscale: #C0C0C0. Windows color (decimal): -2313030 or 12235996. OLE color: 12235996.
HSL color Cylindrical-coordinate representation of color #DCB4BA: hue angle of 351º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB4BA is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 186 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.14 |
| HSL | 351º | 0.36% | 0.78% | - |
| HSV(B) | 351º | 0.18% | 0.86% | - |
| XYZ | 54.7 | 51.4 | 53.49 | - |
| YUV | 192.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 186 | 0 | 0.18 | 0.15 | 0.14 | 351 | 0.36 | 0.78 |
| Hex | DC | B4 | BA | 0 | 12 | F | E | 15F | 24 | 4E |
| Octal | 334 | 264 | 272 | 0 | 22 | 17 | 16 | 537 | 44 | 116 |
| Binary | 11011100 | 10110100 | 10111010 | 0 | 10010 | 1111 | 1110 | 101011111 | 100100 | 1001110 |
Color Harmonies of #DCB4BA
Complementary color
Monochromatic Colors of #DCB4BA
Black with #DCB4BA
Text Example
Text Example
White with #DCB4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4BA; }
p { color: rgb(220,180,186); }
H1.HeaderClassName
{
color: #DCB4BA;
}
.AnyTagClassName
{
color: #DCB4BA;
}
</style>
background-color css
<style>
a { background-color: #DCB4BA; }
a { background-color: rgb(220,180,186); }
div.DivClassName
{
background-color: #DCB4BA;
}
.BgClassName
{
background-color: #DCB4BA;
}
</style>
border-color css
<style>
span { border-color: #DCB4BA; }
span { border-color: rgb(220,180,186); }
td.TdClassName
{
border-color: #DCB4BA;
}
.TagClassName
{
border-color: #DCB4BA;
}
</style>