Shades of Twilight #D1BDC8
Tints of Twilight #D1BDC8
RGB
CMYK
RGB Variations
Color information
#D1BDC8 (or 0xD1BDC8) is known color: Twilight. HEX triplet: D1, BD and C8. RGB value is (209,189,200). Sum of RGB (Red+Green+Blue) = 209+189+200=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDC8 is #2E4237. Grayscale: #C4C4C4. Windows color (decimal): -3031608 or 13155793. OLE color: 13155793.
HSL color Cylindrical-coordinate representation of color #D1BDC8: hue angle of 327º 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 #D1BDC8 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 189 | 200 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.18 |
| HSL | 327º | 0.18% | 0.78% | - |
| HSV(B) | 327º | 0.1% | 0.82% | - |
| XYZ | 54.92 | 54.12 | 62.2 | - |
| YUV | 196.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 200 | 0 | 0.10 | 0.04 | 0.18 | 327 | 0.18 | 0.78 |
| Hex | D1 | BD | C8 | 0 | A | 4 | 12 | 147 | 12 | 4E |
| Octal | 321 | 275 | 310 | 0 | 12 | 4 | 22 | 507 | 22 | 116 |
| Binary | 11010001 | 10111101 | 11001000 | 0 | 1010 | 100 | 10010 | 101000111 | 10010 | 1001110 |
Color Harmonies of #D1BDC8
Complementary color
Monochromatic Colors of #D1BDC8
Black with #D1BDC8
Text Example
Text Example
White with #D1BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDC8; }
p { color: rgb(209,189,200); }
H1.HeaderClassName
{
color: #D1BDC8;
}
.AnyTagClassName
{
color: #D1BDC8;
}
</style>
background-color css
<style>
a { background-color: #D1BDC8; }
a { background-color: rgb(209,189,200); }
div.DivClassName
{
background-color: #D1BDC8;
}
.BgClassName
{
background-color: #D1BDC8;
}
</style>
border-color css
<style>
span { border-color: #D1BDC8; }
span { border-color: rgb(209,189,200); }
td.TdClassName
{
border-color: #D1BDC8;
}
.TagClassName
{
border-color: #D1BDC8;
}
</style>