Shades of Twilight #D8BFCE
Tints of Twilight #D8BFCE
RGB
CMYK
RGB Variations
Color information
#D8BFCE (or 0xD8BFCE) is known color: Twilight. HEX triplet: D8, BF and CE. RGB value is (216,191,206). Sum of RGB (Red+Green+Blue) = 216+191+206=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFCE is #274031. Grayscale: #C8C8C8. Windows color (decimal): -2572338 or 13549528. OLE color: 13549528.
HSL color Cylindrical-coordinate representation of color #D8BFCE: hue angle of 324º 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 #D8BFCE is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 206 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.15 |
| HSL | 324º | 0.24% | 0.8% | - |
| HSV(B) | 324º | 0.12% | 0.85% | - |
| XYZ | 58.09 | 56.32 | 66.2 | - |
| YUV | 200.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 206 | 0 | 0.12 | 0.05 | 0.15 | 324 | 0.24 | 0.8 |
| Hex | D8 | BF | CE | 0 | C | 5 | F | 144 | 18 | 50 |
| Octal | 330 | 277 | 316 | 0 | 14 | 5 | 17 | 504 | 30 | 120 |
| Binary | 11011000 | 10111111 | 11001110 | 0 | 1100 | 101 | 1111 | 101000100 | 11000 | 1010000 |
Color Harmonies of #D8BFCE
Complementary color
Monochromatic Colors of #D8BFCE
Black with #D8BFCE
Text Example
Text Example
White with #D8BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BFCE; }
p { color: rgb(216,191,206); }
H1.HeaderClassName
{
color: #D8BFCE;
}
.AnyTagClassName
{
color: #D8BFCE;
}
</style>
background-color css
<style>
a { background-color: #D8BFCE; }
a { background-color: rgb(216,191,206); }
div.DivClassName
{
background-color: #D8BFCE;
}
.BgClassName
{
background-color: #D8BFCE;
}
</style>
border-color css
<style>
span { border-color: #D8BFCE; }
span { border-color: rgb(216,191,206); }
td.TdClassName
{
border-color: #D8BFCE;
}
.TagClassName
{
border-color: #D8BFCE;
}
</style>