Shades of Pink Flare #D0BFC1
Tints of Pink Flare #D0BFC1
RGB
CMYK
RGB Variations
Color information
#D0BFC1 (or 0xD0BFC1) is known color: Pink Flare. HEX triplet: D0, BF and C1. RGB value is (208,191,193). Sum of RGB (Red+Green+Blue) = 208+191+193=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFC1 is #2F403E. Grayscale: #C4C4C4. Windows color (decimal): -3096639 or 12697552. OLE color: 12697552.
HSL color Cylindrical-coordinate representation of color #D0BFC1: hue angle of 352.94º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0BFC1 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 193 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.18 |
| HSL | 352.94º | 0.15% | 0.78% | - |
| HSV(B) | 352.94º | 0.08% | 0.82% | - |
| XYZ | 54.27 | 54.52 | 58.12 | - |
| YUV | 196.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 193 | 0 | 0.08 | 0.07 | 0.18 | 352.94 | 0.15 | 0.78 |
| Hex | D0 | BF | C1 | 0 | 8 | 7 | 12 | 161 | F | 4E |
| Octal | 320 | 277 | 301 | 0 | 10 | 7 | 22 | 541 | 17 | 116 |
| Binary | 11010000 | 10111111 | 11000001 | 0 | 1000 | 111 | 10010 | 101100001 | 1111 | 1001110 |
Color Harmonies of #D0BFC1
Complementary color
Monochromatic Colors of #D0BFC1
Black with #D0BFC1
Text Example
Text Example
White with #D0BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFC1; }
p { color: rgb(208,191,193); }
H1.HeaderClassName
{
color: #D0BFC1;
}
.AnyTagClassName
{
color: #D0BFC1;
}
</style>
background-color css
<style>
a { background-color: #D0BFC1; }
a { background-color: rgb(208,191,193); }
div.DivClassName
{
background-color: #D0BFC1;
}
.BgClassName
{
background-color: #D0BFC1;
}
</style>
border-color css
<style>
span { border-color: #D0BFC1; }
span { border-color: rgb(208,191,193); }
td.TdClassName
{
border-color: #D0BFC1;
}
.TagClassName
{
border-color: #D0BFC1;
}
</style>