Shades of Twilight #D8BFD0
Tints of Twilight #D8BFD0
RGB
CMYK
RGB Variations
Color information
#D8BFD0 (or 0xD8BFD0) is known color: Twilight. HEX triplet: D8, BF and D0. RGB value is (216,191,208). Sum of RGB (Red+Green+Blue) = 216+191+208=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFD0 is #27402F. Grayscale: #C8C8C8. Windows color (decimal): -2572336 or 13680600. OLE color: 13680600.
HSL color Cylindrical-coordinate representation of color #D8BFD0: hue angle of 319.2º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8BFD0 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 208 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.15 |
| HSL | 319.2º | 0.24% | 0.8% | - |
| HSV(B) | 319.2º | 0.12% | 0.85% | - |
| XYZ | 58.33 | 56.41 | 67.49 | - |
| YUV | 200.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 208 | 0 | 0.12 | 0.04 | 0.15 | 319.2 | 0.24 | 0.8 |
| Hex | D8 | BF | D0 | 0 | C | 4 | F | 13F | 18 | 50 |
| Octal | 330 | 277 | 320 | 0 | 14 | 4 | 17 | 477 | 30 | 120 |
| Binary | 11011000 | 10111111 | 11010000 | 0 | 1100 | 100 | 1111 | 100111111 | 11000 | 1010000 |
Color Harmonies of #D8BFD0
Complementary color
Monochromatic Colors of #D8BFD0
Black with #D8BFD0
Text Example
Text Example
White with #D8BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BFD0; }
p { color: rgb(216,191,208); }
H1.HeaderClassName
{
color: #D8BFD0;
}
.AnyTagClassName
{
color: #D8BFD0;
}
</style>
background-color css
<style>
a { background-color: #D8BFD0; }
a { background-color: rgb(216,191,208); }
div.DivClassName
{
background-color: #D8BFD0;
}
.BgClassName
{
background-color: #D8BFD0;
}
</style>
border-color css
<style>
span { border-color: #D8BFD0; }
span { border-color: rgb(216,191,208); }
td.TdClassName
{
border-color: #D8BFD0;
}
.TagClassName
{
border-color: #D8BFD0;
}
</style>