Shades of Twilight #D8B0C5
Tints of Twilight #D8B0C5
RGB
CMYK
RGB Variations
Color information
#D8B0C5 (or 0xD8B0C5) is known color: Twilight. HEX triplet: D8, B0 and C5. RGB value is (216,176,197). Sum of RGB (Red+Green+Blue) = 216+176+197=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B0C5 is #274F3A. Grayscale: #BEBEBE. Windows color (decimal): -2576187 or 12955864. OLE color: 12955864.
HSL color Cylindrical-coordinate representation of color #D8B0C5: hue angle of 328.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8B0C5 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 176 | 197 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.15 |
| HSL | 328.5º | 0.34% | 0.77% | - |
| HSV(B) | 328.5º | 0.19% | 0.85% | - |
| XYZ | 53.92 | 49.68 | 59.57 | - |
| YUV | 190.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 197 | 0 | 0.19 | 0.09 | 0.15 | 328.5 | 0.34 | 0.77 |
| Hex | D8 | B0 | C5 | 0 | 13 | 9 | F | 148 | 22 | 4D |
| Octal | 330 | 260 | 305 | 0 | 23 | 11 | 17 | 510 | 42 | 115 |
| Binary | 11011000 | 10110000 | 11000101 | 0 | 10011 | 1001 | 1111 | 101001000 | 100010 | 1001101 |
Color Harmonies of #D8B0C5
Complementary color
Monochromatic Colors of #D8B0C5
Black with #D8B0C5
Text Example
Text Example
White with #D8B0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B0C5; }
p { color: rgb(216,176,197); }
H1.HeaderClassName
{
color: #D8B0C5;
}
.AnyTagClassName
{
color: #D8B0C5;
}
</style>
background-color css
<style>
a { background-color: #D8B0C5; }
a { background-color: rgb(216,176,197); }
div.DivClassName
{
background-color: #D8B0C5;
}
.BgClassName
{
background-color: #D8B0C5;
}
</style>
border-color css
<style>
span { border-color: #D8B0C5; }
span { border-color: rgb(216,176,197); }
td.TdClassName
{
border-color: #D8B0C5;
}
.TagClassName
{
border-color: #D8B0C5;
}
</style>