Shades of Twilight #D5BFC9
Tints of Twilight #D5BFC9
RGB
CMYK
RGB Variations
Color information
#D5BFC9 (or 0xD5BFC9) is known color: Twilight. HEX triplet: D5, BF and C9. RGB value is (213,191,201). Sum of RGB (Red+Green+Blue) = 213+191+201=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFC9 is #2A4036. Grayscale: #C6C6C6. Windows color (decimal): -2768951 or 13221845. OLE color: 13221845.
HSL color Cylindrical-coordinate representation of color #D5BFC9: hue angle of 332.73º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5BFC9 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 201 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.16 |
| HSL | 332.73º | 0.21% | 0.79% | - |
| HSV(B) | 332.73º | 0.1% | 0.84% | - |
| XYZ | 56.61 | 55.62 | 63.01 | - |
| YUV | 198.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 201 | 0 | 0.10 | 0.06 | 0.16 | 332.73 | 0.21 | 0.79 |
| Hex | D5 | BF | C9 | 0 | A | 6 | 10 | 14D | 15 | 4F |
| Octal | 325 | 277 | 311 | 0 | 12 | 6 | 20 | 515 | 25 | 117 |
| Binary | 11010101 | 10111111 | 11001001 | 0 | 1010 | 110 | 10000 | 101001101 | 10101 | 1001111 |
Color Harmonies of #D5BFC9
Complementary color
Monochromatic Colors of #D5BFC9
Black with #D5BFC9
Text Example
Text Example
White with #D5BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BFC9; }
p { color: rgb(213,191,201); }
H1.HeaderClassName
{
color: #D5BFC9;
}
.AnyTagClassName
{
color: #D5BFC9;
}
</style>
background-color css
<style>
a { background-color: #D5BFC9; }
a { background-color: rgb(213,191,201); }
div.DivClassName
{
background-color: #D5BFC9;
}
.BgClassName
{
background-color: #D5BFC9;
}
</style>
border-color css
<style>
span { border-color: #D5BFC9; }
span { border-color: rgb(213,191,201); }
td.TdClassName
{
border-color: #D5BFC9;
}
.TagClassName
{
border-color: #D5BFC9;
}
</style>