Shades of Pink Flare #DABDC0
Tints of Pink Flare #DABDC0
RGB
CMYK
RGB Variations
Color information
#DABDC0 (or 0xDABDC0) is known color: Pink Flare. HEX triplet: DA, BD and C0. RGB value is (218,189,192). Sum of RGB (Red+Green+Blue) = 218+189+192=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDC0 is #25423F. Grayscale: #C6C6C6. Windows color (decimal): -2441792 or 12631514. OLE color: 12631514.
HSL color Cylindrical-coordinate representation of color #DABDC0: hue angle of 353.79º degrees, saturation: 0.28, 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 #DABDC0 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 189 | 192 | - |
CMYK | 0 | 0.13 | 0.12 | 0.15 |
HSL | 353.79º | 0.28% | 0.8% | - |
HSV(B) | 353.79º | 0.13% | 0.85% | - |
XYZ | 56.63 | 55.11 | 57.52 | - |
YUV | 198.01 | 124.61 | 142.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 189 | 192 | 0 | 0.13 | 0.12 | 0.15 | 353.79 | 0.28 | 0.8 |
Hex | DA | BD | C0 | 0 | D | C | F | 162 | 1C | 50 |
Octal | 332 | 275 | 300 | 0 | 15 | 14 | 17 | 542 | 34 | 120 |
Binary | 11011010 | 10111101 | 11000000 | 0 | 1101 | 1100 | 1111 | 101100010 | 11100 | 1010000 |
Color Harmonies of #DABDC0
Complementary color
Monochromatic Colors of #DABDC0
Black with #DABDC0
Text Example
Text Example
White with #DABDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDC0; }
p { color: rgb(218,189,192); }
H1.HeaderClassName
{
color: #DABDC0;
}
.AnyTagClassName
{
color: #DABDC0;
}
</style>
background-color css
<style>
a { background-color: #DABDC0; }
a { background-color: rgb(218,189,192); }
div.DivClassName
{
background-color: #DABDC0;
}
.BgClassName
{
background-color: #DABDC0;
}
</style>
border-color css
<style>
span { border-color: #DABDC0; }
span { border-color: rgb(218,189,192); }
td.TdClassName
{
border-color: #DABDC0;
}
.TagClassName
{
border-color: #DABDC0;
}
</style>