Shades of Pink Flare #D2BBBE
Tints of Pink Flare #D2BBBE
RGB
CMYK
RGB Variations
Color information
#D2BBBE (or 0xD2BBBE) is known color: Pink Flare. HEX triplet: D2, BB and BE. RGB value is (210,187,190). Sum of RGB (Red+Green+Blue) = 210+187+190=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBBE is #2D4441. Grayscale: #C2C2C2. Windows color (decimal): -2966594 or 12499922. OLE color: 12499922.
HSL color Cylindrical-coordinate representation of color #D2BBBE: hue angle of 352.17º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BBBE is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 190 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.18 |
| HSL | 352.17º | 0.2% | 0.78% | - |
| HSV(B) | 352.17º | 0.11% | 0.82% | - |
| XYZ | 53.64 | 52.96 | 56.11 | - |
| YUV | 194.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 190 | 0 | 0.11 | 0.10 | 0.18 | 352.17 | 0.2 | 0.78 |
| Hex | D2 | BB | BE | 0 | B | A | 12 | 160 | 14 | 4E |
| Octal | 322 | 273 | 276 | 0 | 13 | 12 | 22 | 540 | 24 | 116 |
| Binary | 11010010 | 10111011 | 10111110 | 0 | 1011 | 1010 | 10010 | 101100000 | 10100 | 1001110 |
Color Harmonies of #D2BBBE
Complementary color
Monochromatic Colors of #D2BBBE
Black with #D2BBBE
Text Example
Text Example
White with #D2BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBBE; }
p { color: rgb(210,187,190); }
H1.HeaderClassName
{
color: #D2BBBE;
}
.AnyTagClassName
{
color: #D2BBBE;
}
</style>
background-color css
<style>
a { background-color: #D2BBBE; }
a { background-color: rgb(210,187,190); }
div.DivClassName
{
background-color: #D2BBBE;
}
.BgClassName
{
background-color: #D2BBBE;
}
</style>
border-color css
<style>
span { border-color: #D2BBBE; }
span { border-color: rgb(210,187,190); }
td.TdClassName
{
border-color: #D2BBBE;
}
.TagClassName
{
border-color: #D2BBBE;
}
</style>