Shades of Twilight #D9BACA
Tints of Twilight #D9BACA
RGB
CMYK
RGB Variations
Color information
#D9BACA (or 0xD9BACA) is known color: Twilight. HEX triplet: D9, BA and CA. RGB value is (217,186,202). Sum of RGB (Red+Green+Blue) = 217+186+202=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BACA is #264535. Grayscale: #C5C5C5. Windows color (decimal): -2508086 or 13286105. OLE color: 13286105.
HSL color Cylindrical-coordinate representation of color #D9BACA: hue angle of 329.03º 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 #D9BACA is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 202 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.15 |
| HSL | 329.03º | 0.29% | 0.79% | - |
| HSV(B) | 329.03º | 0.14% | 0.85% | - |
| XYZ | 56.83 | 54.13 | 63.33 | - |
| YUV | 197.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 202 | 0 | 0.14 | 0.07 | 0.15 | 329.03 | 0.29 | 0.79 |
| Hex | D9 | BA | CA | 0 | E | 7 | F | 149 | 1D | 4F |
| Octal | 331 | 272 | 312 | 0 | 16 | 7 | 17 | 511 | 35 | 117 |
| Binary | 11011001 | 10111010 | 11001010 | 0 | 1110 | 111 | 1111 | 101001001 | 11101 | 1001111 |
Color Harmonies of #D9BACA
Complementary color
Monochromatic Colors of #D9BACA
Black with #D9BACA
Text Example
Text Example
White with #D9BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BACA; }
p { color: rgb(217,186,202); }
H1.HeaderClassName
{
color: #D9BACA;
}
.AnyTagClassName
{
color: #D9BACA;
}
</style>
background-color css
<style>
a { background-color: #D9BACA; }
a { background-color: rgb(217,186,202); }
div.DivClassName
{
background-color: #D9BACA;
}
.BgClassName
{
background-color: #D9BACA;
}
</style>
border-color css
<style>
span { border-color: #D9BACA; }
span { border-color: rgb(217,186,202); }
td.TdClassName
{
border-color: #D9BACA;
}
.TagClassName
{
border-color: #D9BACA;
}
</style>