Shades of Twilight #DAC2D2
Tints of Twilight #DAC2D2
RGB
CMYK
RGB Variations
Color information
#DAC2D2 (or 0xDAC2D2) is known color: Twilight. HEX triplet: DA, C2 and D2. RGB value is (218,194,210). Sum of RGB (Red+Green+Blue) = 218+194+210=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2D2 is #253D2D. Grayscale: #CACACA. Windows color (decimal): -2440494 or 13812442. OLE color: 13812442.
HSL color Cylindrical-coordinate representation of color #DAC2D2: hue angle of 320º 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 #DAC2D2 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 210 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.15 |
| HSL | 320º | 0.24% | 0.81% | - |
| HSV(B) | 320º | 0.11% | 0.85% | - |
| XYZ | 59.84 | 58.14 | 69.04 | - |
| YUV | 203 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 210 | 0 | 0.11 | 0.04 | 0.15 | 320 | 0.24 | 0.81 |
| Hex | DA | C2 | D2 | 0 | B | 4 | F | 140 | 18 | 51 |
| Octal | 332 | 302 | 322 | 0 | 13 | 4 | 17 | 500 | 30 | 121 |
| Binary | 11011010 | 11000010 | 11010010 | 0 | 1011 | 100 | 1111 | 101000000 | 11000 | 1010001 |
Color Harmonies of #DAC2D2
Complementary color
Monochromatic Colors of #DAC2D2
Black with #DAC2D2
Text Example
Text Example
White with #DAC2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2D2; }
p { color: rgb(218,194,210); }
H1.HeaderClassName
{
color: #DAC2D2;
}
.AnyTagClassName
{
color: #DAC2D2;
}
</style>
background-color css
<style>
a { background-color: #DAC2D2; }
a { background-color: rgb(218,194,210); }
div.DivClassName
{
background-color: #DAC2D2;
}
.BgClassName
{
background-color: #DAC2D2;
}
</style>
border-color css
<style>
span { border-color: #DAC2D2; }
span { border-color: rgb(218,194,210); }
td.TdClassName
{
border-color: #DAC2D2;
}
.TagClassName
{
border-color: #DAC2D2;
}
</style>