Shades of Twilight #D8BFCC
Tints of Twilight #D8BFCC
RGB
CMYK
RGB Variations
Color information
#D8BFCC (or 0xD8BFCC) is known color: Twilight. HEX triplet: D8, BF and CC. RGB value is (216,191,204). Sum of RGB (Red+Green+Blue) = 216+191+204=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFCC is #274033. Grayscale: #C7C7C7. Windows color (decimal): -2572340 or 13418456. OLE color: 13418456.
HSL color Cylindrical-coordinate representation of color #D8BFCC: hue angle of 328.8º 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 #D8BFCC is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 204 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.15 |
| HSL | 328.8º | 0.24% | 0.8% | - |
| HSV(B) | 328.8º | 0.12% | 0.85% | - |
| XYZ | 57.85 | 56.22 | 64.93 | - |
| YUV | 199.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 204 | 0 | 0.12 | 0.06 | 0.15 | 328.8 | 0.24 | 0.8 |
| Hex | D8 | BF | CC | 0 | C | 6 | F | 149 | 18 | 50 |
| Octal | 330 | 277 | 314 | 0 | 14 | 6 | 17 | 511 | 30 | 120 |
| Binary | 11011000 | 10111111 | 11001100 | 0 | 1100 | 110 | 1111 | 101001001 | 11000 | 1010000 |
Color Harmonies of #D8BFCC
Complementary color
Monochromatic Colors of #D8BFCC
Black with #D8BFCC
Text Example
Text Example
White with #D8BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BFCC; }
p { color: rgb(216,191,204); }
H1.HeaderClassName
{
color: #D8BFCC;
}
.AnyTagClassName
{
color: #D8BFCC;
}
</style>
background-color css
<style>
a { background-color: #D8BFCC; }
a { background-color: rgb(216,191,204); }
div.DivClassName
{
background-color: #D8BFCC;
}
.BgClassName
{
background-color: #D8BFCC;
}
</style>
border-color css
<style>
span { border-color: #D8BFCC; }
span { border-color: rgb(216,191,204); }
td.TdClassName
{
border-color: #D8BFCC;
}
.TagClassName
{
border-color: #D8BFCC;
}
</style>