Shades of Pink Flare #D1BDC0
Tints of Pink Flare #D1BDC0
RGB
CMYK
RGB Variations
Color information
#D1BDC0 (or 0xD1BDC0) is known color: Pink Flare. HEX triplet: D1, BD and C0. RGB value is (209,189,192). Sum of RGB (Red+Green+Blue) = 209+189+192=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDC0 is #2E423F. Grayscale: #C3C3C3. Windows color (decimal): -3031616 or 12631505. OLE color: 12631505.
HSL color Cylindrical-coordinate representation of color #D1BDC0: hue angle of 351º degrees, saturation: 0.18, 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 #D1BDC0 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 189 | 192 | - |
CMYK | 0 | 0.10 | 0.08 | 0.18 |
HSL | 351º | 0.18% | 0.78% | - |
HSV(B) | 351º | 0.1% | 0.82% | - |
XYZ | 54.01 | 53.76 | 57.4 | - |
YUV | 195.32 | 126.13 | 137.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 189 | 192 | 0 | 0.10 | 0.08 | 0.18 | 351 | 0.18 | 0.78 |
Hex | D1 | BD | C0 | 0 | A | 8 | 12 | 15F | 12 | 4E |
Octal | 321 | 275 | 300 | 0 | 12 | 10 | 22 | 537 | 22 | 116 |
Binary | 11010001 | 10111101 | 11000000 | 0 | 1010 | 1000 | 10010 | 101011111 | 10010 | 1001110 |
Color Harmonies of #D1BDC0
Complementary color
Monochromatic Colors of #D1BDC0
Black with #D1BDC0
Text Example
Text Example
White with #D1BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDC0; }
p { color: rgb(209,189,192); }
H1.HeaderClassName
{
color: #D1BDC0;
}
.AnyTagClassName
{
color: #D1BDC0;
}
</style>
background-color css
<style>
a { background-color: #D1BDC0; }
a { background-color: rgb(209,189,192); }
div.DivClassName
{
background-color: #D1BDC0;
}
.BgClassName
{
background-color: #D1BDC0;
}
</style>
border-color css
<style>
span { border-color: #D1BDC0; }
span { border-color: rgb(209,189,192); }
td.TdClassName
{
border-color: #D1BDC0;
}
.TagClassName
{
border-color: #D1BDC0;
}
</style>