Shades of Twilight #DAC3D1
Tints of Twilight #DAC3D1
RGB
CMYK
RGB Variations
Color information
#DAC3D1 (or 0xDAC3D1) is known color: Twilight. HEX triplet: DA, C3 and D1. RGB value is (218,195,209). Sum of RGB (Red+Green+Blue) = 218+195+209=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3D1 is #253C2E. Grayscale: #CBCBCB. Windows color (decimal): -2440239 or 13747162. OLE color: 13747162.
HSL color Cylindrical-coordinate representation of color #DAC3D1: hue angle of 323.48º 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 #DAC3D1 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 209 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.15 |
| HSL | 323.48º | 0.24% | 0.81% | - |
| HSV(B) | 323.48º | 0.11% | 0.85% | - |
| XYZ | 59.94 | 58.54 | 68.46 | - |
| YUV | 203.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 209 | 0 | 0.11 | 0.04 | 0.15 | 323.48 | 0.24 | 0.81 |
| Hex | DA | C3 | D1 | 0 | B | 4 | F | 143 | 18 | 51 |
| Octal | 332 | 303 | 321 | 0 | 13 | 4 | 17 | 503 | 30 | 121 |
| Binary | 11011010 | 11000011 | 11010001 | 0 | 1011 | 100 | 1111 | 101000011 | 11000 | 1010001 |
Color Harmonies of #DAC3D1
Complementary color
Monochromatic Colors of #DAC3D1
Black with #DAC3D1
Text Example
Text Example
White with #DAC3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3D1; }
p { color: rgb(218,195,209); }
H1.HeaderClassName
{
color: #DAC3D1;
}
.AnyTagClassName
{
color: #DAC3D1;
}
</style>
background-color css
<style>
a { background-color: #DAC3D1; }
a { background-color: rgb(218,195,209); }
div.DivClassName
{
background-color: #DAC3D1;
}
.BgClassName
{
background-color: #DAC3D1;
}
</style>
border-color css
<style>
span { border-color: #DAC3D1; }
span { border-color: rgb(218,195,209); }
td.TdClassName
{
border-color: #DAC3D1;
}
.TagClassName
{
border-color: #DAC3D1;
}
</style>