Shades of Twilight #D1BDC6
Tints of Twilight #D1BDC6
RGB
CMYK
RGB Variations
Color information
#D1BDC6 (or 0xD1BDC6) is known color: Twilight. HEX triplet: D1, BD and C6. RGB value is (209,189,198). Sum of RGB (Red+Green+Blue) = 209+189+198=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDC6 is #2E4239. Grayscale: #C3C3C3. Windows color (decimal): -3031610 or 13024721. OLE color: 13024721.
HSL color Cylindrical-coordinate representation of color #D1BDC6: hue angle of 333º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BDC6 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 189 | 198 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.18 |
| HSL | 333º | 0.18% | 0.78% | - |
| HSV(B) | 333º | 0.1% | 0.82% | - |
| XYZ | 54.69 | 54.03 | 60.97 | - |
| YUV | 196.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 198 | 0 | 0.10 | 0.05 | 0.18 | 333 | 0.18 | 0.78 |
| Hex | D1 | BD | C6 | 0 | A | 5 | 12 | 14D | 12 | 4E |
| Octal | 321 | 275 | 306 | 0 | 12 | 5 | 22 | 515 | 22 | 116 |
| Binary | 11010001 | 10111101 | 11000110 | 0 | 1010 | 101 | 10010 | 101001101 | 10010 | 1001110 |
Color Harmonies of #D1BDC6
Complementary color
Monochromatic Colors of #D1BDC6
Black with #D1BDC6
Text Example
Text Example
White with #D1BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDC6; }
p { color: rgb(209,189,198); }
H1.HeaderClassName
{
color: #D1BDC6;
}
.AnyTagClassName
{
color: #D1BDC6;
}
</style>
background-color css
<style>
a { background-color: #D1BDC6; }
a { background-color: rgb(209,189,198); }
div.DivClassName
{
background-color: #D1BDC6;
}
.BgClassName
{
background-color: #D1BDC6;
}
</style>
border-color css
<style>
span { border-color: #D1BDC6; }
span { border-color: rgb(209,189,198); }
td.TdClassName
{
border-color: #D1BDC6;
}
.TagClassName
{
border-color: #D1BDC6;
}
</style>