Shades of Twilight #DAC2CF
Tints of Twilight #DAC2CF
RGB
CMYK
RGB Variations
Color information
#DAC2CF (or 0xDAC2CF) is known color: Twilight. HEX triplet: DA, C2 and CF. RGB value is (218,194,207). Sum of RGB (Red+Green+Blue) = 218+194+207=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2CF is #253D30. Grayscale: #CACACA. Windows color (decimal): -2440497 or 13615834. OLE color: 13615834.
HSL color Cylindrical-coordinate representation of color #DAC2CF: hue angle of 327.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 #DAC2CF is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 207 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.15 |
| HSL | 327.5º | 0.24% | 0.81% | - |
| HSV(B) | 327.5º | 0.11% | 0.85% | - |
| XYZ | 59.47 | 57.99 | 67.09 | - |
| YUV | 202.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 207 | 0 | 0.11 | 0.05 | 0.15 | 327.5 | 0.24 | 0.81 |
| Hex | DA | C2 | CF | 0 | B | 5 | F | 148 | 18 | 51 |
| Octal | 332 | 302 | 317 | 0 | 13 | 5 | 17 | 510 | 30 | 121 |
| Binary | 11011010 | 11000010 | 11001111 | 0 | 1011 | 101 | 1111 | 101001000 | 11000 | 1010001 |
Color Harmonies of #DAC2CF
Complementary color
Monochromatic Colors of #DAC2CF
Black with #DAC2CF
Text Example
Text Example
White with #DAC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2CF; }
p { color: rgb(218,194,207); }
H1.HeaderClassName
{
color: #DAC2CF;
}
.AnyTagClassName
{
color: #DAC2CF;
}
</style>
background-color css
<style>
a { background-color: #DAC2CF; }
a { background-color: rgb(218,194,207); }
div.DivClassName
{
background-color: #DAC2CF;
}
.BgClassName
{
background-color: #DAC2CF;
}
</style>
border-color css
<style>
span { border-color: #DAC2CF; }
span { border-color: rgb(218,194,207); }
td.TdClassName
{
border-color: #DAC2CF;
}
.TagClassName
{
border-color: #DAC2CF;
}
</style>