Shades of Twilight #D3BAC7
Tints of Twilight #D3BAC7
RGB
CMYK
RGB Variations
Color information
#D3BAC7 (or 0xD3BAC7) is known color: Twilight. HEX triplet: D3, BA and C7. RGB value is (211,186,199). Sum of RGB (Red+Green+Blue) = 211+186+199=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BAC7 is #2C4538. Grayscale: #C2C2C2. Windows color (decimal): -2901305 or 13089491. OLE color: 13089491.
HSL color Cylindrical-coordinate representation of color #D3BAC7: hue angle of 328.8º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3BAC7 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 199 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.17 |
| HSL | 328.8º | 0.22% | 0.78% | - |
| HSV(B) | 328.8º | 0.12% | 0.83% | - |
| XYZ | 54.73 | 53.09 | 61.4 | - |
| YUV | 194.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 199 | 0 | 0.12 | 0.06 | 0.17 | 328.8 | 0.22 | 0.78 |
| Hex | D3 | BA | C7 | 0 | C | 6 | 11 | 149 | 16 | 4E |
| Octal | 323 | 272 | 307 | 0 | 14 | 6 | 21 | 511 | 26 | 116 |
| Binary | 11010011 | 10111010 | 11000111 | 0 | 1100 | 110 | 10001 | 101001001 | 10110 | 1001110 |
Color Harmonies of #D3BAC7
Complementary color
Monochromatic Colors of #D3BAC7
Black with #D3BAC7
Text Example
Text Example
White with #D3BAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAC7; }
p { color: rgb(211,186,199); }
H1.HeaderClassName
{
color: #D3BAC7;
}
.AnyTagClassName
{
color: #D3BAC7;
}
</style>
background-color css
<style>
a { background-color: #D3BAC7; }
a { background-color: rgb(211,186,199); }
div.DivClassName
{
background-color: #D3BAC7;
}
.BgClassName
{
background-color: #D3BAC7;
}
</style>
border-color css
<style>
span { border-color: #D3BAC7; }
span { border-color: rgb(211,186,199); }
td.TdClassName
{
border-color: #D3BAC7;
}
.TagClassName
{
border-color: #D3BAC7;
}
</style>