Shades of Pink Flare #D6BEC1
Tints of Pink Flare #D6BEC1
RGB
CMYK
RGB Variations
Color information
#D6BEC1 (or 0xD6BEC1) is known color: Pink Flare. HEX triplet: D6, BE and C1. RGB value is (214,190,193). Sum of RGB (Red+Green+Blue) = 214+190+193=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEC1 is #29413E. Grayscale: #C5C5C5. Windows color (decimal): -2703679 or 12697302. OLE color: 12697302.
HSL color Cylindrical-coordinate representation of color #D6BEC1: hue angle of 352.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6BEC1 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 193 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.16 |
| HSL | 352.5º | 0.23% | 0.79% | - |
| HSV(B) | 352.5º | 0.11% | 0.84% | - |
| XYZ | 55.77 | 54.97 | 58.12 | - |
| YUV | 197.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 193 | 0 | 0.11 | 0.10 | 0.16 | 352.5 | 0.23 | 0.79 |
| Hex | D6 | BE | C1 | 0 | B | A | 10 | 160 | 17 | 4F |
| Octal | 326 | 276 | 301 | 0 | 13 | 12 | 20 | 540 | 27 | 117 |
| Binary | 11010110 | 10111110 | 11000001 | 0 | 1011 | 1010 | 10000 | 101100000 | 10111 | 1001111 |
Color Harmonies of #D6BEC1
Complementary color
Monochromatic Colors of #D6BEC1
Black with #D6BEC1
Text Example
Text Example
White with #D6BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEC1; }
p { color: rgb(214,190,193); }
H1.HeaderClassName
{
color: #D6BEC1;
}
.AnyTagClassName
{
color: #D6BEC1;
}
</style>
background-color css
<style>
a { background-color: #D6BEC1; }
a { background-color: rgb(214,190,193); }
div.DivClassName
{
background-color: #D6BEC1;
}
.BgClassName
{
background-color: #D6BEC1;
}
</style>
border-color css
<style>
span { border-color: #D6BEC1; }
span { border-color: rgb(214,190,193); }
td.TdClassName
{
border-color: #D6BEC1;
}
.TagClassName
{
border-color: #D6BEC1;
}
</style>