Shades of Twilight #DAC1D2
Tints of Twilight #DAC1D2
RGB
CMYK
RGB Variations
Color information
#DAC1D2 (or 0xDAC1D2) is known color: Twilight. HEX triplet: DA, C1 and D2. RGB value is (218,193,210). Sum of RGB (Red+Green+Blue) = 218+193+210=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1D2 is #253E2D. Grayscale: #CACACA. Windows color (decimal): -2440750 or 13812186. OLE color: 13812186.
HSL color Cylindrical-coordinate representation of color #DAC1D2: hue angle of 319.2º degrees, saturation: 0.25, 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 #DAC1D2 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 210 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.15 |
| HSL | 319.2º | 0.25% | 0.81% | - |
| HSV(B) | 319.2º | 0.11% | 0.85% | - |
| XYZ | 59.62 | 57.7 | 68.97 | - |
| YUV | 202.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 210 | 0 | 0.11 | 0.04 | 0.15 | 319.2 | 0.25 | 0.81 |
| Hex | DA | C1 | D2 | 0 | B | 4 | F | 13F | 19 | 51 |
| Octal | 332 | 301 | 322 | 0 | 13 | 4 | 17 | 477 | 31 | 121 |
| Binary | 11011010 | 11000001 | 11010010 | 0 | 1011 | 100 | 1111 | 100111111 | 11001 | 1010001 |
Color Harmonies of #DAC1D2
Complementary color
Monochromatic Colors of #DAC1D2
Black with #DAC1D2
Text Example
Text Example
White with #DAC1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1D2; }
p { color: rgb(218,193,210); }
H1.HeaderClassName
{
color: #DAC1D2;
}
.AnyTagClassName
{
color: #DAC1D2;
}
</style>
background-color css
<style>
a { background-color: #DAC1D2; }
a { background-color: rgb(218,193,210); }
div.DivClassName
{
background-color: #DAC1D2;
}
.BgClassName
{
background-color: #DAC1D2;
}
</style>
border-color css
<style>
span { border-color: #DAC1D2; }
span { border-color: rgb(218,193,210); }
td.TdClassName
{
border-color: #DAC1D2;
}
.TagClassName
{
border-color: #DAC1D2;
}
</style>