Shades of Twilight #DABDCC
Tints of Twilight #DABDCC
RGB
CMYK
RGB Variations
Color information
#DABDCC (or 0xDABDCC) is known color: Twilight. HEX triplet: DA, BD and CC. RGB value is (218,189,204). Sum of RGB (Red+Green+Blue) = 218+189+204=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDCC is #254233. Grayscale: #C7C7C7. Windows color (decimal): -2441780 or 13417946. OLE color: 13417946.
HSL color Cylindrical-coordinate representation of color #DABDCC: hue angle of 328.97º 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 #DABDCC is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 204 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.15 |
| HSL | 328.97º | 0.28% | 0.8% | - |
| HSV(B) | 328.97º | 0.13% | 0.85% | - |
| XYZ | 58.01 | 55.66 | 64.81 | - |
| YUV | 199.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 204 | 0 | 0.13 | 0.06 | 0.15 | 328.97 | 0.28 | 0.8 |
| Hex | DA | BD | CC | 0 | D | 6 | F | 149 | 1C | 50 |
| Octal | 332 | 275 | 314 | 0 | 15 | 6 | 17 | 511 | 34 | 120 |
| Binary | 11011010 | 10111101 | 11001100 | 0 | 1101 | 110 | 1111 | 101001001 | 11100 | 1010000 |
Color Harmonies of #DABDCC
Complementary color
Monochromatic Colors of #DABDCC
Black with #DABDCC
Text Example
Text Example
White with #DABDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDCC; }
p { color: rgb(218,189,204); }
H1.HeaderClassName
{
color: #DABDCC;
}
.AnyTagClassName
{
color: #DABDCC;
}
</style>
background-color css
<style>
a { background-color: #DABDCC; }
a { background-color: rgb(218,189,204); }
div.DivClassName
{
background-color: #DABDCC;
}
.BgClassName
{
background-color: #DABDCC;
}
</style>
border-color css
<style>
span { border-color: #DABDCC; }
span { border-color: rgb(218,189,204); }
td.TdClassName
{
border-color: #DABDCC;
}
.TagClassName
{
border-color: #DABDCC;
}
</style>