Shades of Twilight #D6B7CA
Tints of Twilight #D6B7CA
RGB
CMYK
RGB Variations
Color information
#D6B7CA (or 0xD6B7CA) is known color: Twilight. HEX triplet: D6, B7 and CA. RGB value is (214,183,202). Sum of RGB (Red+Green+Blue) = 214+183+202=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B7CA is #294835. Grayscale: #C2C2C2. Windows color (decimal): -2705462 or 13285334. OLE color: 13285334.
HSL color Cylindrical-coordinate representation of color #D6B7CA: hue angle of 323.23º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6B7CA is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 202 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.16 |
| HSL | 323.23º | 0.27% | 0.78% | - |
| HSV(B) | 323.23º | 0.14% | 0.84% | - |
| XYZ | 55.33 | 52.43 | 63.08 | - |
| YUV | 194.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 202 | 0 | 0.14 | 0.06 | 0.16 | 323.23 | 0.27 | 0.78 |
| Hex | D6 | B7 | CA | 0 | E | 6 | 10 | 143 | 1B | 4E |
| Octal | 326 | 267 | 312 | 0 | 16 | 6 | 20 | 503 | 33 | 116 |
| Binary | 11010110 | 10110111 | 11001010 | 0 | 1110 | 110 | 10000 | 101000011 | 11011 | 1001110 |
Color Harmonies of #D6B7CA
Complementary color
Monochromatic Colors of #D6B7CA
Black with #D6B7CA
Text Example
Text Example
White with #D6B7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B7CA; }
p { color: rgb(214,183,202); }
H1.HeaderClassName
{
color: #D6B7CA;
}
.AnyTagClassName
{
color: #D6B7CA;
}
</style>
background-color css
<style>
a { background-color: #D6B7CA; }
a { background-color: rgb(214,183,202); }
div.DivClassName
{
background-color: #D6B7CA;
}
.BgClassName
{
background-color: #D6B7CA;
}
</style>
border-color css
<style>
span { border-color: #D6B7CA; }
span { border-color: rgb(214,183,202); }
td.TdClassName
{
border-color: #D6B7CA;
}
.TagClassName
{
border-color: #D6B7CA;
}
</style>