Shades of Pink Flare #DEB7B8
Tints of Pink Flare #DEB7B8
RGB
CMYK
RGB Variations
Color information
#DEB7B8 (or 0xDEB7B8) is known color: Pink Flare. HEX triplet: DE, B7 and B8. RGB value is (222,183,184). Sum of RGB (Red+Green+Blue) = 222+183+184=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB7B8 is #214847. Grayscale: #C2C2C2. Windows color (decimal): -2181192 or 12105694. OLE color: 12105694.
HSL color Cylindrical-coordinate representation of color #DEB7B8: hue angle of 358.46º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEB7B8 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 183 | 184 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.13 |
| HSL | 358.46º | 0.37% | 0.79% | - |
| HSV(B) | 358.46º | 0.18% | 0.87% | - |
| XYZ | 55.71 | 52.86 | 52.61 | - |
| YUV | 194.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 184 | 0 | 0.18 | 0.17 | 0.13 | 358.46 | 0.37 | 0.79 |
| Hex | DE | B7 | B8 | 0 | 12 | 11 | D | 166 | 25 | 4F |
| Octal | 336 | 267 | 270 | 0 | 22 | 21 | 15 | 546 | 45 | 117 |
| Binary | 11011110 | 10110111 | 10111000 | 0 | 10010 | 10001 | 1101 | 101100110 | 100101 | 1001111 |
Color Harmonies of #DEB7B8
Complementary color
Monochromatic Colors of #DEB7B8
Black with #DEB7B8
Text Example
Text Example
White with #DEB7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB7B8; }
p { color: rgb(222,183,184); }
H1.HeaderClassName
{
color: #DEB7B8;
}
.AnyTagClassName
{
color: #DEB7B8;
}
</style>
background-color css
<style>
a { background-color: #DEB7B8; }
a { background-color: rgb(222,183,184); }
div.DivClassName
{
background-color: #DEB7B8;
}
.BgClassName
{
background-color: #DEB7B8;
}
</style>
border-color css
<style>
span { border-color: #DEB7B8; }
span { border-color: rgb(222,183,184); }
td.TdClassName
{
border-color: #DEB7B8;
}
.TagClassName
{
border-color: #DEB7B8;
}
</style>