Shades of Twilight #D8BACA
Tints of Twilight #D8BACA
RGB
CMYK
RGB Variations
Color information
#D8BACA (or 0xD8BACA) is known color: Twilight. HEX triplet: D8, BA and CA. RGB value is (216,186,202). Sum of RGB (Red+Green+Blue) = 216+186+202=604 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.76% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BACA is #274535. Grayscale: #C4C4C4. Windows color (decimal): -2573622 or 13286104. OLE color: 13286104.
HSL color Cylindrical-coordinate representation of color #D8BACA: hue angle of 328º degrees, saturation: 0.28, 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 #D8BACA is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 202 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.15 |
| HSL | 328º | 0.28% | 0.79% | - |
| HSV(B) | 328º | 0.14% | 0.85% | - |
| XYZ | 56.54 | 53.98 | 63.32 | - |
| YUV | 196.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 202 | 0 | 0.14 | 0.06 | 0.15 | 328 | 0.28 | 0.79 |
| Hex | D8 | BA | CA | 0 | E | 6 | F | 148 | 1C | 4F |
| Octal | 330 | 272 | 312 | 0 | 16 | 6 | 17 | 510 | 34 | 117 |
| Binary | 11011000 | 10111010 | 11001010 | 0 | 1110 | 110 | 1111 | 101001000 | 11100 | 1001111 |
Color Harmonies of #D8BACA
Complementary color
Monochromatic Colors of #D8BACA
Black with #D8BACA
Text Example
Text Example
White with #D8BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BACA; }
p { color: rgb(216,186,202); }
H1.HeaderClassName
{
color: #D8BACA;
}
.AnyTagClassName
{
color: #D8BACA;
}
</style>
background-color css
<style>
a { background-color: #D8BACA; }
a { background-color: rgb(216,186,202); }
div.DivClassName
{
background-color: #D8BACA;
}
.BgClassName
{
background-color: #D8BACA;
}
</style>
border-color css
<style>
span { border-color: #D8BACA; }
span { border-color: rgb(216,186,202); }
td.TdClassName
{
border-color: #D8BACA;
}
.TagClassName
{
border-color: #D8BACA;
}
</style>