Shades of Twilight #DAC4D0
Tints of Twilight #DAC4D0
RGB
CMYK
RGB Variations
Color information
#DAC4D0 (or 0xDAC4D0) is known color: Twilight. HEX triplet: DA, C4 and D0. RGB value is (218,196,208). Sum of RGB (Red+Green+Blue) = 218+196+208=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4D0 is #253B2F. Grayscale: #CBCBCB. Windows color (decimal): -2439984 or 13681882. OLE color: 13681882.
HSL color Cylindrical-coordinate representation of color #DAC4D0: hue angle of 327.27º 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 #DAC4D0 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 208 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.15 |
| HSL | 327.27º | 0.23% | 0.81% | - |
| HSV(B) | 327.27º | 0.1% | 0.85% | - |
| XYZ | 60.04 | 58.94 | 67.89 | - |
| YUV | 203.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 208 | 0 | 0.10 | 0.05 | 0.15 | 327.27 | 0.23 | 0.81 |
| Hex | DA | C4 | D0 | 0 | A | 5 | F | 147 | 17 | 51 |
| Octal | 332 | 304 | 320 | 0 | 12 | 5 | 17 | 507 | 27 | 121 |
| Binary | 11011010 | 11000100 | 11010000 | 0 | 1010 | 101 | 1111 | 101000111 | 10111 | 1010001 |
Color Harmonies of #DAC4D0
Complementary color
Monochromatic Colors of #DAC4D0
Black with #DAC4D0
Text Example
Text Example
White with #DAC4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4D0; }
p { color: rgb(218,196,208); }
H1.HeaderClassName
{
color: #DAC4D0;
}
.AnyTagClassName
{
color: #DAC4D0;
}
</style>
background-color css
<style>
a { background-color: #DAC4D0; }
a { background-color: rgb(218,196,208); }
div.DivClassName
{
background-color: #DAC4D0;
}
.BgClassName
{
background-color: #DAC4D0;
}
</style>
border-color css
<style>
span { border-color: #DAC4D0; }
span { border-color: rgb(218,196,208); }
td.TdClassName
{
border-color: #DAC4D0;
}
.TagClassName
{
border-color: #DAC4D0;
}
</style>