Shades of Blossom #DCB0B4
Tints of Blossom #DCB0B4
RGB
CMYK
RGB Variations
Color information
#DCB0B4 (or 0xDCB0B4) is known color: Blossom. HEX triplet: DC, B0 and B4. RGB value is (220,176,180). Sum of RGB (Red+Green+Blue) = 220+176+180=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0B4 is #234F4B. Grayscale: #BDBDBD. Windows color (decimal): -2314060 or 11841756. OLE color: 11841756.
HSL color Cylindrical-coordinate representation of color #DCB0B4: hue angle of 354.55º 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 #DCB0B4 is Cyan = 0, Magento = 0.2, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 180 | - |
| CMYK | 0 | 0.2 | 0.18 | 0.14 |
| HSL | 354.55º | 0.39% | 0.78% | - |
| HSV(B) | 354.55º | 0.2% | 0.86% | - |
| XYZ | 53.28 | 49.56 | 49.94 | - |
| YUV | 189.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 180 | 0 | 0.2 | 0.18 | 0.14 | 354.55 | 0.39 | 0.78 |
| Hex | DC | B0 | B4 | 0 | 14 | 12 | E | 163 | 27 | 4E |
| Octal | 334 | 260 | 264 | 0 | 24 | 22 | 16 | 543 | 47 | 116 |
| Binary | 11011100 | 10110000 | 10110100 | 0 | 10100 | 10010 | 1110 | 101100011 | 100111 | 1001110 |
Color Harmonies of #DCB0B4
Complementary color
Monochromatic Colors of #DCB0B4
Black with #DCB0B4
Text Example
Text Example
White with #DCB0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0B4; }
p { color: rgb(220,176,180); }
H1.HeaderClassName
{
color: #DCB0B4;
}
.AnyTagClassName
{
color: #DCB0B4;
}
</style>
background-color css
<style>
a { background-color: #DCB0B4; }
a { background-color: rgb(220,176,180); }
div.DivClassName
{
background-color: #DCB0B4;
}
.BgClassName
{
background-color: #DCB0B4;
}
</style>
border-color css
<style>
span { border-color: #DCB0B4; }
span { border-color: rgb(220,176,180); }
td.TdClassName
{
border-color: #DCB0B4;
}
.TagClassName
{
border-color: #DCB0B4;
}
</style>