Shades of Blossom #DEB2BA
Tints of Blossom #DEB2BA
RGB
CMYK
RGB Variations
Color information
#DEB2BA (or 0xDEB2BA) is known color: Blossom. HEX triplet: DE, B2 and BA. RGB value is (222,178,186). Sum of RGB (Red+Green+Blue) = 222+178+186=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2BA is #214D45. Grayscale: #C0C0C0. Windows color (decimal): -2182470 or 12235486. OLE color: 12235486.
HSL color Cylindrical-coordinate representation of color #DEB2BA: hue angle of 349.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEB2BA is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 178 | 186 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.13 |
| HSL | 349.09º | 0.4% | 0.78% | - |
| HSV(B) | 349.09º | 0.2% | 0.87% | - |
| XYZ | 54.91 | 50.92 | 53.39 | - |
| YUV | 192.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 178 | 186 | 0 | 0.20 | 0.16 | 0.13 | 349.09 | 0.4 | 0.78 |
| Hex | DE | B2 | BA | 0 | 14 | 10 | D | 15D | 28 | 4E |
| Octal | 336 | 262 | 272 | 0 | 24 | 20 | 15 | 535 | 50 | 116 |
| Binary | 11011110 | 10110010 | 10111010 | 0 | 10100 | 10000 | 1101 | 101011101 | 101000 | 1001110 |
Color Harmonies of #DEB2BA
Complementary color
Monochromatic Colors of #DEB2BA
Black with #DEB2BA
Text Example
Text Example
White with #DEB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB2BA; }
p { color: rgb(222,178,186); }
H1.HeaderClassName
{
color: #DEB2BA;
}
.AnyTagClassName
{
color: #DEB2BA;
}
</style>
background-color css
<style>
a { background-color: #DEB2BA; }
a { background-color: rgb(222,178,186); }
div.DivClassName
{
background-color: #DEB2BA;
}
.BgClassName
{
background-color: #DEB2BA;
}
</style>
border-color css
<style>
span { border-color: #DEB2BA; }
span { border-color: rgb(222,178,186); }
td.TdClassName
{
border-color: #DEB2BA;
}
.TagClassName
{
border-color: #DEB2BA;
}
</style>