Shades of Twilight #DABBD0
Tints of Twilight #DABBD0
RGB
CMYK
RGB Variations
Color information
#DABBD0 (or 0xDABBD0) is known color: Twilight. HEX triplet: DA, BB and D0. RGB value is (218,187,208). Sum of RGB (Red+Green+Blue) = 218+187+208=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBD0 is #25442F. Grayscale: #C6C6C6. Windows color (decimal): -2442288 or 13679578. OLE color: 13679578.
HSL color Cylindrical-coordinate representation of color #DABBD0: hue angle of 319.35º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABBD0 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 208 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.15 |
| HSL | 319.35º | 0.3% | 0.79% | - |
| HSV(B) | 319.35º | 0.14% | 0.85% | - |
| XYZ | 58.07 | 55 | 67.23 | - |
| YUV | 198.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 208 | 0 | 0.14 | 0.05 | 0.15 | 319.35 | 0.3 | 0.79 |
| Hex | DA | BB | D0 | 0 | E | 5 | F | 13F | 1E | 4F |
| Octal | 332 | 273 | 320 | 0 | 16 | 5 | 17 | 477 | 36 | 117 |
| Binary | 11011010 | 10111011 | 11010000 | 0 | 1110 | 101 | 1111 | 100111111 | 11110 | 1001111 |
Color Harmonies of #DABBD0
Complementary color
Monochromatic Colors of #DABBD0
Black with #DABBD0
Text Example
Text Example
White with #DABBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBD0; }
p { color: rgb(218,187,208); }
H1.HeaderClassName
{
color: #DABBD0;
}
.AnyTagClassName
{
color: #DABBD0;
}
</style>
background-color css
<style>
a { background-color: #DABBD0; }
a { background-color: rgb(218,187,208); }
div.DivClassName
{
background-color: #DABBD0;
}
.BgClassName
{
background-color: #DABBD0;
}
</style>
border-color css
<style>
span { border-color: #DABBD0; }
span { border-color: rgb(218,187,208); }
td.TdClassName
{
border-color: #DABBD0;
}
.TagClassName
{
border-color: #DABBD0;
}
</style>