Shades of Twilight #DAB6C9
Tints of Twilight #DAB6C9
RGB
CMYK
RGB Variations
Color information
#DAB6C9 (or 0xDAB6C9) is known color: Twilight. HEX triplet: DA, B6 and C9. RGB value is (218,182,201). Sum of RGB (Red+Green+Blue) = 218+182+201=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6C9 is #254936. Grayscale: #C2C2C2. Windows color (decimal): -2443575 or 13219546. OLE color: 13219546.
HSL color Cylindrical-coordinate representation of color #DAB6C9: hue angle of 328.33º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB6C9 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 201 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.15 |
| HSL | 328.33º | 0.33% | 0.78% | - |
| HSV(B) | 328.33º | 0.17% | 0.85% | - |
| XYZ | 56.18 | 52.58 | 62.45 | - |
| YUV | 194.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 201 | 0 | 0.17 | 0.08 | 0.15 | 328.33 | 0.33 | 0.78 |
| Hex | DA | B6 | C9 | 0 | 11 | 8 | F | 148 | 21 | 4E |
| Octal | 332 | 266 | 311 | 0 | 21 | 10 | 17 | 510 | 41 | 116 |
| Binary | 11011010 | 10110110 | 11001001 | 0 | 10001 | 1000 | 1111 | 101001000 | 100001 | 1001110 |
Color Harmonies of #DAB6C9
Complementary color
Monochromatic Colors of #DAB6C9
Black with #DAB6C9
Text Example
Text Example
White with #DAB6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6C9; }
p { color: rgb(218,182,201); }
H1.HeaderClassName
{
color: #DAB6C9;
}
.AnyTagClassName
{
color: #DAB6C9;
}
</style>
background-color css
<style>
a { background-color: #DAB6C9; }
a { background-color: rgb(218,182,201); }
div.DivClassName
{
background-color: #DAB6C9;
}
.BgClassName
{
background-color: #DAB6C9;
}
</style>
border-color css
<style>
span { border-color: #DAB6C9; }
span { border-color: rgb(218,182,201); }
td.TdClassName
{
border-color: #DAB6C9;
}
.TagClassName
{
border-color: #DAB6C9;
}
</style>