Shades of Twilight #D1BDC9
Tints of Twilight #D1BDC9
RGB
CMYK
RGB Variations
Color information
#D1BDC9 (or 0xD1BDC9) is known color: Twilight. HEX triplet: D1, BD and C9. RGB value is (209,189,201). Sum of RGB (Red+Green+Blue) = 209+189+201=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDC9 is #2E4236. Grayscale: #C4C4C4. Windows color (decimal): -3031607 or 13221329. OLE color: 13221329.
HSL color Cylindrical-coordinate representation of color #D1BDC9: hue angle of 324º 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 #D1BDC9 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 189 | 201 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.18 |
| HSL | 324º | 0.18% | 0.78% | - |
| HSV(B) | 324º | 0.1% | 0.82% | - |
| XYZ | 55.03 | 54.17 | 62.81 | - |
| YUV | 196.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 201 | 0 | 0.10 | 0.04 | 0.18 | 324 | 0.18 | 0.78 |
| Hex | D1 | BD | C9 | 0 | A | 4 | 12 | 144 | 12 | 4E |
| Octal | 321 | 275 | 311 | 0 | 12 | 4 | 22 | 504 | 22 | 116 |
| Binary | 11010001 | 10111101 | 11001001 | 0 | 1010 | 100 | 10010 | 101000100 | 10010 | 1001110 |
Color Harmonies of #D1BDC9
Complementary color
Monochromatic Colors of #D1BDC9
Black with #D1BDC9
Text Example
Text Example
White with #D1BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDC9; }
p { color: rgb(209,189,201); }
H1.HeaderClassName
{
color: #D1BDC9;
}
.AnyTagClassName
{
color: #D1BDC9;
}
</style>
background-color css
<style>
a { background-color: #D1BDC9; }
a { background-color: rgb(209,189,201); }
div.DivClassName
{
background-color: #D1BDC9;
}
.BgClassName
{
background-color: #D1BDC9;
}
</style>
border-color css
<style>
span { border-color: #D1BDC9; }
span { border-color: rgb(209,189,201); }
td.TdClassName
{
border-color: #D1BDC9;
}
.TagClassName
{
border-color: #D1BDC9;
}
</style>