Shades of Blossom #DCB2BA
Tints of Blossom #DCB2BA
RGB
CMYK
RGB Variations
Color information
#DCB2BA (or 0xDCB2BA) is known color: Blossom. HEX triplet: DC, B2 and BA. RGB value is (220,178,186). Sum of RGB (Red+Green+Blue) = 220+178+186=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2BA is #234D45. Grayscale: #BFBFBF. Windows color (decimal): -2313542 or 12235484. OLE color: 12235484.
HSL color Cylindrical-coordinate representation of color #DCB2BA: hue angle of 348.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB2BA is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 186 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.14 |
| HSL | 348.57º | 0.38% | 0.78% | - |
| HSV(B) | 348.57º | 0.19% | 0.86% | - |
| XYZ | 54.3 | 50.6 | 53.36 | - |
| YUV | 191.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 186 | 0 | 0.19 | 0.15 | 0.14 | 348.57 | 0.38 | 0.78 |
| Hex | DC | B2 | BA | 0 | 13 | F | E | 15D | 26 | 4E |
| Octal | 334 | 262 | 272 | 0 | 23 | 17 | 16 | 535 | 46 | 116 |
| Binary | 11011100 | 10110010 | 10111010 | 0 | 10011 | 1111 | 1110 | 101011101 | 100110 | 1001110 |
Color Harmonies of #DCB2BA
Complementary color
Monochromatic Colors of #DCB2BA
Black with #DCB2BA
Text Example
Text Example
White with #DCB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2BA; }
p { color: rgb(220,178,186); }
H1.HeaderClassName
{
color: #DCB2BA;
}
.AnyTagClassName
{
color: #DCB2BA;
}
</style>
background-color css
<style>
a { background-color: #DCB2BA; }
a { background-color: rgb(220,178,186); }
div.DivClassName
{
background-color: #DCB2BA;
}
.BgClassName
{
background-color: #DCB2BA;
}
</style>
border-color css
<style>
span { border-color: #DCB2BA; }
span { border-color: rgb(220,178,186); }
td.TdClassName
{
border-color: #DCB2BA;
}
.TagClassName
{
border-color: #DCB2BA;
}
</style>