Shades of Twilight #D9B9CF
Tints of Twilight #D9B9CF
RGB
CMYK
RGB Variations
Color information
#D9B9CF (or 0xD9B9CF) is known color: Twilight. HEX triplet: D9, B9 and CF. RGB value is (217,185,207). Sum of RGB (Red+Green+Blue) = 217+185+207=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B9CF is #264630. Grayscale: #C5C5C5. Windows color (decimal): -2508337 or 13613529. OLE color: 13613529.
HSL color Cylindrical-coordinate representation of color #D9B9CF: hue angle of 318.75º 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 #D9B9CF is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 185 | 207 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.15 |
| HSL | 318.75º | 0.3% | 0.79% | - |
| HSV(B) | 318.75º | 0.15% | 0.85% | - |
| XYZ | 57.23 | 53.95 | 66.43 | - |
| YUV | 197.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 185 | 207 | 0 | 0.15 | 0.05 | 0.15 | 318.75 | 0.3 | 0.79 |
| Hex | D9 | B9 | CF | 0 | F | 5 | F | 13F | 1E | 4F |
| Octal | 331 | 271 | 317 | 0 | 17 | 5 | 17 | 477 | 36 | 117 |
| Binary | 11011001 | 10111001 | 11001111 | 0 | 1111 | 101 | 1111 | 100111111 | 11110 | 1001111 |
Color Harmonies of #D9B9CF
Complementary color
Monochromatic Colors of #D9B9CF
Black with #D9B9CF
Text Example
Text Example
White with #D9B9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B9CF; }
p { color: rgb(217,185,207); }
H1.HeaderClassName
{
color: #D9B9CF;
}
.AnyTagClassName
{
color: #D9B9CF;
}
</style>
background-color css
<style>
a { background-color: #D9B9CF; }
a { background-color: rgb(217,185,207); }
div.DivClassName
{
background-color: #D9B9CF;
}
.BgClassName
{
background-color: #D9B9CF;
}
</style>
border-color css
<style>
span { border-color: #D9B9CF; }
span { border-color: rgb(217,185,207); }
td.TdClassName
{
border-color: #D9B9CF;
}
.TagClassName
{
border-color: #D9B9CF;
}
</style>