Shades of Twilight #DABACE
Tints of Twilight #DABACE
RGB
CMYK
RGB Variations
Color information
#DABACE (or 0xDABACE) is known color: Twilight. HEX triplet: DA, BA and CE. RGB value is (218,186,206). Sum of RGB (Red+Green+Blue) = 218+186+206=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 218 - color contains mainly: red. Hex color #DABACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABACE is #254531. Grayscale: #C5C5C5. Windows color (decimal): -2442546 or 13548250. OLE color: 13548250.
HSL color Cylindrical-coordinate representation of color #DABACE: hue angle of 322.5º 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 #DABACE is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 206 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.15 |
| HSL | 322.5º | 0.3% | 0.79% | - |
| HSV(B) | 322.5º | 0.15% | 0.85% | - |
| XYZ | 57.61 | 54.48 | 65.87 | - |
| YUV | 197.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 206 | 0 | 0.15 | 0.06 | 0.15 | 322.5 | 0.3 | 0.79 |
| Hex | DA | BA | CE | 0 | F | 6 | F | 142 | 1E | 4F |
| Octal | 332 | 272 | 316 | 0 | 17 | 6 | 17 | 502 | 36 | 117 |
| Binary | 11011010 | 10111010 | 11001110 | 0 | 1111 | 110 | 1111 | 101000010 | 11110 | 1001111 |
Color Harmonies of #DABACE
Complementary color
Monochromatic Colors of #DABACE
Black with #DABACE
Text Example
Text Example
White with #DABACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABACE; }
p { color: rgb(218,186,206); }
H1.HeaderClassName
{
color: #DABACE;
}
.AnyTagClassName
{
color: #DABACE;
}
</style>
background-color css
<style>
a { background-color: #DABACE; }
a { background-color: rgb(218,186,206); }
div.DivClassName
{
background-color: #DABACE;
}
.BgClassName
{
background-color: #DABACE;
}
</style>
border-color css
<style>
span { border-color: #DABACE; }
span { border-color: rgb(218,186,206); }
td.TdClassName
{
border-color: #DABACE;
}
.TagClassName
{
border-color: #DABACE;
}
</style>