Shades of Twilight #D9B7CA
Tints of Twilight #D9B7CA
RGB
CMYK
RGB Variations
Color information
#D9B7CA (or 0xD9B7CA) is known color: Twilight. HEX triplet: D9, B7 and CA. RGB value is (217,183,202). Sum of RGB (Red+Green+Blue) = 217+183+202=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B7CA is #264835. Grayscale: #C3C3C3. Windows color (decimal): -2508854 or 13285337. OLE color: 13285337.
HSL color Cylindrical-coordinate representation of color #D9B7CA: hue angle of 326.47º 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 #D9B7CA is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 183 | 202 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.15 |
| HSL | 326.47º | 0.31% | 0.78% | - |
| HSV(B) | 326.47º | 0.16% | 0.85% | - |
| XYZ | 56.21 | 52.88 | 63.12 | - |
| YUV | 195.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 183 | 202 | 0 | 0.16 | 0.07 | 0.15 | 326.47 | 0.31 | 0.78 |
| Hex | D9 | B7 | CA | 0 | 10 | 7 | F | 146 | 1F | 4E |
| Octal | 331 | 267 | 312 | 0 | 20 | 7 | 17 | 506 | 37 | 116 |
| Binary | 11011001 | 10110111 | 11001010 | 0 | 10000 | 111 | 1111 | 101000110 | 11111 | 1001110 |
Color Harmonies of #D9B7CA
Complementary color
Monochromatic Colors of #D9B7CA
Black with #D9B7CA
Text Example
Text Example
White with #D9B7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B7CA; }
p { color: rgb(217,183,202); }
H1.HeaderClassName
{
color: #D9B7CA;
}
.AnyTagClassName
{
color: #D9B7CA;
}
</style>
background-color css
<style>
a { background-color: #D9B7CA; }
a { background-color: rgb(217,183,202); }
div.DivClassName
{
background-color: #D9B7CA;
}
.BgClassName
{
background-color: #D9B7CA;
}
</style>
border-color css
<style>
span { border-color: #D9B7CA; }
span { border-color: rgb(217,183,202); }
td.TdClassName
{
border-color: #D9B7CA;
}
.TagClassName
{
border-color: #D9B7CA;
}
</style>