Shades of Twilight #DAC6D0
Tints of Twilight #DAC6D0
RGB
CMYK
RGB Variations
Color information
#DAC6D0 (or 0xDAC6D0) is known color: Twilight. HEX triplet: DA, C6 and D0. RGB value is (218,198,208). Sum of RGB (Red+Green+Blue) = 218+198+208=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6D0 is #25392F. Grayscale: #CDCDCD. Windows color (decimal): -2439472 or 13682394. OLE color: 13682394.
HSL color Cylindrical-coordinate representation of color #DAC6D0: hue angle of 330º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC6D0 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 208 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.15 |
| HSL | 330º | 0.21% | 0.82% | - |
| HSV(B) | 330º | 0.09% | 0.85% | - |
| XYZ | 60.49 | 59.85 | 68.04 | - |
| YUV | 205.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 208 | 0 | 0.09 | 0.05 | 0.15 | 330 | 0.21 | 0.82 |
| Hex | DA | C6 | D0 | 0 | 9 | 5 | F | 14A | 15 | 52 |
| Octal | 332 | 306 | 320 | 0 | 11 | 5 | 17 | 512 | 25 | 122 |
| Binary | 11011010 | 11000110 | 11010000 | 0 | 1001 | 101 | 1111 | 101001010 | 10101 | 1010010 |
Color Harmonies of #DAC6D0
Complementary color
Monochromatic Colors of #DAC6D0
Black with #DAC6D0
Text Example
Text Example
White with #DAC6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6D0; }
p { color: rgb(218,198,208); }
H1.HeaderClassName
{
color: #DAC6D0;
}
.AnyTagClassName
{
color: #DAC6D0;
}
</style>
background-color css
<style>
a { background-color: #DAC6D0; }
a { background-color: rgb(218,198,208); }
div.DivClassName
{
background-color: #DAC6D0;
}
.BgClassName
{
background-color: #DAC6D0;
}
</style>
border-color css
<style>
span { border-color: #DAC6D0; }
span { border-color: rgb(218,198,208); }
td.TdClassName
{
border-color: #DAC6D0;
}
.TagClassName
{
border-color: #DAC6D0;
}
</style>