Shades of Blossom #DEB0B7
Tints of Blossom #DEB0B7
RGB
CMYK
RGB Variations
Color information
#DEB0B7 (or 0xDEB0B7) is known color: Blossom. HEX triplet: DE, B0 and B7. RGB value is (222,176,183). Sum of RGB (Red+Green+Blue) = 222+176+183=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0B7 is #214F48. Grayscale: #BEBEBE. Windows color (decimal): -2182985 or 12038366. OLE color: 12038366.
HSL color Cylindrical-coordinate representation of color #DEB0B7: hue angle of 350.87º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEB0B7 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 176 | 183 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.13 |
| HSL | 350.87º | 0.41% | 0.78% | - |
| HSV(B) | 350.87º | 0.21% | 0.87% | - |
| XYZ | 54.2 | 50 | 51.59 | - |
| YUV | 190.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 183 | 0 | 0.21 | 0.18 | 0.13 | 350.87 | 0.41 | 0.78 |
| Hex | DE | B0 | B7 | 0 | 15 | 12 | D | 15F | 29 | 4E |
| Octal | 336 | 260 | 267 | 0 | 25 | 22 | 15 | 537 | 51 | 116 |
| Binary | 11011110 | 10110000 | 10110111 | 0 | 10101 | 10010 | 1101 | 101011111 | 101001 | 1001110 |
Color Harmonies of #DEB0B7
Complementary color
Monochromatic Colors of #DEB0B7
Black with #DEB0B7
Text Example
Text Example
White with #DEB0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0B7; }
p { color: rgb(222,176,183); }
H1.HeaderClassName
{
color: #DEB0B7;
}
.AnyTagClassName
{
color: #DEB0B7;
}
</style>
background-color css
<style>
a { background-color: #DEB0B7; }
a { background-color: rgb(222,176,183); }
div.DivClassName
{
background-color: #DEB0B7;
}
.BgClassName
{
background-color: #DEB0B7;
}
</style>
border-color css
<style>
span { border-color: #DEB0B7; }
span { border-color: rgb(222,176,183); }
td.TdClassName
{
border-color: #DEB0B7;
}
.TagClassName
{
border-color: #DEB0B7;
}
</style>