Shades of Twilight #DAC4CE
Tints of Twilight #DAC4CE
RGB
CMYK
RGB Variations
Color information
#DAC4CE (or 0xDAC4CE) is known color: Twilight. HEX triplet: DA, C4 and CE. RGB value is (218,196,206). Sum of RGB (Red+Green+Blue) = 218+196+206=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4CE is #253B31. Grayscale: #CBCBCB. Windows color (decimal): -2439986 or 13550810. OLE color: 13550810.
HSL color Cylindrical-coordinate representation of color #DAC4CE: hue angle of 332.73º 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 #DAC4CE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 206 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.15 |
| HSL | 332.73º | 0.23% | 0.81% | - |
| HSV(B) | 332.73º | 0.1% | 0.85% | - |
| XYZ | 59.79 | 58.84 | 66.6 | - |
| YUV | 203.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 206 | 0 | 0.10 | 0.06 | 0.15 | 332.73 | 0.23 | 0.81 |
| Hex | DA | C4 | CE | 0 | A | 6 | F | 14D | 17 | 51 |
| Octal | 332 | 304 | 316 | 0 | 12 | 6 | 17 | 515 | 27 | 121 |
| Binary | 11011010 | 11000100 | 11001110 | 0 | 1010 | 110 | 1111 | 101001101 | 10111 | 1010001 |
Color Harmonies of #DAC4CE
Complementary color
Monochromatic Colors of #DAC4CE
Black with #DAC4CE
Text Example
Text Example
White with #DAC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4CE; }
p { color: rgb(218,196,206); }
H1.HeaderClassName
{
color: #DAC4CE;
}
.AnyTagClassName
{
color: #DAC4CE;
}
</style>
background-color css
<style>
a { background-color: #DAC4CE; }
a { background-color: rgb(218,196,206); }
div.DivClassName
{
background-color: #DAC4CE;
}
.BgClassName
{
background-color: #DAC4CE;
}
</style>
border-color css
<style>
span { border-color: #DAC4CE; }
span { border-color: rgb(218,196,206); }
td.TdClassName
{
border-color: #DAC4CE;
}
.TagClassName
{
border-color: #DAC4CE;
}
</style>