Shades of Twilight #D9BBC9
Tints of Twilight #D9BBC9
RGB
CMYK
RGB Variations
Color information
#D9BBC9 (or 0xD9BBC9) is known color: Twilight. HEX triplet: D9, BB and C9. RGB value is (217,187,201). Sum of RGB (Red+Green+Blue) = 217+187+201=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBC9 is #264436. Grayscale: #C5C5C5. Windows color (decimal): -2507831 or 13220825. OLE color: 13220825.
HSL color Cylindrical-coordinate representation of color #D9BBC9: hue angle of 332º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BBC9 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 201 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.15 |
| HSL | 332º | 0.28% | 0.79% | - |
| HSV(B) | 332º | 0.14% | 0.85% | - |
| XYZ | 56.93 | 54.51 | 62.78 | - |
| YUV | 197.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 201 | 0 | 0.14 | 0.07 | 0.15 | 332 | 0.28 | 0.79 |
| Hex | D9 | BB | C9 | 0 | E | 7 | F | 14C | 1C | 4F |
| Octal | 331 | 273 | 311 | 0 | 16 | 7 | 17 | 514 | 34 | 117 |
| Binary | 11011001 | 10111011 | 11001001 | 0 | 1110 | 111 | 1111 | 101001100 | 11100 | 1001111 |
Color Harmonies of #D9BBC9
Complementary color
Monochromatic Colors of #D9BBC9
Black with #D9BBC9
Text Example
Text Example
White with #D9BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBC9; }
p { color: rgb(217,187,201); }
H1.HeaderClassName
{
color: #D9BBC9;
}
.AnyTagClassName
{
color: #D9BBC9;
}
</style>
background-color css
<style>
a { background-color: #D9BBC9; }
a { background-color: rgb(217,187,201); }
div.DivClassName
{
background-color: #D9BBC9;
}
.BgClassName
{
background-color: #D9BBC9;
}
</style>
border-color css
<style>
span { border-color: #D9BBC9; }
span { border-color: rgb(217,187,201); }
td.TdClassName
{
border-color: #D9BBC9;
}
.TagClassName
{
border-color: #D9BBC9;
}
</style>