Shades of Blossom #DEB2B4
Tints of Blossom #DEB2B4
RGB
CMYK
RGB Variations
Color information
#DEB2B4 (or 0xDEB2B4) is known color: Blossom. HEX triplet: DE, B2 and B4. RGB value is (222,178,180). Sum of RGB (Red+Green+Blue) = 222+178+180=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2B4 is #214D4B. Grayscale: #BFBFBF. Windows color (decimal): -2182476 or 11842270. OLE color: 11842270.
HSL color Cylindrical-coordinate representation of color #DEB2B4: hue angle of 357.27º 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 #DEB2B4 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 178 | 180 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.13 |
| HSL | 357.27º | 0.4% | 0.78% | - |
| HSV(B) | 357.27º | 0.2% | 0.87% | - |
| XYZ | 54.28 | 50.67 | 50.1 | - |
| YUV | 191.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 178 | 180 | 0 | 0.20 | 0.19 | 0.13 | 357.27 | 0.4 | 0.78 |
| Hex | DE | B2 | B4 | 0 | 14 | 13 | D | 165 | 28 | 4E |
| Octal | 336 | 262 | 264 | 0 | 24 | 23 | 15 | 545 | 50 | 116 |
| Binary | 11011110 | 10110010 | 10110100 | 0 | 10100 | 10011 | 1101 | 101100101 | 101000 | 1001110 |
Color Harmonies of #DEB2B4
Complementary color
Monochromatic Colors of #DEB2B4
Black with #DEB2B4
Text Example
Text Example
White with #DEB2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB2B4; }
p { color: rgb(222,178,180); }
H1.HeaderClassName
{
color: #DEB2B4;
}
.AnyTagClassName
{
color: #DEB2B4;
}
</style>
background-color css
<style>
a { background-color: #DEB2B4; }
a { background-color: rgb(222,178,180); }
div.DivClassName
{
background-color: #DEB2B4;
}
.BgClassName
{
background-color: #DEB2B4;
}
</style>
border-color css
<style>
span { border-color: #DEB2B4; }
span { border-color: rgb(222,178,180); }
td.TdClassName
{
border-color: #DEB2B4;
}
.TagClassName
{
border-color: #DEB2B4;
}
</style>