Shades of Twilight #DAB3C9
Tints of Twilight #DAB3C9
RGB
CMYK
RGB Variations
Color information
#DAB3C9 (or 0xDAB3C9) is known color: Twilight. HEX triplet: DA, B3 and C9. RGB value is (218,179,201). Sum of RGB (Red+Green+Blue) = 218+179+201=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3C9 is #254C36. Grayscale: #C1C1C1. Windows color (decimal): -2444343 or 13218778. OLE color: 13218778.
HSL color Cylindrical-coordinate representation of color #DAB3C9: hue angle of 326.15º 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 #DAB3C9 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 201 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.15 |
| HSL | 326.15º | 0.35% | 0.78% | - |
| HSV(B) | 326.15º | 0.18% | 0.85% | - |
| XYZ | 55.58 | 51.36 | 62.24 | - |
| YUV | 193.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 201 | 0 | 0.18 | 0.08 | 0.15 | 326.15 | 0.35 | 0.78 |
| Hex | DA | B3 | C9 | 0 | 12 | 8 | F | 146 | 23 | 4E |
| Octal | 332 | 263 | 311 | 0 | 22 | 10 | 17 | 506 | 43 | 116 |
| Binary | 11011010 | 10110011 | 11001001 | 0 | 10010 | 1000 | 1111 | 101000110 | 100011 | 1001110 |
Color Harmonies of #DAB3C9
Complementary color
Monochromatic Colors of #DAB3C9
Black with #DAB3C9
Text Example
Text Example
White with #DAB3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB3C9; }
p { color: rgb(218,179,201); }
H1.HeaderClassName
{
color: #DAB3C9;
}
.AnyTagClassName
{
color: #DAB3C9;
}
</style>
background-color css
<style>
a { background-color: #DAB3C9; }
a { background-color: rgb(218,179,201); }
div.DivClassName
{
background-color: #DAB3C9;
}
.BgClassName
{
background-color: #DAB3C9;
}
</style>
border-color css
<style>
span { border-color: #DAB3C9; }
span { border-color: rgb(218,179,201); }
td.TdClassName
{
border-color: #DAB3C9;
}
.TagClassName
{
border-color: #DAB3C9;
}
</style>