Shades of Twilight #DAC3CF
Tints of Twilight #DAC3CF
RGB
CMYK
RGB Variations
Color information
#DAC3CF (or 0xDAC3CF) is known color: Twilight. HEX triplet: DA, C3 and CF. RGB value is (218,195,207). Sum of RGB (Red+Green+Blue) = 218+195+207=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3CF is #253C30. Grayscale: #CBCBCB. Windows color (decimal): -2440241 or 13616090. OLE color: 13616090.
HSL color Cylindrical-coordinate representation of color #DAC3CF: hue angle of 328.7º 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 #DAC3CF is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 207 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.15 |
| HSL | 328.7º | 0.24% | 0.81% | - |
| HSV(B) | 328.7º | 0.11% | 0.85% | - |
| XYZ | 59.69 | 58.44 | 67.17 | - |
| YUV | 203.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 207 | 0 | 0.11 | 0.05 | 0.15 | 328.7 | 0.24 | 0.81 |
| Hex | DA | C3 | CF | 0 | B | 5 | F | 149 | 18 | 51 |
| Octal | 332 | 303 | 317 | 0 | 13 | 5 | 17 | 511 | 30 | 121 |
| Binary | 11011010 | 11000011 | 11001111 | 0 | 1011 | 101 | 1111 | 101001001 | 11000 | 1010001 |
Color Harmonies of #DAC3CF
Complementary color
Monochromatic Colors of #DAC3CF
Black with #DAC3CF
Text Example
Text Example
White with #DAC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3CF; }
p { color: rgb(218,195,207); }
H1.HeaderClassName
{
color: #DAC3CF;
}
.AnyTagClassName
{
color: #DAC3CF;
}
</style>
background-color css
<style>
a { background-color: #DAC3CF; }
a { background-color: rgb(218,195,207); }
div.DivClassName
{
background-color: #DAC3CF;
}
.BgClassName
{
background-color: #DAC3CF;
}
</style>
border-color css
<style>
span { border-color: #DAC3CF; }
span { border-color: rgb(218,195,207); }
td.TdClassName
{
border-color: #DAC3CF;
}
.TagClassName
{
border-color: #DAC3CF;
}
</style>