Shades of Twilight #DAC5CE
Tints of Twilight #DAC5CE
RGB
CMYK
RGB Variations
Color information
#DAC5CE (or 0xDAC5CE) is known color: Twilight. HEX triplet: DA, C5 and CE. RGB value is (218,197,206). Sum of RGB (Red+Green+Blue) = 218+197+206=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5CE is #253A31. Grayscale: #CCCCCC. Windows color (decimal): -2439730 or 13551066. OLE color: 13551066.
HSL color Cylindrical-coordinate representation of color #DAC5CE: hue angle of 334.29º degrees, saturation: 0.22, 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 #DAC5CE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 206 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.15 |
| HSL | 334.29º | 0.22% | 0.81% | - |
| HSV(B) | 334.29º | 0.1% | 0.85% | - |
| XYZ | 60.02 | 59.29 | 66.67 | - |
| YUV | 204.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 206 | 0 | 0.10 | 0.06 | 0.15 | 334.29 | 0.22 | 0.81 |
| Hex | DA | C5 | CE | 0 | A | 6 | F | 14E | 16 | 51 |
| Octal | 332 | 305 | 316 | 0 | 12 | 6 | 17 | 516 | 26 | 121 |
| Binary | 11011010 | 11000101 | 11001110 | 0 | 1010 | 110 | 1111 | 101001110 | 10110 | 1010001 |
Color Harmonies of #DAC5CE
Complementary color
Monochromatic Colors of #DAC5CE
Black with #DAC5CE
Text Example
Text Example
White with #DAC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5CE; }
p { color: rgb(218,197,206); }
H1.HeaderClassName
{
color: #DAC5CE;
}
.AnyTagClassName
{
color: #DAC5CE;
}
</style>
background-color css
<style>
a { background-color: #DAC5CE; }
a { background-color: rgb(218,197,206); }
div.DivClassName
{
background-color: #DAC5CE;
}
.BgClassName
{
background-color: #DAC5CE;
}
</style>
border-color css
<style>
span { border-color: #DAC5CE; }
span { border-color: rgb(218,197,206); }
td.TdClassName
{
border-color: #DAC5CE;
}
.TagClassName
{
border-color: #DAC5CE;
}
</style>