Shades of Pink Flare #DEBDBF
Tints of Pink Flare #DEBDBF
RGB
CMYK
RGB Variations
Color information
#DEBDBF (or 0xDEBDBF) is known color: Pink Flare. HEX triplet: DE, BD and BF. RGB value is (222,189,191). Sum of RGB (Red+Green+Blue) = 222+189+191=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDBF is #214240. Grayscale: #C7C7C7. Windows color (decimal): -2179649 or 12565982. OLE color: 12565982.
HSL color Cylindrical-coordinate representation of color #DEBDBF: hue angle of 356.36º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBDBF is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 191 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.13 |
| HSL | 356.36º | 0.33% | 0.81% | - |
| HSV(B) | 356.36º | 0.15% | 0.87% | - |
| XYZ | 57.73 | 55.69 | 57 | - |
| YUV | 199.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 191 | 0 | 0.15 | 0.14 | 0.13 | 356.36 | 0.33 | 0.81 |
| Hex | DE | BD | BF | 0 | F | E | D | 164 | 21 | 51 |
| Octal | 336 | 275 | 277 | 0 | 17 | 16 | 15 | 544 | 41 | 121 |
| Binary | 11011110 | 10111101 | 10111111 | 0 | 1111 | 1110 | 1101 | 101100100 | 100001 | 1010001 |
Color Harmonies of #DEBDBF
Complementary color
Monochromatic Colors of #DEBDBF
Black with #DEBDBF
Text Example
Text Example
White with #DEBDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDBF; }
p { color: rgb(222,189,191); }
H1.HeaderClassName
{
color: #DEBDBF;
}
.AnyTagClassName
{
color: #DEBDBF;
}
</style>
background-color css
<style>
a { background-color: #DEBDBF; }
a { background-color: rgb(222,189,191); }
div.DivClassName
{
background-color: #DEBDBF;
}
.BgClassName
{
background-color: #DEBDBF;
}
</style>
border-color css
<style>
span { border-color: #DEBDBF; }
span { border-color: rgb(222,189,191); }
td.TdClassName
{
border-color: #DEBDBF;
}
.TagClassName
{
border-color: #DEBDBF;
}
</style>