Shades of Twilight #D1BFC9
Tints of Twilight #D1BFC9
RGB
CMYK
RGB Variations
Color information
#D1BFC9 (or 0xD1BFC9) is known color: Twilight. HEX triplet: D1, BF and C9. RGB value is (209,191,201). Sum of RGB (Red+Green+Blue) = 209+191+201=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFC9 is #2E4036. Grayscale: #C5C5C5. Windows color (decimal): -3031095 or 13221841. OLE color: 13221841.
HSL color Cylindrical-coordinate representation of color #D1BFC9: hue angle of 326.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1BFC9 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 201 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.18 |
| HSL | 326.67º | 0.16% | 0.78% | - |
| HSV(B) | 326.67º | 0.09% | 0.82% | - |
| XYZ | 55.47 | 55.03 | 62.96 | - |
| YUV | 197.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 201 | 0 | 0.09 | 0.04 | 0.18 | 326.67 | 0.16 | 0.78 |
| Hex | D1 | BF | C9 | 0 | 9 | 4 | 12 | 147 | 10 | 4E |
| Octal | 321 | 277 | 311 | 0 | 11 | 4 | 22 | 507 | 20 | 116 |
| Binary | 11010001 | 10111111 | 11001001 | 0 | 1001 | 100 | 10010 | 101000111 | 10000 | 1001110 |
Color Harmonies of #D1BFC9
Complementary color
Monochromatic Colors of #D1BFC9
Black with #D1BFC9
Text Example
Text Example
White with #D1BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFC9; }
p { color: rgb(209,191,201); }
H1.HeaderClassName
{
color: #D1BFC9;
}
.AnyTagClassName
{
color: #D1BFC9;
}
</style>
background-color css
<style>
a { background-color: #D1BFC9; }
a { background-color: rgb(209,191,201); }
div.DivClassName
{
background-color: #D1BFC9;
}
.BgClassName
{
background-color: #D1BFC9;
}
</style>
border-color css
<style>
span { border-color: #D1BFC9; }
span { border-color: rgb(209,191,201); }
td.TdClassName
{
border-color: #D1BFC9;
}
.TagClassName
{
border-color: #D1BFC9;
}
</style>