Shades of Twilight #D9B6C5
Tints of Twilight #D9B6C5
RGB
CMYK
RGB Variations
Color information
#D9B6C5 (or 0xD9B6C5) is known color: Twilight. HEX triplet: D9, B6 and C5. RGB value is (217,182,197). Sum of RGB (Red+Green+Blue) = 217+182+197=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B6C5 is #26493A. Grayscale: #C2C2C2. Windows color (decimal): -2509115 or 12957401. OLE color: 12957401.
HSL color Cylindrical-coordinate representation of color #D9B6C5: hue angle of 334.29º degrees, saturation: 0.32, 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 #D9B6C5 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 182 | 197 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.15 |
| HSL | 334.29º | 0.32% | 0.78% | - |
| HSV(B) | 334.29º | 0.16% | 0.85% | - |
| XYZ | 55.42 | 52.24 | 59.99 | - |
| YUV | 194.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 182 | 197 | 0 | 0.16 | 0.09 | 0.15 | 334.29 | 0.32 | 0.78 |
| Hex | D9 | B6 | C5 | 0 | 10 | 9 | F | 14E | 20 | 4E |
| Octal | 331 | 266 | 305 | 0 | 20 | 11 | 17 | 516 | 40 | 116 |
| Binary | 11011001 | 10110110 | 11000101 | 0 | 10000 | 1001 | 1111 | 101001110 | 100000 | 1001110 |
Color Harmonies of #D9B6C5
Complementary color
Monochromatic Colors of #D9B6C5
Black with #D9B6C5
Text Example
Text Example
White with #D9B6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B6C5; }
p { color: rgb(217,182,197); }
H1.HeaderClassName
{
color: #D9B6C5;
}
.AnyTagClassName
{
color: #D9B6C5;
}
</style>
background-color css
<style>
a { background-color: #D9B6C5; }
a { background-color: rgb(217,182,197); }
div.DivClassName
{
background-color: #D9B6C5;
}
.BgClassName
{
background-color: #D9B6C5;
}
</style>
border-color css
<style>
span { border-color: #D9B6C5; }
span { border-color: rgb(217,182,197); }
td.TdClassName
{
border-color: #D9B6C5;
}
.TagClassName
{
border-color: #D9B6C5;
}
</style>