Shades of Twilight #DABACF
Tints of Twilight #DABACF
RGB
CMYK
RGB Variations
Color information
#DABACF (or 0xDABACF) is known color: Twilight. HEX triplet: DA, BA and CF. RGB value is (218,186,207). Sum of RGB (Red+Green+Blue) = 218+186+207=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DABACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABACF is #254530. Grayscale: #C5C5C5. Windows color (decimal): -2442545 or 13613786. OLE color: 13613786.
HSL color Cylindrical-coordinate representation of color #DABACF: hue angle of 320.62º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABACF is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 207 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.15 |
| HSL | 320.63º | 0.3% | 0.79% | - |
| HSV(B) | 320.63º | 0.15% | 0.85% | - |
| XYZ | 57.73 | 54.53 | 66.51 | - |
| YUV | 197.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 207 | 0 | 0.15 | 0.05 | 0.15 | 320.63 | 0.3 | 0.79 |
| Hex | DA | BA | CF | 0 | F | 5 | F | 141 | 1E | 4F |
| Octal | 332 | 272 | 317 | 0 | 17 | 5 | 17 | 501 | 36 | 117 |
| Binary | 11011010 | 10111010 | 11001111 | 0 | 1111 | 101 | 1111 | 101000001 | 11110 | 1001111 |
Color Harmonies of #DABACF
Complementary color
Monochromatic Colors of #DABACF
Black with #DABACF
Text Example
Text Example
White with #DABACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABACF; }
p { color: rgb(218,186,207); }
H1.HeaderClassName
{
color: #DABACF;
}
.AnyTagClassName
{
color: #DABACF;
}
</style>
background-color css
<style>
a { background-color: #DABACF; }
a { background-color: rgb(218,186,207); }
div.DivClassName
{
background-color: #DABACF;
}
.BgClassName
{
background-color: #DABACF;
}
</style>
border-color css
<style>
span { border-color: #DABACF; }
span { border-color: rgb(218,186,207); }
td.TdClassName
{
border-color: #DABACF;
}
.TagClassName
{
border-color: #DABACF;
}
</style>