Shades of Twilight #DAC9D1
Tints of Twilight #DAC9D1
RGB
CMYK
RGB Variations
Color information
#DAC9D1 (or 0xDAC9D1) is known color: Twilight. HEX triplet: DA, C9 and D1. RGB value is (218,201,209). Sum of RGB (Red+Green+Blue) = 218+201+209=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9D1 is #25362E. Grayscale: #CECECE. Windows color (decimal): -2438703 or 13748698. OLE color: 13748698.
HSL color Cylindrical-coordinate representation of color #DAC9D1: hue angle of 331.76º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAC9D1 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 209 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.15 |
| HSL | 331.76º | 0.19% | 0.82% | - |
| HSV(B) | 331.76º | 0.08% | 0.85% | - |
| XYZ | 61.31 | 61.28 | 68.92 | - |
| YUV | 207 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 209 | 0 | 0.08 | 0.04 | 0.15 | 331.76 | 0.19 | 0.82 |
| Hex | DA | C9 | D1 | 0 | 8 | 4 | F | 14C | 13 | 52 |
| Octal | 332 | 311 | 321 | 0 | 10 | 4 | 17 | 514 | 23 | 122 |
| Binary | 11011010 | 11001001 | 11010001 | 0 | 1000 | 100 | 1111 | 101001100 | 10011 | 1010010 |
Color Harmonies of #DAC9D1
Complementary color
Monochromatic Colors of #DAC9D1
Black with #DAC9D1
Text Example
Text Example
White with #DAC9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9D1; }
p { color: rgb(218,201,209); }
H1.HeaderClassName
{
color: #DAC9D1;
}
.AnyTagClassName
{
color: #DAC9D1;
}
</style>
background-color css
<style>
a { background-color: #DAC9D1; }
a { background-color: rgb(218,201,209); }
div.DivClassName
{
background-color: #DAC9D1;
}
.BgClassName
{
background-color: #DAC9D1;
}
</style>
border-color css
<style>
span { border-color: #DAC9D1; }
span { border-color: rgb(218,201,209); }
td.TdClassName
{
border-color: #DAC9D1;
}
.TagClassName
{
border-color: #DAC9D1;
}
</style>