Shades of Pink Flare #DEB4B6
Tints of Pink Flare #DEB4B6
RGB
CMYK
RGB Variations
Color information
#DEB4B6 (or 0xDEB4B6) is known color: Pink Flare. HEX triplet: DE, B4 and B6. RGB value is (222,180,182). Sum of RGB (Red+Green+Blue) = 222+180+182=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB4B6 is #214B49. Grayscale: #C0C0C0. Windows color (decimal): -2181962 or 11973854. OLE color: 11973854.
HSL color Cylindrical-coordinate representation of color #DEB4B6: hue angle of 357.14º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEB4B6 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 180 | 182 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.13 |
| HSL | 357.14º | 0.39% | 0.79% | - |
| HSV(B) | 357.14º | 0.19% | 0.87% | - |
| XYZ | 54.89 | 51.55 | 51.31 | - |
| YUV | 192.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 180 | 182 | 0 | 0.19 | 0.18 | 0.13 | 357.14 | 0.39 | 0.79 |
| Hex | DE | B4 | B6 | 0 | 13 | 12 | D | 165 | 27 | 4F |
| Octal | 336 | 264 | 266 | 0 | 23 | 22 | 15 | 545 | 47 | 117 |
| Binary | 11011110 | 10110100 | 10110110 | 0 | 10011 | 10010 | 1101 | 101100101 | 100111 | 1001111 |
Color Harmonies of #DEB4B6
Complementary color
Monochromatic Colors of #DEB4B6
Black with #DEB4B6
Text Example
Text Example
White with #DEB4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB4B6; }
p { color: rgb(222,180,182); }
H1.HeaderClassName
{
color: #DEB4B6;
}
.AnyTagClassName
{
color: #DEB4B6;
}
</style>
background-color css
<style>
a { background-color: #DEB4B6; }
a { background-color: rgb(222,180,182); }
div.DivClassName
{
background-color: #DEB4B6;
}
.BgClassName
{
background-color: #DEB4B6;
}
</style>
border-color css
<style>
span { border-color: #DEB4B6; }
span { border-color: rgb(222,180,182); }
td.TdClassName
{
border-color: #DEB4B6;
}
.TagClassName
{
border-color: #DEB4B6;
}
</style>