Shades of Pink Flare #D9BEC0
Tints of Pink Flare #D9BEC0
RGB
CMYK
RGB Variations
Color information
#D9BEC0 (or 0xD9BEC0) is known color: Pink Flare. HEX triplet: D9, BE and C0. RGB value is (217,190,192). Sum of RGB (Red+Green+Blue) = 217+190+192=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEC0 is #26413F. Grayscale: #C6C6C6. Windows color (decimal): -2507072 or 12631769. OLE color: 12631769.
HSL color Cylindrical-coordinate representation of color #D9BEC0: hue angle of 355.56º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9BEC0 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 192 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.15 |
| HSL | 355.56º | 0.26% | 0.8% | - |
| HSV(B) | 355.56º | 0.12% | 0.85% | - |
| XYZ | 56.54 | 55.38 | 57.58 | - |
| YUV | 198.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 192 | 0 | 0.12 | 0.12 | 0.15 | 355.56 | 0.26 | 0.8 |
| Hex | D9 | BE | C0 | 0 | C | C | F | 164 | 1A | 50 |
| Octal | 331 | 276 | 300 | 0 | 14 | 14 | 17 | 544 | 32 | 120 |
| Binary | 11011001 | 10111110 | 11000000 | 0 | 1100 | 1100 | 1111 | 101100100 | 11010 | 1010000 |
Color Harmonies of #D9BEC0
Complementary color
Monochromatic Colors of #D9BEC0
Black with #D9BEC0
Text Example
Text Example
White with #D9BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BEC0; }
p { color: rgb(217,190,192); }
H1.HeaderClassName
{
color: #D9BEC0;
}
.AnyTagClassName
{
color: #D9BEC0;
}
</style>
background-color css
<style>
a { background-color: #D9BEC0; }
a { background-color: rgb(217,190,192); }
div.DivClassName
{
background-color: #D9BEC0;
}
.BgClassName
{
background-color: #D9BEC0;
}
</style>
border-color css
<style>
span { border-color: #D9BEC0; }
span { border-color: rgb(217,190,192); }
td.TdClassName
{
border-color: #D9BEC0;
}
.TagClassName
{
border-color: #D9BEC0;
}
</style>