Shades of Twilight #D8B5C5
Tints of Twilight #D8B5C5
RGB
CMYK
RGB Variations
Color information
#D8B5C5 (or 0xD8B5C5) is known color: Twilight. HEX triplet: D8, B5 and C5. RGB value is (216,181,197). Sum of RGB (Red+Green+Blue) = 216+181+197=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B5C5 is #274A3A. Grayscale: #C1C1C1. Windows color (decimal): -2574907 or 12957144. OLE color: 12957144.
HSL color Cylindrical-coordinate representation of color #D8B5C5: hue angle of 332.57º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8B5C5 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 181 | 197 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.15 |
| HSL | 332.57º | 0.31% | 0.78% | - |
| HSV(B) | 332.57º | 0.16% | 0.85% | - |
| XYZ | 54.92 | 51.68 | 59.9 | - |
| YUV | 193.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 197 | 0 | 0.16 | 0.09 | 0.15 | 332.57 | 0.31 | 0.78 |
| Hex | D8 | B5 | C5 | 0 | 10 | 9 | F | 14D | 1F | 4E |
| Octal | 330 | 265 | 305 | 0 | 20 | 11 | 17 | 515 | 37 | 116 |
| Binary | 11011000 | 10110101 | 11000101 | 0 | 10000 | 1001 | 1111 | 101001101 | 11111 | 1001110 |
Color Harmonies of #D8B5C5
Complementary color
Monochromatic Colors of #D8B5C5
Black with #D8B5C5
Text Example
Text Example
White with #D8B5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B5C5; }
p { color: rgb(216,181,197); }
H1.HeaderClassName
{
color: #D8B5C5;
}
.AnyTagClassName
{
color: #D8B5C5;
}
</style>
background-color css
<style>
a { background-color: #D8B5C5; }
a { background-color: rgb(216,181,197); }
div.DivClassName
{
background-color: #D8B5C5;
}
.BgClassName
{
background-color: #D8B5C5;
}
</style>
border-color css
<style>
span { border-color: #D8B5C5; }
span { border-color: rgb(216,181,197); }
td.TdClassName
{
border-color: #D8B5C5;
}
.TagClassName
{
border-color: #D8B5C5;
}
</style>