Shades of Twilight #DAB3C6
Tints of Twilight #DAB3C6
RGB
CMYK
RGB Variations
Color information
#DAB3C6 (or 0xDAB3C6) is known color: Twilight. HEX triplet: DA, B3 and C6. RGB value is (218,179,198). Sum of RGB (Red+Green+Blue) = 218+179+198=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3C6 is #254C39. Grayscale: #C0C0C0. Windows color (decimal): -2444346 or 13022170. OLE color: 13022170.
HSL color Cylindrical-coordinate representation of color #DAB3C6: hue angle of 330.77º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB3C6 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 198 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.15 |
| HSL | 330.77º | 0.35% | 0.78% | - |
| HSV(B) | 330.77º | 0.18% | 0.85% | - |
| XYZ | 55.23 | 51.22 | 60.4 | - |
| YUV | 192.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 198 | 0 | 0.18 | 0.09 | 0.15 | 330.77 | 0.35 | 0.78 |
| Hex | DA | B3 | C6 | 0 | 12 | 9 | F | 14B | 23 | 4E |
| Octal | 332 | 263 | 306 | 0 | 22 | 11 | 17 | 513 | 43 | 116 |
| Binary | 11011010 | 10110011 | 11000110 | 0 | 10010 | 1001 | 1111 | 101001011 | 100011 | 1001110 |
Color Harmonies of #DAB3C6
Complementary color
Monochromatic Colors of #DAB3C6
Black with #DAB3C6
Text Example
Text Example
White with #DAB3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB3C6; }
p { color: rgb(218,179,198); }
H1.HeaderClassName
{
color: #DAB3C6;
}
.AnyTagClassName
{
color: #DAB3C6;
}
</style>
background-color css
<style>
a { background-color: #DAB3C6; }
a { background-color: rgb(218,179,198); }
div.DivClassName
{
background-color: #DAB3C6;
}
.BgClassName
{
background-color: #DAB3C6;
}
</style>
border-color css
<style>
span { border-color: #DAB3C6; }
span { border-color: rgb(218,179,198); }
td.TdClassName
{
border-color: #DAB3C6;
}
.TagClassName
{
border-color: #DAB3C6;
}
</style>