Shades of Pink Flare #D2BDC0
Tints of Pink Flare #D2BDC0
RGB
CMYK
RGB Variations
Color information
#D2BDC0 (or 0xD2BDC0) is known color: Pink Flare. HEX triplet: D2, BD and C0. RGB value is (210,189,192). Sum of RGB (Red+Green+Blue) = 210+189+192=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDC0 is #2D423F. Grayscale: #C3C3C3. Windows color (decimal): -2966080 or 12631506. OLE color: 12631506.
HSL color Cylindrical-coordinate representation of color #D2BDC0: hue angle of 351.43º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BDC0 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 192 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.18 |
| HSL | 351.43º | 0.19% | 0.78% | - |
| HSV(B) | 351.43º | 0.1% | 0.82% | - |
| XYZ | 54.29 | 53.9 | 57.41 | - |
| YUV | 195.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 192 | 0 | 0.10 | 0.09 | 0.18 | 351.43 | 0.19 | 0.78 |
| Hex | D2 | BD | C0 | 0 | A | 9 | 12 | 15F | 13 | 4E |
| Octal | 322 | 275 | 300 | 0 | 12 | 11 | 22 | 537 | 23 | 116 |
| Binary | 11010010 | 10111101 | 11000000 | 0 | 1010 | 1001 | 10010 | 101011111 | 10011 | 1001110 |
Color Harmonies of #D2BDC0
Complementary color
Monochromatic Colors of #D2BDC0
Black with #D2BDC0
Text Example
Text Example
White with #D2BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDC0; }
p { color: rgb(210,189,192); }
H1.HeaderClassName
{
color: #D2BDC0;
}
.AnyTagClassName
{
color: #D2BDC0;
}
</style>
background-color css
<style>
a { background-color: #D2BDC0; }
a { background-color: rgb(210,189,192); }
div.DivClassName
{
background-color: #D2BDC0;
}
.BgClassName
{
background-color: #D2BDC0;
}
</style>
border-color css
<style>
span { border-color: #D2BDC0; }
span { border-color: rgb(210,189,192); }
td.TdClassName
{
border-color: #D2BDC0;
}
.TagClassName
{
border-color: #D2BDC0;
}
</style>