Shades of Twilight #DAB9CA
Tints of Twilight #DAB9CA
RGB
CMYK
RGB Variations
Color information
#DAB9CA (or 0xDAB9CA) is known color: Twilight. HEX triplet: DA, B9 and CA. RGB value is (218,185,202). Sum of RGB (Red+Green+Blue) = 218+185+202=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9CA is #254635. Grayscale: #C4C4C4. Windows color (decimal): -2442806 or 13285850. OLE color: 13285850.
HSL color Cylindrical-coordinate representation of color #DAB9CA: hue angle of 329.09º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAB9CA is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 202 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.15 |
| HSL | 329.09º | 0.31% | 0.79% | - |
| HSV(B) | 329.09º | 0.15% | 0.85% | - |
| XYZ | 56.92 | 53.87 | 63.27 | - |
| YUV | 196.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 202 | 0 | 0.15 | 0.07 | 0.15 | 329.09 | 0.31 | 0.79 |
| Hex | DA | B9 | CA | 0 | F | 7 | F | 149 | 1F | 4F |
| Octal | 332 | 271 | 312 | 0 | 17 | 7 | 17 | 511 | 37 | 117 |
| Binary | 11011010 | 10111001 | 11001010 | 0 | 1111 | 111 | 1111 | 101001001 | 11111 | 1001111 |
Color Harmonies of #DAB9CA
Complementary color
Monochromatic Colors of #DAB9CA
Black with #DAB9CA
Text Example
Text Example
White with #DAB9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9CA; }
p { color: rgb(218,185,202); }
H1.HeaderClassName
{
color: #DAB9CA;
}
.AnyTagClassName
{
color: #DAB9CA;
}
</style>
background-color css
<style>
a { background-color: #DAB9CA; }
a { background-color: rgb(218,185,202); }
div.DivClassName
{
background-color: #DAB9CA;
}
.BgClassName
{
background-color: #DAB9CA;
}
</style>
border-color css
<style>
span { border-color: #DAB9CA; }
span { border-color: rgb(218,185,202); }
td.TdClassName
{
border-color: #DAB9CA;
}
.TagClassName
{
border-color: #DAB9CA;
}
</style>