Shades of Blossom #DCB8BD
Tints of Blossom #DCB8BD
RGB
CMYK
RGB Variations
Color information
#DCB8BD (or 0xDCB8BD) is known color: Blossom. HEX triplet: DC, B8 and BD. RGB value is (220,184,189). Sum of RGB (Red+Green+Blue) = 220+184+189=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8BD is #234742. Grayscale: #C3C3C3. Windows color (decimal): -2312003 or 12433628. OLE color: 12433628.
HSL color Cylindrical-coordinate representation of color #DCB8BD: hue angle of 351.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB8BD is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 189 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.14 |
| HSL | 351.67º | 0.34% | 0.79% | - |
| HSV(B) | 351.67º | 0.16% | 0.86% | - |
| XYZ | 55.84 | 53.17 | 55.46 | - |
| YUV | 195.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 189 | 0 | 0.16 | 0.14 | 0.14 | 351.67 | 0.34 | 0.79 |
| Hex | DC | B8 | BD | 0 | 10 | E | E | 160 | 22 | 4F |
| Octal | 334 | 270 | 275 | 0 | 20 | 16 | 16 | 540 | 42 | 117 |
| Binary | 11011100 | 10111000 | 10111101 | 0 | 10000 | 1110 | 1110 | 101100000 | 100010 | 1001111 |
Color Harmonies of #DCB8BD
Complementary color
Monochromatic Colors of #DCB8BD
Black with #DCB8BD
Text Example
Text Example
White with #DCB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8BD; }
p { color: rgb(220,184,189); }
H1.HeaderClassName
{
color: #DCB8BD;
}
.AnyTagClassName
{
color: #DCB8BD;
}
</style>
background-color css
<style>
a { background-color: #DCB8BD; }
a { background-color: rgb(220,184,189); }
div.DivClassName
{
background-color: #DCB8BD;
}
.BgClassName
{
background-color: #DCB8BD;
}
</style>
border-color css
<style>
span { border-color: #DCB8BD; }
span { border-color: rgb(220,184,189); }
td.TdClassName
{
border-color: #DCB8BD;
}
.TagClassName
{
border-color: #DCB8BD;
}
</style>