Shades of Pink Flare #D1BEC1
Tints of Pink Flare #D1BEC1
RGB
CMYK
RGB Variations
Color information
#D1BEC1 (or 0xD1BEC1) is known color: Pink Flare. HEX triplet: D1, BE and C1. RGB value is (209,190,193). Sum of RGB (Red+Green+Blue) = 209+190+193=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEC1 is #2E413E. Grayscale: #C4C4C4. Windows color (decimal): -3031359 or 12697297. OLE color: 12697297.
HSL color Cylindrical-coordinate representation of color #D1BEC1: hue angle of 350.53º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1BEC1 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 193 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.18 |
| HSL | 350.53º | 0.17% | 0.78% | - |
| HSV(B) | 350.53º | 0.09% | 0.82% | - |
| XYZ | 54.33 | 54.23 | 58.06 | - |
| YUV | 196.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 193 | 0 | 0.09 | 0.08 | 0.18 | 350.53 | 0.17 | 0.78 |
| Hex | D1 | BE | C1 | 0 | 9 | 8 | 12 | 15F | 11 | 4E |
| Octal | 321 | 276 | 301 | 0 | 11 | 10 | 22 | 537 | 21 | 116 |
| Binary | 11010001 | 10111110 | 11000001 | 0 | 1001 | 1000 | 10010 | 101011111 | 10001 | 1001110 |
Color Harmonies of #D1BEC1
Complementary color
Monochromatic Colors of #D1BEC1
Black with #D1BEC1
Text Example
Text Example
White with #D1BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEC1; }
p { color: rgb(209,190,193); }
H1.HeaderClassName
{
color: #D1BEC1;
}
.AnyTagClassName
{
color: #D1BEC1;
}
</style>
background-color css
<style>
a { background-color: #D1BEC1; }
a { background-color: rgb(209,190,193); }
div.DivClassName
{
background-color: #D1BEC1;
}
.BgClassName
{
background-color: #D1BEC1;
}
</style>
border-color css
<style>
span { border-color: #D1BEC1; }
span { border-color: rgb(209,190,193); }
td.TdClassName
{
border-color: #D1BEC1;
}
.TagClassName
{
border-color: #D1BEC1;
}
</style>