Shades of Twilight #DABBC7
Tints of Twilight #DABBC7
RGB
CMYK
RGB Variations
Color information
#DABBC7 (or 0xDABBC7) is known color: Twilight. HEX triplet: DA, BB and C7. RGB value is (218,187,199). Sum of RGB (Red+Green+Blue) = 218+187+199=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBC7 is #254438. Grayscale: #C5C5C5. Windows color (decimal): -2442297 or 13089754. OLE color: 13089754.
HSL color Cylindrical-coordinate representation of color #DABBC7: hue angle of 336.77º 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 #DABBC7 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 199 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.15 |
| HSL | 336.77º | 0.3% | 0.79% | - |
| HSV(B) | 336.77º | 0.14% | 0.85% | - |
| XYZ | 56.99 | 54.57 | 61.56 | - |
| YUV | 197.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 199 | 0 | 0.14 | 0.09 | 0.15 | 336.77 | 0.3 | 0.79 |
| Hex | DA | BB | C7 | 0 | E | 9 | F | 151 | 1E | 4F |
| Octal | 332 | 273 | 307 | 0 | 16 | 11 | 17 | 521 | 36 | 117 |
| Binary | 11011010 | 10111011 | 11000111 | 0 | 1110 | 1001 | 1111 | 101010001 | 11110 | 1001111 |
Color Harmonies of #DABBC7
Complementary color
Monochromatic Colors of #DABBC7
Black with #DABBC7
Text Example
Text Example
White with #DABBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBC7; }
p { color: rgb(218,187,199); }
H1.HeaderClassName
{
color: #DABBC7;
}
.AnyTagClassName
{
color: #DABBC7;
}
</style>
background-color css
<style>
a { background-color: #DABBC7; }
a { background-color: rgb(218,187,199); }
div.DivClassName
{
background-color: #DABBC7;
}
.BgClassName
{
background-color: #DABBC7;
}
</style>
border-color css
<style>
span { border-color: #DABBC7; }
span { border-color: rgb(218,187,199); }
td.TdClassName
{
border-color: #DABBC7;
}
.TagClassName
{
border-color: #DABBC7;
}
</style>