Shades of Blossom #DEB1B7
Tints of Blossom #DEB1B7
RGB
CMYK
RGB Variations
Color information
#DEB1B7 (or 0xDEB1B7) is known color: Blossom. HEX triplet: DE, B1 and B7. RGB value is (222,177,183). Sum of RGB (Red+Green+Blue) = 222+177+183=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1B7 is #214E48. Grayscale: #BFBFBF. Windows color (decimal): -2182729 or 12038622. OLE color: 12038622.
HSL color Cylindrical-coordinate representation of color #DEB1B7: hue angle of 352º degrees, saturation: 0.41, 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 #DEB1B7 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 183 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.13 |
| HSL | 352º | 0.41% | 0.78% | - |
| HSV(B) | 352º | 0.2% | 0.87% | - |
| XYZ | 54.39 | 50.39 | 51.66 | - |
| YUV | 191.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 183 | 0 | 0.20 | 0.18 | 0.13 | 352 | 0.41 | 0.78 |
| Hex | DE | B1 | B7 | 0 | 14 | 12 | D | 160 | 29 | 4E |
| Octal | 336 | 261 | 267 | 0 | 24 | 22 | 15 | 540 | 51 | 116 |
| Binary | 11011110 | 10110001 | 10110111 | 0 | 10100 | 10010 | 1101 | 101100000 | 101001 | 1001110 |
Color Harmonies of #DEB1B7
Complementary color
Monochromatic Colors of #DEB1B7
Black with #DEB1B7
Text Example
Text Example
White with #DEB1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB1B7; }
p { color: rgb(222,177,183); }
H1.HeaderClassName
{
color: #DEB1B7;
}
.AnyTagClassName
{
color: #DEB1B7;
}
</style>
background-color css
<style>
a { background-color: #DEB1B7; }
a { background-color: rgb(222,177,183); }
div.DivClassName
{
background-color: #DEB1B7;
}
.BgClassName
{
background-color: #DEB1B7;
}
</style>
border-color css
<style>
span { border-color: #DEB1B7; }
span { border-color: rgb(222,177,183); }
td.TdClassName
{
border-color: #DEB1B7;
}
.TagClassName
{
border-color: #DEB1B7;
}
</style>