Shades of Twilight #DAC2CD
Tints of Twilight #DAC2CD
RGB
CMYK
RGB Variations
Color information
#DAC2CD (or 0xDAC2CD) is known color: Twilight. HEX triplet: DA, C2 and CD. RGB value is (218,194,205). Sum of RGB (Red+Green+Blue) = 218+194+205=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2CD is #253D32. Grayscale: #CACACA. Windows color (decimal): -2440499 or 13484762. OLE color: 13484762.
HSL color Cylindrical-coordinate representation of color #DAC2CD: hue angle of 332.5º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC2CD is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 205 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.15 |
| HSL | 332.5º | 0.24% | 0.81% | - |
| HSV(B) | 332.5º | 0.11% | 0.85% | - |
| XYZ | 59.22 | 57.9 | 65.81 | - |
| YUV | 202.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 205 | 0 | 0.11 | 0.06 | 0.15 | 332.5 | 0.24 | 0.81 |
| Hex | DA | C2 | CD | 0 | B | 6 | F | 14C | 18 | 51 |
| Octal | 332 | 302 | 315 | 0 | 13 | 6 | 17 | 514 | 30 | 121 |
| Binary | 11011010 | 11000010 | 11001101 | 0 | 1011 | 110 | 1111 | 101001100 | 11000 | 1010001 |
Color Harmonies of #DAC2CD
Complementary color
Monochromatic Colors of #DAC2CD
Black with #DAC2CD
Text Example
Text Example
White with #DAC2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2CD; }
p { color: rgb(218,194,205); }
H1.HeaderClassName
{
color: #DAC2CD;
}
.AnyTagClassName
{
color: #DAC2CD;
}
</style>
background-color css
<style>
a { background-color: #DAC2CD; }
a { background-color: rgb(218,194,205); }
div.DivClassName
{
background-color: #DAC2CD;
}
.BgClassName
{
background-color: #DAC2CD;
}
</style>
border-color css
<style>
span { border-color: #DAC2CD; }
span { border-color: rgb(218,194,205); }
td.TdClassName
{
border-color: #DAC2CD;
}
.TagClassName
{
border-color: #DAC2CD;
}
</style>