Shades of Twilight #DAC4CD
Tints of Twilight #DAC4CD
RGB
CMYK
RGB Variations
Color information
#DAC4CD (or 0xDAC4CD) is known color: Twilight. HEX triplet: DA, C4 and CD. RGB value is (218,196,205). Sum of RGB (Red+Green+Blue) = 218+196+205=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4CD is #253B32. Grayscale: #CBCBCB. Windows color (decimal): -2439987 or 13485274. OLE color: 13485274.
HSL color Cylindrical-coordinate representation of color #DAC4CD: hue angle of 335.45º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC4CD is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 205 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.15 |
| HSL | 335.45º | 0.23% | 0.81% | - |
| HSV(B) | 335.45º | 0.1% | 0.85% | - |
| XYZ | 59.67 | 58.79 | 65.96 | - |
| YUV | 203.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 205 | 0 | 0.10 | 0.06 | 0.15 | 335.45 | 0.23 | 0.81 |
| Hex | DA | C4 | CD | 0 | A | 6 | F | 14F | 17 | 51 |
| Octal | 332 | 304 | 315 | 0 | 12 | 6 | 17 | 517 | 27 | 121 |
| Binary | 11011010 | 11000100 | 11001101 | 0 | 1010 | 110 | 1111 | 101001111 | 10111 | 1010001 |
Color Harmonies of #DAC4CD
Complementary color
Monochromatic Colors of #DAC4CD
Black with #DAC4CD
Text Example
Text Example
White with #DAC4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4CD; }
p { color: rgb(218,196,205); }
H1.HeaderClassName
{
color: #DAC4CD;
}
.AnyTagClassName
{
color: #DAC4CD;
}
</style>
background-color css
<style>
a { background-color: #DAC4CD; }
a { background-color: rgb(218,196,205); }
div.DivClassName
{
background-color: #DAC4CD;
}
.BgClassName
{
background-color: #DAC4CD;
}
</style>
border-color css
<style>
span { border-color: #DAC4CD; }
span { border-color: rgb(218,196,205); }
td.TdClassName
{
border-color: #DAC4CD;
}
.TagClassName
{
border-color: #DAC4CD;
}
</style>