Shades of Blossom #DCB0B8
Tints of Blossom #DCB0B8
RGB
CMYK
RGB Variations
Color information
#DCB0B8 (or 0xDCB0B8) is known color: Blossom. HEX triplet: DC, B0 and B8. RGB value is (220,176,184). Sum of RGB (Red+Green+Blue) = 220+176+184=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0B8 is #234F47. Grayscale: #BEBEBE. Windows color (decimal): -2314056 or 12103900. OLE color: 12103900.
HSL color Cylindrical-coordinate representation of color #DCB0B8: hue angle of 349.09º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB0B8 is Cyan = 0, Magento = 0.2, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 184 | - |
| CMYK | 0 | 0.2 | 0.16 | 0.14 |
| HSL | 349.09º | 0.39% | 0.78% | - |
| HSV(B) | 349.09º | 0.2% | 0.86% | - |
| XYZ | 53.69 | 49.73 | 52.12 | - |
| YUV | 190.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 184 | 0 | 0.2 | 0.16 | 0.14 | 349.09 | 0.39 | 0.78 |
| Hex | DC | B0 | B8 | 0 | 14 | 10 | E | 15D | 27 | 4E |
| Octal | 334 | 260 | 270 | 0 | 24 | 20 | 16 | 535 | 47 | 116 |
| Binary | 11011100 | 10110000 | 10111000 | 0 | 10100 | 10000 | 1110 | 101011101 | 100111 | 1001110 |
Color Harmonies of #DCB0B8
Complementary color
Monochromatic Colors of #DCB0B8
Black with #DCB0B8
Text Example
Text Example
White with #DCB0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0B8; }
p { color: rgb(220,176,184); }
H1.HeaderClassName
{
color: #DCB0B8;
}
.AnyTagClassName
{
color: #DCB0B8;
}
</style>
background-color css
<style>
a { background-color: #DCB0B8; }
a { background-color: rgb(220,176,184); }
div.DivClassName
{
background-color: #DCB0B8;
}
.BgClassName
{
background-color: #DCB0B8;
}
</style>
border-color css
<style>
span { border-color: #DCB0B8; }
span { border-color: rgb(220,176,184); }
td.TdClassName
{
border-color: #DCB0B8;
}
.TagClassName
{
border-color: #DCB0B8;
}
</style>