Shades of Twilight #DACDD6
Tints of Twilight #DACDD6
RGB
CMYK
RGB Variations
Color information
#DACDD6 (or 0xDACDD6) is known color: Twilight. HEX triplet: DA, CD and D6. RGB value is (218,205,214). Sum of RGB (Red+Green+Blue) = 218+205+214=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDD6 is #253229. Grayscale: #D1D1D1. Windows color (decimal): -2437674 or 14077402. OLE color: 14077402.
HSL color Cylindrical-coordinate representation of color #DACDD6: hue angle of 318.46º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DACDD6 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 214 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.15 |
| HSL | 318.46º | 0.15% | 0.83% | - |
| HSV(B) | 318.46º | 0.06% | 0.85% | - |
| XYZ | 62.88 | 63.42 | 72.55 | - |
| YUV | 209.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 214 | 0 | 0.06 | 0.02 | 0.15 | 318.46 | 0.15 | 0.83 |
| Hex | DA | CD | D6 | 0 | 6 | 2 | F | 13E | F | 53 |
| Octal | 332 | 315 | 326 | 0 | 6 | 2 | 17 | 476 | 17 | 123 |
| Binary | 11011010 | 11001101 | 11010110 | 0 | 110 | 10 | 1111 | 100111110 | 1111 | 1010011 |
Color Harmonies of #DACDD6
Complementary color
Monochromatic Colors of #DACDD6
Black with #DACDD6
Text Example
Text Example
White with #DACDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDD6; }
p { color: rgb(218,205,214); }
H1.HeaderClassName
{
color: #DACDD6;
}
.AnyTagClassName
{
color: #DACDD6;
}
</style>
background-color css
<style>
a { background-color: #DACDD6; }
a { background-color: rgb(218,205,214); }
div.DivClassName
{
background-color: #DACDD6;
}
.BgClassName
{
background-color: #DACDD6;
}
</style>
border-color css
<style>
span { border-color: #DACDD6; }
span { border-color: rgb(218,205,214); }
td.TdClassName
{
border-color: #DACDD6;
}
.TagClassName
{
border-color: #DACDD6;
}
</style>