Shades of Twilight #D1B7C2
Tints of Twilight #D1B7C2
RGB
CMYK
RGB Variations
Color information
#D1B7C2 (or 0xD1B7C2) is known color: Twilight. HEX triplet: D1, B7 and C2. RGB value is (209,183,194). Sum of RGB (Red+Green+Blue) = 209+183+194=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B7C2 is #2E483D. Grayscale: #C0C0C0. Windows color (decimal): -3033150 or 12761041. OLE color: 12761041.
HSL color Cylindrical-coordinate representation of color #D1B7C2: hue angle of 334.62º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1B7C2 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 194 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.18 |
| HSL | 334.62º | 0.22% | 0.77% | - |
| HSV(B) | 334.62º | 0.12% | 0.82% | - |
| XYZ | 52.97 | 51.32 | 58.15 | - |
| YUV | 192.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 194 | 0 | 0.12 | 0.07 | 0.18 | 334.62 | 0.22 | 0.77 |
| Hex | D1 | B7 | C2 | 0 | C | 7 | 12 | 14F | 16 | 4D |
| Octal | 321 | 267 | 302 | 0 | 14 | 7 | 22 | 517 | 26 | 115 |
| Binary | 11010001 | 10110111 | 11000010 | 0 | 1100 | 111 | 10010 | 101001111 | 10110 | 1001101 |
Color Harmonies of #D1B7C2
Complementary color
Monochromatic Colors of #D1B7C2
Black with #D1B7C2
Text Example
Text Example
White with #D1B7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B7C2; }
p { color: rgb(209,183,194); }
H1.HeaderClassName
{
color: #D1B7C2;
}
.AnyTagClassName
{
color: #D1B7C2;
}
</style>
background-color css
<style>
a { background-color: #D1B7C2; }
a { background-color: rgb(209,183,194); }
div.DivClassName
{
background-color: #D1B7C2;
}
.BgClassName
{
background-color: #D1B7C2;
}
</style>
border-color css
<style>
span { border-color: #D1B7C2; }
span { border-color: rgb(209,183,194); }
td.TdClassName
{
border-color: #D1B7C2;
}
.TagClassName
{
border-color: #D1B7C2;
}
</style>