Shades of Twilight #DABDC9
Tints of Twilight #DABDC9
RGB
CMYK
RGB Variations
Color information
#DABDC9 (or 0xDABDC9) is known color: Twilight. HEX triplet: DA, BD and C9. RGB value is (218,189,201). Sum of RGB (Red+Green+Blue) = 218+189+201=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDC9 is #254236. Grayscale: #C7C7C7. Windows color (decimal): -2441783 or 13221338. OLE color: 13221338.
HSL color Cylindrical-coordinate representation of color #DABDC9: hue angle of 335.17º 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 #DABDC9 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 201 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.15 |
| HSL | 335.17º | 0.28% | 0.8% | - |
| HSV(B) | 335.17º | 0.13% | 0.85% | - |
| XYZ | 57.65 | 55.52 | 62.94 | - |
| YUV | 199.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 201 | 0 | 0.13 | 0.08 | 0.15 | 335.17 | 0.28 | 0.8 |
| Hex | DA | BD | C9 | 0 | D | 8 | F | 14F | 1C | 50 |
| Octal | 332 | 275 | 311 | 0 | 15 | 10 | 17 | 517 | 34 | 120 |
| Binary | 11011010 | 10111101 | 11001001 | 0 | 1101 | 1000 | 1111 | 101001111 | 11100 | 1010000 |
Color Harmonies of #DABDC9
Complementary color
Monochromatic Colors of #DABDC9
Black with #DABDC9
Text Example
Text Example
White with #DABDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDC9; }
p { color: rgb(218,189,201); }
H1.HeaderClassName
{
color: #DABDC9;
}
.AnyTagClassName
{
color: #DABDC9;
}
</style>
background-color css
<style>
a { background-color: #DABDC9; }
a { background-color: rgb(218,189,201); }
div.DivClassName
{
background-color: #DABDC9;
}
.BgClassName
{
background-color: #DABDC9;
}
</style>
border-color css
<style>
span { border-color: #DABDC9; }
span { border-color: rgb(218,189,201); }
td.TdClassName
{
border-color: #DABDC9;
}
.TagClassName
{
border-color: #DABDC9;
}
</style>