Shades of Twilight #DABBCD
Tints of Twilight #DABBCD
RGB
CMYK
RGB Variations
Color information
#DABBCD (or 0xDABBCD) is known color: Twilight. HEX triplet: DA, BB and CD. RGB value is (218,187,205). Sum of RGB (Red+Green+Blue) = 218+187+205=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBCD is #254432. Grayscale: #C6C6C6. Windows color (decimal): -2442291 or 13482970. OLE color: 13482970.
HSL color Cylindrical-coordinate representation of color #DABBCD: hue angle of 325.16º 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 #DABBCD is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 205 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.15 |
| HSL | 325.16º | 0.3% | 0.79% | - |
| HSV(B) | 325.16º | 0.14% | 0.85% | - |
| XYZ | 57.7 | 54.85 | 65.3 | - |
| YUV | 198.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 205 | 0 | 0.14 | 0.06 | 0.15 | 325.16 | 0.3 | 0.79 |
| Hex | DA | BB | CD | 0 | E | 6 | F | 145 | 1E | 4F |
| Octal | 332 | 273 | 315 | 0 | 16 | 6 | 17 | 505 | 36 | 117 |
| Binary | 11011010 | 10111011 | 11001101 | 0 | 1110 | 110 | 1111 | 101000101 | 11110 | 1001111 |
Color Harmonies of #DABBCD
Complementary color
Monochromatic Colors of #DABBCD
Black with #DABBCD
Text Example
Text Example
White with #DABBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBCD; }
p { color: rgb(218,187,205); }
H1.HeaderClassName
{
color: #DABBCD;
}
.AnyTagClassName
{
color: #DABBCD;
}
</style>
background-color css
<style>
a { background-color: #DABBCD; }
a { background-color: rgb(218,187,205); }
div.DivClassName
{
background-color: #DABBCD;
}
.BgClassName
{
background-color: #DABBCD;
}
</style>
border-color css
<style>
span { border-color: #DABBCD; }
span { border-color: rgb(218,187,205); }
td.TdClassName
{
border-color: #DABBCD;
}
.TagClassName
{
border-color: #DABBCD;
}
</style>