Shades of Pink Flare #DABEC1
Tints of Pink Flare #DABEC1
RGB
CMYK
RGB Variations
Color information
#DABEC1 (or 0xDABEC1) is known color: Pink Flare. HEX triplet: DA, BE and C1. RGB value is (218,190,193). Sum of RGB (Red+Green+Blue) = 218+190+193=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEC1 is #25413E. Grayscale: #C6C6C6. Windows color (decimal): -2441535 or 12697306. OLE color: 12697306.
HSL color Cylindrical-coordinate representation of color #DABEC1: hue angle of 353.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABEC1 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 193 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.15 |
| HSL | 353.57º | 0.27% | 0.8% | - |
| HSV(B) | 353.57º | 0.13% | 0.85% | - |
| XYZ | 56.95 | 55.58 | 58.18 | - |
| YUV | 198.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 193 | 0 | 0.13 | 0.11 | 0.15 | 353.57 | 0.27 | 0.8 |
| Hex | DA | BE | C1 | 0 | D | B | F | 162 | 1B | 50 |
| Octal | 332 | 276 | 301 | 0 | 15 | 13 | 17 | 542 | 33 | 120 |
| Binary | 11011010 | 10111110 | 11000001 | 0 | 1101 | 1011 | 1111 | 101100010 | 11011 | 1010000 |
Color Harmonies of #DABEC1
Complementary color
Monochromatic Colors of #DABEC1
Black with #DABEC1
Text Example
Text Example
White with #DABEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEC1; }
p { color: rgb(218,190,193); }
H1.HeaderClassName
{
color: #DABEC1;
}
.AnyTagClassName
{
color: #DABEC1;
}
</style>
background-color css
<style>
a { background-color: #DABEC1; }
a { background-color: rgb(218,190,193); }
div.DivClassName
{
background-color: #DABEC1;
}
.BgClassName
{
background-color: #DABEC1;
}
</style>
border-color css
<style>
span { border-color: #DABEC1; }
span { border-color: rgb(218,190,193); }
td.TdClassName
{
border-color: #DABEC1;
}
.TagClassName
{
border-color: #DABEC1;
}
</style>