Shades of Twilight #D8BDCD
Tints of Twilight #D8BDCD
RGB
CMYK
RGB Variations
Color information
#D8BDCD (or 0xD8BDCD) is known color: Twilight. HEX triplet: D8, BD and CD. RGB value is (216,189,205). Sum of RGB (Red+Green+Blue) = 216+189+205=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDCD is #274232. Grayscale: #C6C6C6. Windows color (decimal): -2572851 or 13483480. OLE color: 13483480.
HSL color Cylindrical-coordinate representation of color #D8BDCD: hue angle of 324.44º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8BDCD is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 205 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.15 |
| HSL | 324.44º | 0.26% | 0.79% | - |
| HSV(B) | 324.44º | 0.13% | 0.85% | - |
| XYZ | 57.54 | 55.4 | 65.42 | - |
| YUV | 198.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 205 | 0 | 0.12 | 0.05 | 0.15 | 324.44 | 0.26 | 0.79 |
| Hex | D8 | BD | CD | 0 | C | 5 | F | 144 | 1A | 4F |
| Octal | 330 | 275 | 315 | 0 | 14 | 5 | 17 | 504 | 32 | 117 |
| Binary | 11011000 | 10111101 | 11001101 | 0 | 1100 | 101 | 1111 | 101000100 | 11010 | 1001111 |
Color Harmonies of #D8BDCD
Complementary color
Monochromatic Colors of #D8BDCD
Black with #D8BDCD
Text Example
Text Example
White with #D8BDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDCD; }
p { color: rgb(216,189,205); }
H1.HeaderClassName
{
color: #D8BDCD;
}
.AnyTagClassName
{
color: #D8BDCD;
}
</style>
background-color css
<style>
a { background-color: #D8BDCD; }
a { background-color: rgb(216,189,205); }
div.DivClassName
{
background-color: #D8BDCD;
}
.BgClassName
{
background-color: #D8BDCD;
}
</style>
border-color css
<style>
span { border-color: #D8BDCD; }
span { border-color: rgb(216,189,205); }
td.TdClassName
{
border-color: #D8BDCD;
}
.TagClassName
{
border-color: #D8BDCD;
}
</style>