Shades of Twilight #D9B9CE
Tints of Twilight #D9B9CE
RGB
CMYK
RGB Variations
Color information
#D9B9CE (or 0xD9B9CE) is known color: Twilight. HEX triplet: D9, B9 and CE. RGB value is (217,185,206). Sum of RGB (Red+Green+Blue) = 217+185+206=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B9CE is #264631. Grayscale: #C4C4C4. Windows color (decimal): -2508338 or 13547993. OLE color: 13547993.
HSL color Cylindrical-coordinate representation of color #D9B9CE: hue angle of 320.62º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9B9CE is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 185 | 206 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.15 |
| HSL | 320.63º | 0.3% | 0.79% | - |
| HSV(B) | 320.63º | 0.15% | 0.85% | - |
| XYZ | 57.1 | 53.91 | 65.79 | - |
| YUV | 196.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 185 | 206 | 0 | 0.15 | 0.05 | 0.15 | 320.63 | 0.3 | 0.79 |
| Hex | D9 | B9 | CE | 0 | F | 5 | F | 141 | 1E | 4F |
| Octal | 331 | 271 | 316 | 0 | 17 | 5 | 17 | 501 | 36 | 117 |
| Binary | 11011001 | 10111001 | 11001110 | 0 | 1111 | 101 | 1111 | 101000001 | 11110 | 1001111 |
Color Harmonies of #D9B9CE
Complementary color
Monochromatic Colors of #D9B9CE
Black with #D9B9CE
Text Example
Text Example
White with #D9B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B9CE; }
p { color: rgb(217,185,206); }
H1.HeaderClassName
{
color: #D9B9CE;
}
.AnyTagClassName
{
color: #D9B9CE;
}
</style>
background-color css
<style>
a { background-color: #D9B9CE; }
a { background-color: rgb(217,185,206); }
div.DivClassName
{
background-color: #D9B9CE;
}
.BgClassName
{
background-color: #D9B9CE;
}
</style>
border-color css
<style>
span { border-color: #D9B9CE; }
span { border-color: rgb(217,185,206); }
td.TdClassName
{
border-color: #D9B9CE;
}
.TagClassName
{
border-color: #D9B9CE;
}
</style>