Shades of Twilight #D1BAC4
Tints of Twilight #D1BAC4
RGB
CMYK
RGB Variations
Color information
#D1BAC4 (or 0xD1BAC4) is known color: Twilight. HEX triplet: D1, BA and C4. RGB value is (209,186,196). Sum of RGB (Red+Green+Blue) = 209+186+196=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BAC4 is #2E453B. Grayscale: #C2C2C2. Windows color (decimal): -3032380 or 12892881. OLE color: 12892881.
HSL color Cylindrical-coordinate representation of color #D1BAC4: hue angle of 333.91º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BAC4 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 196 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.18 |
| HSL | 333.91º | 0.2% | 0.77% | - |
| HSV(B) | 333.91º | 0.11% | 0.82% | - |
| XYZ | 53.82 | 52.66 | 59.55 | - |
| YUV | 194.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 196 | 0 | 0.11 | 0.06 | 0.18 | 333.91 | 0.2 | 0.77 |
| Hex | D1 | BA | C4 | 0 | B | 6 | 12 | 14E | 14 | 4D |
| Octal | 321 | 272 | 304 | 0 | 13 | 6 | 22 | 516 | 24 | 115 |
| Binary | 11010001 | 10111010 | 11000100 | 0 | 1011 | 110 | 10010 | 101001110 | 10100 | 1001101 |
Color Harmonies of #D1BAC4
Complementary color
Monochromatic Colors of #D1BAC4
Black with #D1BAC4
Text Example
Text Example
White with #D1BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BAC4; }
p { color: rgb(209,186,196); }
H1.HeaderClassName
{
color: #D1BAC4;
}
.AnyTagClassName
{
color: #D1BAC4;
}
</style>
background-color css
<style>
a { background-color: #D1BAC4; }
a { background-color: rgb(209,186,196); }
div.DivClassName
{
background-color: #D1BAC4;
}
.BgClassName
{
background-color: #D1BAC4;
}
</style>
border-color css
<style>
span { border-color: #D1BAC4; }
span { border-color: rgb(209,186,196); }
td.TdClassName
{
border-color: #D1BAC4;
}
.TagClassName
{
border-color: #D1BAC4;
}
</style>