Shades of Twilight #DAC0D1
Tints of Twilight #DAC0D1
RGB
CMYK
RGB Variations
Color information
#DAC0D1 (or 0xDAC0D1) is known color: Twilight. HEX triplet: DA, C0 and D1. RGB value is (218,192,209). Sum of RGB (Red+Green+Blue) = 218+192+209=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0D1 is #253F2E. Grayscale: #C9C9C9. Windows color (decimal): -2441007 or 13746394. OLE color: 13746394.
HSL color Cylindrical-coordinate representation of color #DAC0D1: hue angle of 320.77º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC0D1 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 209 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.15 |
| HSL | 320.77º | 0.26% | 0.8% | - |
| HSV(B) | 320.77º | 0.12% | 0.85% | - |
| XYZ | 59.27 | 57.21 | 68.24 | - |
| YUV | 201.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 209 | 0 | 0.12 | 0.04 | 0.15 | 320.77 | 0.26 | 0.8 |
| Hex | DA | C0 | D1 | 0 | C | 4 | F | 141 | 1A | 50 |
| Octal | 332 | 300 | 321 | 0 | 14 | 4 | 17 | 501 | 32 | 120 |
| Binary | 11011010 | 11000000 | 11010001 | 0 | 1100 | 100 | 1111 | 101000001 | 11010 | 1010000 |
Color Harmonies of #DAC0D1
Complementary color
Monochromatic Colors of #DAC0D1
Black with #DAC0D1
Text Example
Text Example
White with #DAC0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0D1; }
p { color: rgb(218,192,209); }
H1.HeaderClassName
{
color: #DAC0D1;
}
.AnyTagClassName
{
color: #DAC0D1;
}
</style>
background-color css
<style>
a { background-color: #DAC0D1; }
a { background-color: rgb(218,192,209); }
div.DivClassName
{
background-color: #DAC0D1;
}
.BgClassName
{
background-color: #DAC0D1;
}
</style>
border-color css
<style>
span { border-color: #DAC0D1; }
span { border-color: rgb(218,192,209); }
td.TdClassName
{
border-color: #DAC0D1;
}
.TagClassName
{
border-color: #DAC0D1;
}
</style>