Shades of Pink Flare #DFBEBF
Tints of Pink Flare #DFBEBF
RGB
CMYK
RGB Variations
Color information
#DFBEBF (or 0xDFBEBF) is known color: Pink Flare. HEX triplet: DF, BE and BF. RGB value is (223,190,191). Sum of RGB (Red+Green+Blue) = 223+190+191=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEBF is #204140. Grayscale: #C8C8C8. Windows color (decimal): -2113857 or 12566239. OLE color: 12566239.
HSL color Cylindrical-coordinate representation of color #DFBEBF: hue angle of 358.18º degrees, saturation: 0.34, 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 #DFBEBF is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 191 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.13 |
| HSL | 358.18º | 0.34% | 0.81% | - |
| HSV(B) | 358.18º | 0.15% | 0.87% | - |
| XYZ | 58.25 | 56.28 | 57.08 | - |
| YUV | 199.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 191 | 0 | 0.15 | 0.14 | 0.13 | 358.18 | 0.34 | 0.81 |
| Hex | DF | BE | BF | 0 | F | E | D | 166 | 22 | 51 |
| Octal | 337 | 276 | 277 | 0 | 17 | 16 | 15 | 546 | 42 | 121 |
| Binary | 11011111 | 10111110 | 10111111 | 0 | 1111 | 1110 | 1101 | 101100110 | 100010 | 1010001 |
Color Harmonies of #DFBEBF
Complementary color
Monochromatic Colors of #DFBEBF
Black with #DFBEBF
Text Example
Text Example
White with #DFBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEBF; }
p { color: rgb(223,190,191); }
H1.HeaderClassName
{
color: #DFBEBF;
}
.AnyTagClassName
{
color: #DFBEBF;
}
</style>
background-color css
<style>
a { background-color: #DFBEBF; }
a { background-color: rgb(223,190,191); }
div.DivClassName
{
background-color: #DFBEBF;
}
.BgClassName
{
background-color: #DFBEBF;
}
</style>
border-color css
<style>
span { border-color: #DFBEBF; }
span { border-color: rgb(223,190,191); }
td.TdClassName
{
border-color: #DFBEBF;
}
.TagClassName
{
border-color: #DFBEBF;
}
</style>