Shades of Twilight #DABDCE
Tints of Twilight #DABDCE
RGB
CMYK
RGB Variations
Color information
#DABDCE (or 0xDABDCE) is known color: Twilight. HEX triplet: DA, BD and CE. RGB value is (218,189,206). Sum of RGB (Red+Green+Blue) = 218+189+206=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDCE is #254231. Grayscale: #C7C7C7. Windows color (decimal): -2441778 or 13549018. OLE color: 13549018.
HSL color Cylindrical-coordinate representation of color #DABDCE: hue angle of 324.83º 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 #DABDCE is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 206 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.15 |
| HSL | 324.83º | 0.28% | 0.8% | - |
| HSV(B) | 324.83º | 0.13% | 0.85% | - |
| XYZ | 58.25 | 55.76 | 66.08 | - |
| YUV | 199.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 206 | 0 | 0.13 | 0.06 | 0.15 | 324.83 | 0.28 | 0.8 |
| Hex | DA | BD | CE | 0 | D | 6 | F | 145 | 1C | 50 |
| Octal | 332 | 275 | 316 | 0 | 15 | 6 | 17 | 505 | 34 | 120 |
| Binary | 11011010 | 10111101 | 11001110 | 0 | 1101 | 110 | 1111 | 101000101 | 11100 | 1010000 |
Color Harmonies of #DABDCE
Complementary color
Monochromatic Colors of #DABDCE
Black with #DABDCE
Text Example
Text Example
White with #DABDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDCE; }
p { color: rgb(218,189,206); }
H1.HeaderClassName
{
color: #DABDCE;
}
.AnyTagClassName
{
color: #DABDCE;
}
</style>
background-color css
<style>
a { background-color: #DABDCE; }
a { background-color: rgb(218,189,206); }
div.DivClassName
{
background-color: #DABDCE;
}
.BgClassName
{
background-color: #DABDCE;
}
</style>
border-color css
<style>
span { border-color: #DABDCE; }
span { border-color: rgb(218,189,206); }
td.TdClassName
{
border-color: #DABDCE;
}
.TagClassName
{
border-color: #DABDCE;
}
</style>