Shades of Twilight #D9BACB
Tints of Twilight #D9BACB
RGB
CMYK
RGB Variations
Color information
#D9BACB (or 0xD9BACB) is known color: Twilight. HEX triplet: D9, BA and CB. RGB value is (217,186,203). Sum of RGB (Red+Green+Blue) = 217+186+203=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BACB is #264534. Grayscale: #C5C5C5. Windows color (decimal): -2508085 or 13351641. OLE color: 13351641.
HSL color Cylindrical-coordinate representation of color #D9BACB: hue angle of 327.1º 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 #D9BACB is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 203 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.15 |
| HSL | 327.1º | 0.29% | 0.79% | - |
| HSV(B) | 327.1º | 0.14% | 0.85% | - |
| XYZ | 56.95 | 54.18 | 63.96 | - |
| YUV | 197.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 203 | 0 | 0.14 | 0.06 | 0.15 | 327.1 | 0.29 | 0.79 |
| Hex | D9 | BA | CB | 0 | E | 6 | F | 147 | 1D | 4F |
| Octal | 331 | 272 | 313 | 0 | 16 | 6 | 17 | 507 | 35 | 117 |
| Binary | 11011001 | 10111010 | 11001011 | 0 | 1110 | 110 | 1111 | 101000111 | 11101 | 1001111 |
Color Harmonies of #D9BACB
Complementary color
Monochromatic Colors of #D9BACB
Black with #D9BACB
Text Example
Text Example
White with #D9BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BACB; }
p { color: rgb(217,186,203); }
H1.HeaderClassName
{
color: #D9BACB;
}
.AnyTagClassName
{
color: #D9BACB;
}
</style>
background-color css
<style>
a { background-color: #D9BACB; }
a { background-color: rgb(217,186,203); }
div.DivClassName
{
background-color: #D9BACB;
}
.BgClassName
{
background-color: #D9BACB;
}
</style>
border-color css
<style>
span { border-color: #D9BACB; }
span { border-color: rgb(217,186,203); }
td.TdClassName
{
border-color: #D9BACB;
}
.TagClassName
{
border-color: #D9BACB;
}
</style>