Shades of Blossom #DEB0B6
Tints of Blossom #DEB0B6
RGB
CMYK
RGB Variations
Color information
#DEB0B6 (or 0xDEB0B6) is known color: Blossom. HEX triplet: DE, B0 and B6. RGB value is (222,176,182). Sum of RGB (Red+Green+Blue) = 222+176+182=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0B6 is #214F49. Grayscale: #BEBEBE. Windows color (decimal): -2182986 or 11972830. OLE color: 11972830.
HSL color Cylindrical-coordinate representation of color #DEB0B6: hue angle of 352.17º 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 #DEB0B6 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 176 | 182 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.13 |
| HSL | 352.17º | 0.41% | 0.78% | - |
| HSV(B) | 352.17º | 0.21% | 0.87% | - |
| XYZ | 54.09 | 49.96 | 51.05 | - |
| YUV | 190.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 182 | 0 | 0.21 | 0.18 | 0.13 | 352.17 | 0.41 | 0.78 |
| Hex | DE | B0 | B6 | 0 | 15 | 12 | D | 160 | 29 | 4E |
| Octal | 336 | 260 | 266 | 0 | 25 | 22 | 15 | 540 | 51 | 116 |
| Binary | 11011110 | 10110000 | 10110110 | 0 | 10101 | 10010 | 1101 | 101100000 | 101001 | 1001110 |
Color Harmonies of #DEB0B6
Complementary color
Monochromatic Colors of #DEB0B6
Black with #DEB0B6
Text Example
Text Example
White with #DEB0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0B6; }
p { color: rgb(222,176,182); }
H1.HeaderClassName
{
color: #DEB0B6;
}
.AnyTagClassName
{
color: #DEB0B6;
}
</style>
background-color css
<style>
a { background-color: #DEB0B6; }
a { background-color: rgb(222,176,182); }
div.DivClassName
{
background-color: #DEB0B6;
}
.BgClassName
{
background-color: #DEB0B6;
}
</style>
border-color css
<style>
span { border-color: #DEB0B6; }
span { border-color: rgb(222,176,182); }
td.TdClassName
{
border-color: #DEB0B6;
}
.TagClassName
{
border-color: #DEB0B6;
}
</style>