Shades of Pink Flare #DEBCBD
Tints of Pink Flare #DEBCBD
RGB
CMYK
RGB Variations
Color information
#DEBCBD (or 0xDEBCBD) is known color: Pink Flare. HEX triplet: DE, BC and BD. RGB value is (222,188,189). Sum of RGB (Red+Green+Blue) = 222+188+189=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCBD is #214342. Grayscale: #C6C6C6. Windows color (decimal): -2179907 or 12434654. OLE color: 12434654.
HSL color Cylindrical-coordinate representation of color #DEBCBD: hue angle of 358.24º 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 #DEBCBD is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 189 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.13 |
| HSL | 358.24º | 0.34% | 0.8% | - |
| HSV(B) | 358.24º | 0.15% | 0.87% | - |
| XYZ | 57.29 | 55.17 | 55.77 | - |
| YUV | 198.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 189 | 0 | 0.15 | 0.15 | 0.13 | 358.24 | 0.34 | 0.8 |
| Hex | DE | BC | BD | 0 | F | F | D | 166 | 22 | 50 |
| Octal | 336 | 274 | 275 | 0 | 17 | 17 | 15 | 546 | 42 | 120 |
| Binary | 11011110 | 10111100 | 10111101 | 0 | 1111 | 1111 | 1101 | 101100110 | 100010 | 1010000 |
Color Harmonies of #DEBCBD
Complementary color
Monochromatic Colors of #DEBCBD
Black with #DEBCBD
Text Example
Text Example
White with #DEBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCBD; }
p { color: rgb(222,188,189); }
H1.HeaderClassName
{
color: #DEBCBD;
}
.AnyTagClassName
{
color: #DEBCBD;
}
</style>
background-color css
<style>
a { background-color: #DEBCBD; }
a { background-color: rgb(222,188,189); }
div.DivClassName
{
background-color: #DEBCBD;
}
.BgClassName
{
background-color: #DEBCBD;
}
</style>
border-color css
<style>
span { border-color: #DEBCBD; }
span { border-color: rgb(222,188,189); }
td.TdClassName
{
border-color: #DEBCBD;
}
.TagClassName
{
border-color: #DEBCBD;
}
</style>