Shades of Blossom #DEB9BD
Tints of Blossom #DEB9BD
RGB
CMYK
RGB Variations
Color information
#DEB9BD (or 0xDEB9BD) is known color: Blossom. HEX triplet: DE, B9 and BD. RGB value is (222,185,189). Sum of RGB (Red+Green+Blue) = 222+185+189=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB9BD is #214642. Grayscale: #C4C4C4. Windows color (decimal): -2180675 or 12433886. OLE color: 12433886.
HSL color Cylindrical-coordinate representation of color #DEB9BD: hue angle of 353.51º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEB9BD is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 185 | 189 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.13 |
| HSL | 353.51º | 0.36% | 0.8% | - |
| HSV(B) | 353.51º | 0.17% | 0.87% | - |
| XYZ | 56.66 | 53.9 | 55.56 | - |
| YUV | 196.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 185 | 189 | 0 | 0.17 | 0.15 | 0.13 | 353.51 | 0.36 | 0.8 |
| Hex | DE | B9 | BD | 0 | 11 | F | D | 162 | 24 | 50 |
| Octal | 336 | 271 | 275 | 0 | 21 | 17 | 15 | 542 | 44 | 120 |
| Binary | 11011110 | 10111001 | 10111101 | 0 | 10001 | 1111 | 1101 | 101100010 | 100100 | 1010000 |
Color Harmonies of #DEB9BD
Complementary color
Monochromatic Colors of #DEB9BD
Black with #DEB9BD
Text Example
Text Example
White with #DEB9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB9BD; }
p { color: rgb(222,185,189); }
H1.HeaderClassName
{
color: #DEB9BD;
}
.AnyTagClassName
{
color: #DEB9BD;
}
</style>
background-color css
<style>
a { background-color: #DEB9BD; }
a { background-color: rgb(222,185,189); }
div.DivClassName
{
background-color: #DEB9BD;
}
.BgClassName
{
background-color: #DEB9BD;
}
</style>
border-color css
<style>
span { border-color: #DEB9BD; }
span { border-color: rgb(222,185,189); }
td.TdClassName
{
border-color: #DEB9BD;
}
.TagClassName
{
border-color: #DEB9BD;
}
</style>