Shades of Pink Flare #DABBBE
Tints of Pink Flare #DABBBE
RGB
CMYK
RGB Variations
Color information
#DABBBE (or 0xDABBBE) is known color: Pink Flare. HEX triplet: DA, BB and BE. RGB value is (218,187,190). Sum of RGB (Red+Green+Blue) = 218+187+190=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBBE is #254441. Grayscale: #C4C4C4. Windows color (decimal): -2442306 or 12499930. OLE color: 12499930.
HSL color Cylindrical-coordinate representation of color #DABBBE: hue angle of 354.19º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABBBE is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 190 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.15 |
| HSL | 354.19º | 0.3% | 0.79% | - |
| HSV(B) | 354.19º | 0.14% | 0.85% | - |
| XYZ | 55.98 | 54.16 | 56.22 | - |
| YUV | 196.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 190 | 0 | 0.14 | 0.13 | 0.15 | 354.19 | 0.3 | 0.79 |
| Hex | DA | BB | BE | 0 | E | D | F | 162 | 1E | 4F |
| Octal | 332 | 273 | 276 | 0 | 16 | 15 | 17 | 542 | 36 | 117 |
| Binary | 11011010 | 10111011 | 10111110 | 0 | 1110 | 1101 | 1111 | 101100010 | 11110 | 1001111 |
Color Harmonies of #DABBBE
Complementary color
Monochromatic Colors of #DABBBE
Black with #DABBBE
Text Example
Text Example
White with #DABBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBBE; }
p { color: rgb(218,187,190); }
H1.HeaderClassName
{
color: #DABBBE;
}
.AnyTagClassName
{
color: #DABBBE;
}
</style>
background-color css
<style>
a { background-color: #DABBBE; }
a { background-color: rgb(218,187,190); }
div.DivClassName
{
background-color: #DABBBE;
}
.BgClassName
{
background-color: #DABBBE;
}
</style>
border-color css
<style>
span { border-color: #DABBBE; }
span { border-color: rgb(218,187,190); }
td.TdClassName
{
border-color: #DABBBE;
}
.TagClassName
{
border-color: #DABBBE;
}
</style>