Shades of Twilight #DAC5D1
Tints of Twilight #DAC5D1
RGB
CMYK
RGB Variations
Color information
#DAC5D1 (or 0xDAC5D1) is known color: Twilight. HEX triplet: DA, C5 and D1. RGB value is (218,197,209). Sum of RGB (Red+Green+Blue) = 218+197+209=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5D1 is #253A2E. Grayscale: #CCCCCC. Windows color (decimal): -2439727 or 13747674. OLE color: 13747674.
HSL color Cylindrical-coordinate representation of color #DAC5D1: hue angle of 325.71º 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 #DAC5D1 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 209 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.15 |
| HSL | 325.71º | 0.22% | 0.81% | - |
| HSV(B) | 325.71º | 0.1% | 0.85% | - |
| XYZ | 60.39 | 59.44 | 68.61 | - |
| YUV | 204.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 209 | 0 | 0.10 | 0.04 | 0.15 | 325.71 | 0.22 | 0.81 |
| Hex | DA | C5 | D1 | 0 | A | 4 | F | 146 | 16 | 51 |
| Octal | 332 | 305 | 321 | 0 | 12 | 4 | 17 | 506 | 26 | 121 |
| Binary | 11011010 | 11000101 | 11010001 | 0 | 1010 | 100 | 1111 | 101000110 | 10110 | 1010001 |
Color Harmonies of #DAC5D1
Complementary color
Monochromatic Colors of #DAC5D1
Black with #DAC5D1
Text Example
Text Example
White with #DAC5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5D1; }
p { color: rgb(218,197,209); }
H1.HeaderClassName
{
color: #DAC5D1;
}
.AnyTagClassName
{
color: #DAC5D1;
}
</style>
background-color css
<style>
a { background-color: #DAC5D1; }
a { background-color: rgb(218,197,209); }
div.DivClassName
{
background-color: #DAC5D1;
}
.BgClassName
{
background-color: #DAC5D1;
}
</style>
border-color css
<style>
span { border-color: #DAC5D1; }
span { border-color: rgb(218,197,209); }
td.TdClassName
{
border-color: #DAC5D1;
}
.TagClassName
{
border-color: #DAC5D1;
}
</style>