Shades of Twilight #D8BED0
Tints of Twilight #D8BED0
RGB
CMYK
RGB Variations
Color information
#D8BED0 (or 0xD8BED0) is known color: Twilight. HEX triplet: D8, BE and D0. RGB value is (216,190,208). Sum of RGB (Red+Green+Blue) = 216+190+208=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BED0 is #27412F. Grayscale: #C7C7C7. Windows color (decimal): -2572592 or 13680344. OLE color: 13680344.
HSL color Cylindrical-coordinate representation of color #D8BED0: hue angle of 318.46º degrees, saturation: 0.25, 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 #D8BED0 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 208 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.15 |
| HSL | 318.46º | 0.25% | 0.8% | - |
| HSV(B) | 318.46º | 0.12% | 0.85% | - |
| XYZ | 58.12 | 55.98 | 67.42 | - |
| YUV | 199.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 208 | 0 | 0.12 | 0.04 | 0.15 | 318.46 | 0.25 | 0.8 |
| Hex | D8 | BE | D0 | 0 | C | 4 | F | 13E | 19 | 50 |
| Octal | 330 | 276 | 320 | 0 | 14 | 4 | 17 | 476 | 31 | 120 |
| Binary | 11011000 | 10111110 | 11010000 | 0 | 1100 | 100 | 1111 | 100111110 | 11001 | 1010000 |
Color Harmonies of #D8BED0
Complementary color
Monochromatic Colors of #D8BED0
Black with #D8BED0
Text Example
Text Example
White with #D8BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BED0; }
p { color: rgb(216,190,208); }
H1.HeaderClassName
{
color: #D8BED0;
}
.AnyTagClassName
{
color: #D8BED0;
}
</style>
background-color css
<style>
a { background-color: #D8BED0; }
a { background-color: rgb(216,190,208); }
div.DivClassName
{
background-color: #D8BED0;
}
.BgClassName
{
background-color: #D8BED0;
}
</style>
border-color css
<style>
span { border-color: #D8BED0; }
span { border-color: rgb(216,190,208); }
td.TdClassName
{
border-color: #D8BED0;
}
.TagClassName
{
border-color: #D8BED0;
}
</style>