Shades of Twilight #D9BACE
Tints of Twilight #D9BACE
RGB
CMYK
RGB Variations
Color information
#D9BACE (or 0xD9BACE) is known color: Twilight. HEX triplet: D9, BA and CE. RGB value is (217,186,206). Sum of RGB (Red+Green+Blue) = 217+186+206=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BACE is #264531. Grayscale: #C5C5C5. Windows color (decimal): -2508082 or 13548249. OLE color: 13548249.
HSL color Cylindrical-coordinate representation of color #D9BACE: hue angle of 321.29º degrees, saturation: 0.29, 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 #D9BACE is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 206 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.15 |
| HSL | 321.29º | 0.29% | 0.79% | - |
| HSV(B) | 321.29º | 0.14% | 0.85% | - |
| XYZ | 57.31 | 54.33 | 65.86 | - |
| YUV | 197.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 206 | 0 | 0.14 | 0.05 | 0.15 | 321.29 | 0.29 | 0.79 |
| Hex | D9 | BA | CE | 0 | E | 5 | F | 141 | 1D | 4F |
| Octal | 331 | 272 | 316 | 0 | 16 | 5 | 17 | 501 | 35 | 117 |
| Binary | 11011001 | 10111010 | 11001110 | 0 | 1110 | 101 | 1111 | 101000001 | 11101 | 1001111 |
Color Harmonies of #D9BACE
Complementary color
Monochromatic Colors of #D9BACE
Black with #D9BACE
Text Example
Text Example
White with #D9BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BACE; }
p { color: rgb(217,186,206); }
H1.HeaderClassName
{
color: #D9BACE;
}
.AnyTagClassName
{
color: #D9BACE;
}
</style>
background-color css
<style>
a { background-color: #D9BACE; }
a { background-color: rgb(217,186,206); }
div.DivClassName
{
background-color: #D9BACE;
}
.BgClassName
{
background-color: #D9BACE;
}
</style>
border-color css
<style>
span { border-color: #D9BACE; }
span { border-color: rgb(217,186,206); }
td.TdClassName
{
border-color: #D9BACE;
}
.TagClassName
{
border-color: #D9BACE;
}
</style>