Shades of Blossom #DCB9BE
Tints of Blossom #DCB9BE
RGB
CMYK
RGB Variations
Color information
#DCB9BE (or 0xDCB9BE) is known color: Blossom. HEX triplet: DC, B9 and BE. RGB value is (220,185,190). Sum of RGB (Red+Green+Blue) = 220+185+190=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9BE is #234641. Grayscale: #C4C4C4. Windows color (decimal): -2311746 or 12499420. OLE color: 12499420.
HSL color Cylindrical-coordinate representation of color #DCB9BE: hue angle of 351.43º degrees, saturation: 0.33, 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 #DCB9BE is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 190 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.14 |
| HSL | 351.43º | 0.33% | 0.79% | - |
| HSV(B) | 351.43º | 0.16% | 0.86% | - |
| XYZ | 56.16 | 53.63 | 56.11 | - |
| YUV | 196.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 190 | 0 | 0.16 | 0.14 | 0.14 | 351.43 | 0.33 | 0.79 |
| Hex | DC | B9 | BE | 0 | 10 | E | E | 15F | 21 | 4F |
| Octal | 334 | 271 | 276 | 0 | 20 | 16 | 16 | 537 | 41 | 117 |
| Binary | 11011100 | 10111001 | 10111110 | 0 | 10000 | 1110 | 1110 | 101011111 | 100001 | 1001111 |
Color Harmonies of #DCB9BE
Complementary color
Monochromatic Colors of #DCB9BE
Black with #DCB9BE
Text Example
Text Example
White with #DCB9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9BE; }
p { color: rgb(220,185,190); }
H1.HeaderClassName
{
color: #DCB9BE;
}
.AnyTagClassName
{
color: #DCB9BE;
}
</style>
background-color css
<style>
a { background-color: #DCB9BE; }
a { background-color: rgb(220,185,190); }
div.DivClassName
{
background-color: #DCB9BE;
}
.BgClassName
{
background-color: #DCB9BE;
}
</style>
border-color css
<style>
span { border-color: #DCB9BE; }
span { border-color: rgb(220,185,190); }
td.TdClassName
{
border-color: #DCB9BE;
}
.TagClassName
{
border-color: #DCB9BE;
}
</style>