Shades of Pink Flare #D6BDC0
Tints of Pink Flare #D6BDC0
RGB
CMYK
RGB Variations
Color information
#D6BDC0 (or 0xD6BDC0) is known color: Pink Flare. HEX triplet: D6, BD and C0. RGB value is (214,189,192). Sum of RGB (Red+Green+Blue) = 214+189+192=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDC0 is #29423F. Grayscale: #C4C4C4. Windows color (decimal): -2703936 or 12631510. OLE color: 12631510.
HSL color Cylindrical-coordinate representation of color #D6BDC0: hue angle of 352.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6BDC0 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 192 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.16 |
| HSL | 352.8º | 0.23% | 0.79% | - |
| HSV(B) | 352.8º | 0.12% | 0.84% | - |
| XYZ | 55.44 | 54.5 | 57.47 | - |
| YUV | 196.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 192 | 0 | 0.12 | 0.10 | 0.16 | 352.8 | 0.23 | 0.79 |
| Hex | D6 | BD | C0 | 0 | C | A | 10 | 161 | 17 | 4F |
| Octal | 326 | 275 | 300 | 0 | 14 | 12 | 20 | 541 | 27 | 117 |
| Binary | 11010110 | 10111101 | 11000000 | 0 | 1100 | 1010 | 10000 | 101100001 | 10111 | 1001111 |
Color Harmonies of #D6BDC0
Complementary color
Monochromatic Colors of #D6BDC0
Black with #D6BDC0
Text Example
Text Example
White with #D6BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDC0; }
p { color: rgb(214,189,192); }
H1.HeaderClassName
{
color: #D6BDC0;
}
.AnyTagClassName
{
color: #D6BDC0;
}
</style>
background-color css
<style>
a { background-color: #D6BDC0; }
a { background-color: rgb(214,189,192); }
div.DivClassName
{
background-color: #D6BDC0;
}
.BgClassName
{
background-color: #D6BDC0;
}
</style>
border-color css
<style>
span { border-color: #D6BDC0; }
span { border-color: rgb(214,189,192); }
td.TdClassName
{
border-color: #D6BDC0;
}
.TagClassName
{
border-color: #D6BDC0;
}
</style>