Shades of Pink Flare #D7BEC1
Tints of Pink Flare #D7BEC1
RGB
CMYK
RGB Variations
Color information
#D7BEC1 (or 0xD7BEC1) is known color: Pink Flare. HEX triplet: D7, BE and C1. RGB value is (215,190,193). Sum of RGB (Red+Green+Blue) = 215+190+193=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BEC1 is #28413E. Grayscale: #C5C5C5. Windows color (decimal): -2638143 or 12697303. OLE color: 12697303.
HSL color Cylindrical-coordinate representation of color #D7BEC1: hue angle of 352.8º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7BEC1 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 190 | 193 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.16 |
| HSL | 352.8º | 0.24% | 0.79% | - |
| HSV(B) | 352.8º | 0.12% | 0.84% | - |
| XYZ | 56.06 | 55.12 | 58.14 | - |
| YUV | 197.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 190 | 193 | 0 | 0.12 | 0.10 | 0.16 | 352.8 | 0.24 | 0.79 |
| Hex | D7 | BE | C1 | 0 | C | A | 10 | 161 | 18 | 4F |
| Octal | 327 | 276 | 301 | 0 | 14 | 12 | 20 | 541 | 30 | 117 |
| Binary | 11010111 | 10111110 | 11000001 | 0 | 1100 | 1010 | 10000 | 101100001 | 11000 | 1001111 |
Color Harmonies of #D7BEC1
Complementary color
Monochromatic Colors of #D7BEC1
Black with #D7BEC1
Text Example
Text Example
White with #D7BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BEC1; }
p { color: rgb(215,190,193); }
H1.HeaderClassName
{
color: #D7BEC1;
}
.AnyTagClassName
{
color: #D7BEC1;
}
</style>
background-color css
<style>
a { background-color: #D7BEC1; }
a { background-color: rgb(215,190,193); }
div.DivClassName
{
background-color: #D7BEC1;
}
.BgClassName
{
background-color: #D7BEC1;
}
</style>
border-color css
<style>
span { border-color: #D7BEC1; }
span { border-color: rgb(215,190,193); }
td.TdClassName
{
border-color: #D7BEC1;
}
.TagClassName
{
border-color: #D7BEC1;
}
</style>