Shades of Pink Flare #D6BEC0
Tints of Pink Flare #D6BEC0
RGB
CMYK
RGB Variations
Color information
#D6BEC0 (or 0xD6BEC0) is known color: Pink Flare. HEX triplet: D6, BE and C0. RGB value is (214,190,192). Sum of RGB (Red+Green+Blue) = 214+190+192=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEC0 is #29413F. Grayscale: #C5C5C5. Windows color (decimal): -2703680 or 12631766. OLE color: 12631766.
HSL color Cylindrical-coordinate representation of color #D6BEC0: hue angle of 355º 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 #D6BEC0 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 192 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.16 |
| HSL | 355º | 0.23% | 0.79% | - |
| HSV(B) | 355º | 0.11% | 0.84% | - |
| XYZ | 55.66 | 54.93 | 57.54 | - |
| YUV | 197.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 192 | 0 | 0.11 | 0.10 | 0.16 | 355 | 0.23 | 0.79 |
| Hex | D6 | BE | C0 | 0 | B | A | 10 | 163 | 17 | 4F |
| Octal | 326 | 276 | 300 | 0 | 13 | 12 | 20 | 543 | 27 | 117 |
| Binary | 11010110 | 10111110 | 11000000 | 0 | 1011 | 1010 | 10000 | 101100011 | 10111 | 1001111 |
Color Harmonies of #D6BEC0
Complementary color
Monochromatic Colors of #D6BEC0
Black with #D6BEC0
Text Example
Text Example
White with #D6BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEC0; }
p { color: rgb(214,190,192); }
H1.HeaderClassName
{
color: #D6BEC0;
}
.AnyTagClassName
{
color: #D6BEC0;
}
</style>
background-color css
<style>
a { background-color: #D6BEC0; }
a { background-color: rgb(214,190,192); }
div.DivClassName
{
background-color: #D6BEC0;
}
.BgClassName
{
background-color: #D6BEC0;
}
</style>
border-color css
<style>
span { border-color: #D6BEC0; }
span { border-color: rgb(214,190,192); }
td.TdClassName
{
border-color: #D6BEC0;
}
.TagClassName
{
border-color: #D6BEC0;
}
</style>