Shades of Pink Flare #D0BEC0
Tints of Pink Flare #D0BEC0
RGB
CMYK
RGB Variations
Color information
#D0BEC0 (or 0xD0BEC0) is known color: Pink Flare. HEX triplet: D0, BE and C0. RGB value is (208,190,192). Sum of RGB (Red+Green+Blue) = 208+190+192=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEC0 is #2F413F. Grayscale: #C3C3C3. Windows color (decimal): -3096896 or 12631760. OLE color: 12631760.
HSL color Cylindrical-coordinate representation of color #D0BEC0: hue angle of 353.33º 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 #D0BEC0 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 192 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.18 |
| HSL | 353.33º | 0.16% | 0.78% | - |
| HSV(B) | 353.33º | 0.09% | 0.82% | - |
| XYZ | 53.94 | 54.04 | 57.46 | - |
| YUV | 195.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 192 | 0 | 0.09 | 0.08 | 0.18 | 353.33 | 0.16 | 0.78 |
| Hex | D0 | BE | C0 | 0 | 9 | 8 | 12 | 161 | 10 | 4E |
| Octal | 320 | 276 | 300 | 0 | 11 | 10 | 22 | 541 | 20 | 116 |
| Binary | 11010000 | 10111110 | 11000000 | 0 | 1001 | 1000 | 10010 | 101100001 | 10000 | 1001110 |
Color Harmonies of #D0BEC0
Complementary color
Monochromatic Colors of #D0BEC0
Black with #D0BEC0
Text Example
Text Example
White with #D0BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEC0; }
p { color: rgb(208,190,192); }
H1.HeaderClassName
{
color: #D0BEC0;
}
.AnyTagClassName
{
color: #D0BEC0;
}
</style>
background-color css
<style>
a { background-color: #D0BEC0; }
a { background-color: rgb(208,190,192); }
div.DivClassName
{
background-color: #D0BEC0;
}
.BgClassName
{
background-color: #D0BEC0;
}
</style>
border-color css
<style>
span { border-color: #D0BEC0; }
span { border-color: rgb(208,190,192); }
td.TdClassName
{
border-color: #D0BEC0;
}
.TagClassName
{
border-color: #D0BEC0;
}
</style>