Shades of Twilight #D8B7CA
Tints of Twilight #D8B7CA
RGB
CMYK
RGB Variations
Color information
#D8B7CA (or 0xD8B7CA) is known color: Twilight. HEX triplet: D8, B7 and CA. RGB value is (216,183,202). Sum of RGB (Red+Green+Blue) = 216+183+202=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 183 (71.88% from 255 or 30.45% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B7CA is #274835. Grayscale: #C2C2C2. Windows color (decimal): -2574390 or 13285336. OLE color: 13285336.
HSL color Cylindrical-coordinate representation of color #D8B7CA: hue angle of 325.45º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8B7CA is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 202 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.15 |
| HSL | 325.45º | 0.3% | 0.78% | - |
| HSV(B) | 325.45º | 0.15% | 0.85% | - |
| XYZ | 55.91 | 52.73 | 63.11 | - |
| YUV | 195.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 202 | 0 | 0.15 | 0.06 | 0.15 | 325.45 | 0.3 | 0.78 |
| Hex | D8 | B7 | CA | 0 | F | 6 | F | 145 | 1E | 4E |
| Octal | 330 | 267 | 312 | 0 | 17 | 6 | 17 | 505 | 36 | 116 |
| Binary | 11011000 | 10110111 | 11001010 | 0 | 1111 | 110 | 1111 | 101000101 | 11110 | 1001110 |
Color Harmonies of #D8B7CA
Complementary color
Monochromatic Colors of #D8B7CA
Black with #D8B7CA
Text Example
Text Example
White with #D8B7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7CA; }
p { color: rgb(216,183,202); }
H1.HeaderClassName
{
color: #D8B7CA;
}
.AnyTagClassName
{
color: #D8B7CA;
}
</style>
background-color css
<style>
a { background-color: #D8B7CA; }
a { background-color: rgb(216,183,202); }
div.DivClassName
{
background-color: #D8B7CA;
}
.BgClassName
{
background-color: #D8B7CA;
}
</style>
border-color css
<style>
span { border-color: #D8B7CA; }
span { border-color: rgb(216,183,202); }
td.TdClassName
{
border-color: #D8B7CA;
}
.TagClassName
{
border-color: #D8B7CA;
}
</style>