Shades of Twilight #D3BAC5
Tints of Twilight #D3BAC5
RGB
CMYK
RGB Variations
Color information
#D3BAC5 (or 0xD3BAC5) is known color: Twilight. HEX triplet: D3, BA and C5. RGB value is (211,186,197). Sum of RGB (Red+Green+Blue) = 211+186+197=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BAC5 is #2C453A. Grayscale: #C2C2C2. Windows color (decimal): -2901307 or 12958419. OLE color: 12958419.
HSL color Cylindrical-coordinate representation of color #D3BAC5: hue angle of 333.6º 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 #D3BAC5 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 197 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.17 |
| HSL | 333.6º | 0.22% | 0.78% | - |
| HSV(B) | 333.6º | 0.12% | 0.83% | - |
| XYZ | 54.5 | 53 | 60.18 | - |
| YUV | 194.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 197 | 0 | 0.12 | 0.07 | 0.17 | 333.6 | 0.22 | 0.78 |
| Hex | D3 | BA | C5 | 0 | C | 7 | 11 | 14E | 16 | 4E |
| Octal | 323 | 272 | 305 | 0 | 14 | 7 | 21 | 516 | 26 | 116 |
| Binary | 11010011 | 10111010 | 11000101 | 0 | 1100 | 111 | 10001 | 101001110 | 10110 | 1001110 |
Color Harmonies of #D3BAC5
Complementary color
Monochromatic Colors of #D3BAC5
Black with #D3BAC5
Text Example
Text Example
White with #D3BAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAC5; }
p { color: rgb(211,186,197); }
H1.HeaderClassName
{
color: #D3BAC5;
}
.AnyTagClassName
{
color: #D3BAC5;
}
</style>
background-color css
<style>
a { background-color: #D3BAC5; }
a { background-color: rgb(211,186,197); }
div.DivClassName
{
background-color: #D3BAC5;
}
.BgClassName
{
background-color: #D3BAC5;
}
</style>
border-color css
<style>
span { border-color: #D3BAC5; }
span { border-color: rgb(211,186,197); }
td.TdClassName
{
border-color: #D3BAC5;
}
.TagClassName
{
border-color: #D3BAC5;
}
</style>