Shades of Twilight #DAB3C7
Tints of Twilight #DAB3C7
RGB
CMYK
RGB Variations
Color information
#DAB3C7 (or 0xDAB3C7) is known color: Twilight. HEX triplet: DA, B3 and C7. RGB value is (218,179,199). Sum of RGB (Red+Green+Blue) = 218+179+199=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3C7 is #254C38. Grayscale: #C0C0C0. Windows color (decimal): -2444345 or 13087706. OLE color: 13087706.
HSL color Cylindrical-coordinate representation of color #DAB3C7: hue angle of 329.23º 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 #DAB3C7 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 199 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.15 |
| HSL | 329.23º | 0.35% | 0.78% | - |
| HSV(B) | 329.23º | 0.18% | 0.85% | - |
| XYZ | 55.34 | 51.27 | 61.01 | - |
| YUV | 192.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 199 | 0 | 0.18 | 0.09 | 0.15 | 329.23 | 0.35 | 0.78 |
| Hex | DA | B3 | C7 | 0 | 12 | 9 | F | 149 | 23 | 4E |
| Octal | 332 | 263 | 307 | 0 | 22 | 11 | 17 | 511 | 43 | 116 |
| Binary | 11011010 | 10110011 | 11000111 | 0 | 10010 | 1001 | 1111 | 101001001 | 100011 | 1001110 |
Color Harmonies of #DAB3C7
Complementary color
Monochromatic Colors of #DAB3C7
Black with #DAB3C7
Text Example
Text Example
White with #DAB3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB3C7; }
p { color: rgb(218,179,199); }
H1.HeaderClassName
{
color: #DAB3C7;
}
.AnyTagClassName
{
color: #DAB3C7;
}
</style>
background-color css
<style>
a { background-color: #DAB3C7; }
a { background-color: rgb(218,179,199); }
div.DivClassName
{
background-color: #DAB3C7;
}
.BgClassName
{
background-color: #DAB3C7;
}
</style>
border-color css
<style>
span { border-color: #DAB3C7; }
span { border-color: rgb(218,179,199); }
td.TdClassName
{
border-color: #DAB3C7;
}
.TagClassName
{
border-color: #DAB3C7;
}
</style>