Shades of Twilight #D9BACF
Tints of Twilight #D9BACF
RGB
CMYK
RGB Variations
Color information
#D9BACF (or 0xD9BACF) is known color: Twilight. HEX triplet: D9, BA and CF. RGB value is (217,186,207). Sum of RGB (Red+Green+Blue) = 217+186+207=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BACF is #264530. Grayscale: #C5C5C5. Windows color (decimal): -2508081 or 13613785. OLE color: 13613785.
HSL color Cylindrical-coordinate representation of color #D9BACF: hue angle of 319.35º 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 #D9BACF is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 207 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.15 |
| HSL | 319.35º | 0.29% | 0.79% | - |
| HSV(B) | 319.35º | 0.14% | 0.85% | - |
| XYZ | 57.44 | 54.37 | 66.5 | - |
| YUV | 197.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 207 | 0 | 0.14 | 0.05 | 0.15 | 319.35 | 0.29 | 0.79 |
| Hex | D9 | BA | CF | 0 | E | 5 | F | 13F | 1D | 4F |
| Octal | 331 | 272 | 317 | 0 | 16 | 5 | 17 | 477 | 35 | 117 |
| Binary | 11011001 | 10111010 | 11001111 | 0 | 1110 | 101 | 1111 | 100111111 | 11101 | 1001111 |
Color Harmonies of #D9BACF
Complementary color
Monochromatic Colors of #D9BACF
Black with #D9BACF
Text Example
Text Example
White with #D9BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BACF; }
p { color: rgb(217,186,207); }
H1.HeaderClassName
{
color: #D9BACF;
}
.AnyTagClassName
{
color: #D9BACF;
}
</style>
background-color css
<style>
a { background-color: #D9BACF; }
a { background-color: rgb(217,186,207); }
div.DivClassName
{
background-color: #D9BACF;
}
.BgClassName
{
background-color: #D9BACF;
}
</style>
border-color css
<style>
span { border-color: #D9BACF; }
span { border-color: rgb(217,186,207); }
td.TdClassName
{
border-color: #D9BACF;
}
.TagClassName
{
border-color: #D9BACF;
}
</style>