Shades of Twilight #DABACC
Tints of Twilight #DABACC
RGB
CMYK
RGB Variations
Color information
#DABACC (or 0xDABACC) is known color: Twilight. HEX triplet: DA, BA and CC. RGB value is (218,186,204). Sum of RGB (Red+Green+Blue) = 218+186+204=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DABACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABACC is #254533. Grayscale: #C5C5C5. Windows color (decimal): -2442548 or 13417178. OLE color: 13417178.
HSL color Cylindrical-coordinate representation of color #DABACC: hue angle of 326.25º 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 #DABACC is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 204 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.15 |
| HSL | 326.25º | 0.3% | 0.79% | - |
| HSV(B) | 326.25º | 0.15% | 0.85% | - |
| XYZ | 57.37 | 54.38 | 64.6 | - |
| YUV | 197.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 204 | 0 | 0.15 | 0.06 | 0.15 | 326.25 | 0.3 | 0.79 |
| Hex | DA | BA | CC | 0 | F | 6 | F | 146 | 1E | 4F |
| Octal | 332 | 272 | 314 | 0 | 17 | 6 | 17 | 506 | 36 | 117 |
| Binary | 11011010 | 10111010 | 11001100 | 0 | 1111 | 110 | 1111 | 101000110 | 11110 | 1001111 |
Color Harmonies of #DABACC
Complementary color
Monochromatic Colors of #DABACC
Black with #DABACC
Text Example
Text Example
White with #DABACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABACC; }
p { color: rgb(218,186,204); }
H1.HeaderClassName
{
color: #DABACC;
}
.AnyTagClassName
{
color: #DABACC;
}
</style>
background-color css
<style>
a { background-color: #DABACC; }
a { background-color: rgb(218,186,204); }
div.DivClassName
{
background-color: #DABACC;
}
.BgClassName
{
background-color: #DABACC;
}
</style>
border-color css
<style>
span { border-color: #DABACC; }
span { border-color: rgb(218,186,204); }
td.TdClassName
{
border-color: #DABACC;
}
.TagClassName
{
border-color: #DABACC;
}
</style>