Shades of Twilight #DABCD0
Tints of Twilight #DABCD0
RGB
CMYK
RGB Variations
Color information
#DABCD0 (or 0xDABCD0) is known color: Twilight. HEX triplet: DA, BC and D0. RGB value is (218,188,208). Sum of RGB (Red+Green+Blue) = 218+188+208=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCD0 is #25432F. Grayscale: #C7C7C7. Windows color (decimal): -2442032 or 13679834. OLE color: 13679834.
HSL color Cylindrical-coordinate representation of color #DABCD0: hue angle of 320º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABCD0 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 208 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.15 |
| HSL | 320º | 0.29% | 0.8% | - |
| HSV(B) | 320º | 0.14% | 0.85% | - |
| XYZ | 58.28 | 55.43 | 67.3 | - |
| YUV | 199.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 208 | 0 | 0.14 | 0.05 | 0.15 | 320 | 0.29 | 0.8 |
| Hex | DA | BC | D0 | 0 | E | 5 | F | 140 | 1D | 50 |
| Octal | 332 | 274 | 320 | 0 | 16 | 5 | 17 | 500 | 35 | 120 |
| Binary | 11011010 | 10111100 | 11010000 | 0 | 1110 | 101 | 1111 | 101000000 | 11101 | 1010000 |
Color Harmonies of #DABCD0
Complementary color
Monochromatic Colors of #DABCD0
Black with #DABCD0
Text Example
Text Example
White with #DABCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCD0; }
p { color: rgb(218,188,208); }
H1.HeaderClassName
{
color: #DABCD0;
}
.AnyTagClassName
{
color: #DABCD0;
}
</style>
background-color css
<style>
a { background-color: #DABCD0; }
a { background-color: rgb(218,188,208); }
div.DivClassName
{
background-color: #DABCD0;
}
.BgClassName
{
background-color: #DABCD0;
}
</style>
border-color css
<style>
span { border-color: #DABCD0; }
span { border-color: rgb(218,188,208); }
td.TdClassName
{
border-color: #DABCD0;
}
.TagClassName
{
border-color: #DABCD0;
}
</style>