Shades of Pink Flare #D8BEC1
Tints of Pink Flare #D8BEC1
RGB
CMYK
RGB Variations
Color information
#D8BEC1 (or 0xD8BEC1) is known color: Pink Flare. HEX triplet: D8, BE and C1. RGB value is (216,190,193). Sum of RGB (Red+Green+Blue) = 216+190+193=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BEC1 is #27413E. Grayscale: #C6C6C6. Windows color (decimal): -2572607 or 12697304. OLE color: 12697304.
HSL color Cylindrical-coordinate representation of color #D8BEC1: hue angle of 353.08º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8BEC1 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 193 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.15 |
| HSL | 353.08º | 0.25% | 0.8% | - |
| HSV(B) | 353.08º | 0.12% | 0.85% | - |
| XYZ | 56.36 | 55.28 | 58.15 | - |
| YUV | 198.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 193 | 0 | 0.12 | 0.11 | 0.15 | 353.08 | 0.25 | 0.8 |
| Hex | D8 | BE | C1 | 0 | C | B | F | 161 | 19 | 50 |
| Octal | 330 | 276 | 301 | 0 | 14 | 13 | 17 | 541 | 31 | 120 |
| Binary | 11011000 | 10111110 | 11000001 | 0 | 1100 | 1011 | 1111 | 101100001 | 11001 | 1010000 |
Color Harmonies of #D8BEC1
Complementary color
Monochromatic Colors of #D8BEC1
Black with #D8BEC1
Text Example
Text Example
White with #D8BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BEC1; }
p { color: rgb(216,190,193); }
H1.HeaderClassName
{
color: #D8BEC1;
}
.AnyTagClassName
{
color: #D8BEC1;
}
</style>
background-color css
<style>
a { background-color: #D8BEC1; }
a { background-color: rgb(216,190,193); }
div.DivClassName
{
background-color: #D8BEC1;
}
.BgClassName
{
background-color: #D8BEC1;
}
</style>
border-color css
<style>
span { border-color: #D8BEC1; }
span { border-color: rgb(216,190,193); }
td.TdClassName
{
border-color: #D8BEC1;
}
.TagClassName
{
border-color: #D8BEC1;
}
</style>