Shades of Blossom #DCB7BD
Tints of Blossom #DCB7BD
RGB
CMYK
RGB Variations
Color information
#DCB7BD (or 0xDCB7BD) is known color: Blossom. HEX triplet: DC, B7 and BD. RGB value is (220,183,189). Sum of RGB (Red+Green+Blue) = 220+183+189=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7BD is #234842. Grayscale: #C2C2C2. Windows color (decimal): -2312259 or 12433372. OLE color: 12433372.
HSL color Cylindrical-coordinate representation of color #DCB7BD: hue angle of 350.27º 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 #DCB7BD is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 189 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.14 |
| HSL | 350.27º | 0.35% | 0.79% | - |
| HSV(B) | 350.27º | 0.17% | 0.86% | - |
| XYZ | 55.63 | 52.76 | 55.39 | - |
| YUV | 194.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 189 | 0 | 0.17 | 0.14 | 0.14 | 350.27 | 0.35 | 0.79 |
| Hex | DC | B7 | BD | 0 | 11 | E | E | 15E | 23 | 4F |
| Octal | 334 | 267 | 275 | 0 | 21 | 16 | 16 | 536 | 43 | 117 |
| Binary | 11011100 | 10110111 | 10111101 | 0 | 10001 | 1110 | 1110 | 101011110 | 100011 | 1001111 |
Color Harmonies of #DCB7BD
Complementary color
Monochromatic Colors of #DCB7BD
Black with #DCB7BD
Text Example
Text Example
White with #DCB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7BD; }
p { color: rgb(220,183,189); }
H1.HeaderClassName
{
color: #DCB7BD;
}
.AnyTagClassName
{
color: #DCB7BD;
}
</style>
background-color css
<style>
a { background-color: #DCB7BD; }
a { background-color: rgb(220,183,189); }
div.DivClassName
{
background-color: #DCB7BD;
}
.BgClassName
{
background-color: #DCB7BD;
}
</style>
border-color css
<style>
span { border-color: #DCB7BD; }
span { border-color: rgb(220,183,189); }
td.TdClassName
{
border-color: #DCB7BD;
}
.TagClassName
{
border-color: #DCB7BD;
}
</style>