Shades of Twilight #DAADC6
Tints of Twilight #DAADC6
RGB
CMYK
RGB Variations
Color information
#DAADC6 (or 0xDAADC6) is known color: Twilight. HEX triplet: DA, AD and C6. RGB value is (218,173,198). Sum of RGB (Red+Green+Blue) = 218+173+198=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADC6 is #255239. Grayscale: #BDBDBD. Windows color (decimal): -2445882 or 13020634. OLE color: 13020634.
HSL color Cylindrical-coordinate representation of color #DAADC6: hue angle of 326.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADC6 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 198 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.15 |
| HSL | 326.67º | 0.38% | 0.77% | - |
| HSV(B) | 326.67º | 0.21% | 0.85% | - |
| XYZ | 54.05 | 48.87 | 60.01 | - |
| YUV | 189.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 198 | 0 | 0.21 | 0.09 | 0.15 | 326.67 | 0.38 | 0.77 |
| Hex | DA | AD | C6 | 0 | 15 | 9 | F | 147 | 26 | 4D |
| Octal | 332 | 255 | 306 | 0 | 25 | 11 | 17 | 507 | 46 | 115 |
| Binary | 11011010 | 10101101 | 11000110 | 0 | 10101 | 1001 | 1111 | 101000111 | 100110 | 1001101 |
Color Harmonies of #DAADC6
Complementary color
Monochromatic Colors of #DAADC6
Black with #DAADC6
Text Example
Text Example
White with #DAADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADC6; }
p { color: rgb(218,173,198); }
H1.HeaderClassName
{
color: #DAADC6;
}
.AnyTagClassName
{
color: #DAADC6;
}
</style>
background-color css
<style>
a { background-color: #DAADC6; }
a { background-color: rgb(218,173,198); }
div.DivClassName
{
background-color: #DAADC6;
}
.BgClassName
{
background-color: #DAADC6;
}
</style>
border-color css
<style>
span { border-color: #DAADC6; }
span { border-color: rgb(218,173,198); }
td.TdClassName
{
border-color: #DAADC6;
}
.TagClassName
{
border-color: #DAADC6;
}
</style>