Shades of Pink Flare #DEBCBE
Tints of Pink Flare #DEBCBE
RGB
CMYK
RGB Variations
Color information
#DEBCBE (or 0xDEBCBE) is known color: Pink Flare. HEX triplet: DE, BC and BE. RGB value is (222,188,190). Sum of RGB (Red+Green+Blue) = 222+188+190=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCBE is #214341. Grayscale: #C6C6C6. Windows color (decimal): -2179906 or 12500190. OLE color: 12500190.
HSL color Cylindrical-coordinate representation of color #DEBCBE: hue angle of 356.47º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBCBE is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 190 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.13 |
| HSL | 356.47º | 0.34% | 0.8% | - |
| HSV(B) | 356.47º | 0.15% | 0.87% | - |
| XYZ | 57.4 | 55.21 | 56.35 | - |
| YUV | 198.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 190 | 0 | 0.15 | 0.14 | 0.13 | 356.47 | 0.34 | 0.8 |
| Hex | DE | BC | BE | 0 | F | E | D | 164 | 22 | 50 |
| Octal | 336 | 274 | 276 | 0 | 17 | 16 | 15 | 544 | 42 | 120 |
| Binary | 11011110 | 10111100 | 10111110 | 0 | 1111 | 1110 | 1101 | 101100100 | 100010 | 1010000 |
Color Harmonies of #DEBCBE
Complementary color
Monochromatic Colors of #DEBCBE
Black with #DEBCBE
Text Example
Text Example
White with #DEBCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCBE; }
p { color: rgb(222,188,190); }
H1.HeaderClassName
{
color: #DEBCBE;
}
.AnyTagClassName
{
color: #DEBCBE;
}
</style>
background-color css
<style>
a { background-color: #DEBCBE; }
a { background-color: rgb(222,188,190); }
div.DivClassName
{
background-color: #DEBCBE;
}
.BgClassName
{
background-color: #DEBCBE;
}
</style>
border-color css
<style>
span { border-color: #DEBCBE; }
span { border-color: rgb(222,188,190); }
td.TdClassName
{
border-color: #DEBCBE;
}
.TagClassName
{
border-color: #DEBCBE;
}
</style>