Shades of Pink Flare #D3BDC0
Tints of Pink Flare #D3BDC0
RGB
CMYK
RGB Variations
Color information
#D3BDC0 (or 0xD3BDC0) is known color: Pink Flare. HEX triplet: D3, BD and C0. RGB value is (211,189,192). Sum of RGB (Red+Green+Blue) = 211+189+192=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDC0 is #2C423F. Grayscale: #C3C3C3. Windows color (decimal): -2900544 or 12631507. OLE color: 12631507.
HSL color Cylindrical-coordinate representation of color #D3BDC0: hue angle of 351.82º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3BDC0 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
RGB | 211 | 189 | 192 | - |
CMYK | 0 | 0.10 | 0.09 | 0.17 |
HSL | 351.82º | 0.2% | 0.78% | - |
HSV(B) | 351.82º | 0.1% | 0.83% | - |
XYZ | 54.58 | 54.05 | 57.43 | - |
YUV | 195.92 | 125.79 | 138.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 189 | 192 | 0 | 0.10 | 0.09 | 0.17 | 351.82 | 0.2 | 0.78 |
Hex | D3 | BD | C0 | 0 | A | 9 | 11 | 160 | 14 | 4E |
Octal | 323 | 275 | 300 | 0 | 12 | 11 | 21 | 540 | 24 | 116 |
Binary | 11010011 | 10111101 | 11000000 | 0 | 1010 | 1001 | 10001 | 101100000 | 10100 | 1001110 |
Color Harmonies of #D3BDC0
Complementary color
Monochromatic Colors of #D3BDC0
Black with #D3BDC0
Text Example
Text Example
White with #D3BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BDC0; }
p { color: rgb(211,189,192); }
H1.HeaderClassName
{
color: #D3BDC0;
}
.AnyTagClassName
{
color: #D3BDC0;
}
</style>
background-color css
<style>
a { background-color: #D3BDC0; }
a { background-color: rgb(211,189,192); }
div.DivClassName
{
background-color: #D3BDC0;
}
.BgClassName
{
background-color: #D3BDC0;
}
</style>
border-color css
<style>
span { border-color: #D3BDC0; }
span { border-color: rgb(211,189,192); }
td.TdClassName
{
border-color: #D3BDC0;
}
.TagClassName
{
border-color: #D3BDC0;
}
</style>