Shades of Twilight #D5B9C7
Tints of Twilight #D5B9C7
RGB
CMYK
RGB Variations
Color information
#D5B9C7 (or 0xD5B9C7) is known color: Twilight. HEX triplet: D5, B9 and C7. RGB value is (213,185,199). Sum of RGB (Red+Green+Blue) = 213+185+199=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B9C7 is #2A4638. Grayscale: #C2C2C2. Windows color (decimal): -2770489 or 13089237. OLE color: 13089237.
HSL color Cylindrical-coordinate representation of color #D5B9C7: hue angle of 330º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5B9C7 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 199 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.16 |
| HSL | 330º | 0.25% | 0.78% | - |
| HSV(B) | 330º | 0.13% | 0.84% | - |
| XYZ | 55.1 | 52.97 | 61.35 | - |
| YUV | 194.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 199 | 0 | 0.13 | 0.07 | 0.16 | 330 | 0.25 | 0.78 |
| Hex | D5 | B9 | C7 | 0 | D | 7 | 10 | 14A | 19 | 4E |
| Octal | 325 | 271 | 307 | 0 | 15 | 7 | 20 | 512 | 31 | 116 |
| Binary | 11010101 | 10111001 | 11000111 | 0 | 1101 | 111 | 10000 | 101001010 | 11001 | 1001110 |
Color Harmonies of #D5B9C7
Complementary color
Monochromatic Colors of #D5B9C7
Black with #D5B9C7
Text Example
Text Example
White with #D5B9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B9C7; }
p { color: rgb(213,185,199); }
H1.HeaderClassName
{
color: #D5B9C7;
}
.AnyTagClassName
{
color: #D5B9C7;
}
</style>
background-color css
<style>
a { background-color: #D5B9C7; }
a { background-color: rgb(213,185,199); }
div.DivClassName
{
background-color: #D5B9C7;
}
.BgClassName
{
background-color: #D5B9C7;
}
</style>
border-color css
<style>
span { border-color: #D5B9C7; }
span { border-color: rgb(213,185,199); }
td.TdClassName
{
border-color: #D5B9C7;
}
.TagClassName
{
border-color: #D5B9C7;
}
</style>