Shades of Pink Flare #D0BEC1
Tints of Pink Flare #D0BEC1
RGB
CMYK
RGB Variations
Color information
#D0BEC1 (or 0xD0BEC1) is known color: Pink Flare. HEX triplet: D0, BE and C1. RGB value is (208,190,193). Sum of RGB (Red+Green+Blue) = 208+190+193=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEC1 is #2F413E. Grayscale: #C3C3C3. Windows color (decimal): -3096895 or 12697296. OLE color: 12697296.
HSL color Cylindrical-coordinate representation of color #D0BEC1: hue angle of 350º degrees, saturation: 0.16, 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 #D0BEC1 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 193 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.18 |
| HSL | 350º | 0.16% | 0.78% | - |
| HSV(B) | 350º | 0.09% | 0.82% | - |
| XYZ | 54.05 | 54.09 | 58.04 | - |
| YUV | 195.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 193 | 0 | 0.09 | 0.07 | 0.18 | 350 | 0.16 | 0.78 |
| Hex | D0 | BE | C1 | 0 | 9 | 7 | 12 | 15E | 10 | 4E |
| Octal | 320 | 276 | 301 | 0 | 11 | 7 | 22 | 536 | 20 | 116 |
| Binary | 11010000 | 10111110 | 11000001 | 0 | 1001 | 111 | 10010 | 101011110 | 10000 | 1001110 |
Color Harmonies of #D0BEC1
Complementary color
Monochromatic Colors of #D0BEC1
Black with #D0BEC1
Text Example
Text Example
White with #D0BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEC1; }
p { color: rgb(208,190,193); }
H1.HeaderClassName
{
color: #D0BEC1;
}
.AnyTagClassName
{
color: #D0BEC1;
}
</style>
background-color css
<style>
a { background-color: #D0BEC1; }
a { background-color: rgb(208,190,193); }
div.DivClassName
{
background-color: #D0BEC1;
}
.BgClassName
{
background-color: #D0BEC1;
}
</style>
border-color css
<style>
span { border-color: #D0BEC1; }
span { border-color: rgb(208,190,193); }
td.TdClassName
{
border-color: #D0BEC1;
}
.TagClassName
{
border-color: #D0BEC1;
}
</style>