Shades of Twilight #DABDD1
Tints of Twilight #DABDD1
RGB
CMYK
RGB Variations
Color information
#DABDD1 (or 0xDABDD1) is known color: Twilight. HEX triplet: DA, BD and D1. RGB value is (218,189,209). Sum of RGB (Red+Green+Blue) = 218+189+209=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDD1 is #25422E. Grayscale: #C7C7C7. Windows color (decimal): -2441775 or 13745626. OLE color: 13745626.
HSL color Cylindrical-coordinate representation of color #DABDD1: hue angle of 318.62º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABDD1 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 209 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.15 |
| HSL | 318.62º | 0.28% | 0.8% | - |
| HSV(B) | 318.62º | 0.13% | 0.85% | - |
| XYZ | 58.62 | 55.9 | 68.02 | - |
| YUV | 199.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 209 | 0 | 0.13 | 0.04 | 0.15 | 318.62 | 0.28 | 0.8 |
| Hex | DA | BD | D1 | 0 | D | 4 | F | 13F | 1C | 50 |
| Octal | 332 | 275 | 321 | 0 | 15 | 4 | 17 | 477 | 34 | 120 |
| Binary | 11011010 | 10111101 | 11010001 | 0 | 1101 | 100 | 1111 | 100111111 | 11100 | 1010000 |
Color Harmonies of #DABDD1
Complementary color
Monochromatic Colors of #DABDD1
Black with #DABDD1
Text Example
Text Example
White with #DABDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDD1; }
p { color: rgb(218,189,209); }
H1.HeaderClassName
{
color: #DABDD1;
}
.AnyTagClassName
{
color: #DABDD1;
}
</style>
background-color css
<style>
a { background-color: #DABDD1; }
a { background-color: rgb(218,189,209); }
div.DivClassName
{
background-color: #DABDD1;
}
.BgClassName
{
background-color: #DABDD1;
}
</style>
border-color css
<style>
span { border-color: #DABDD1; }
span { border-color: rgb(218,189,209); }
td.TdClassName
{
border-color: #DABDD1;
}
.TagClassName
{
border-color: #DABDD1;
}
</style>