Shades of Twilight #D9BBC8
Tints of Twilight #D9BBC8
RGB
CMYK
RGB Variations
Color information
#D9BBC8 (or 0xD9BBC8) is known color: Twilight. HEX triplet: D9, BB and C8. RGB value is (217,187,200). Sum of RGB (Red+Green+Blue) = 217+187+200=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBC8 is #264437. Grayscale: #C5C5C5. Windows color (decimal): -2507832 or 13155289. OLE color: 13155289.
HSL color Cylindrical-coordinate representation of color #D9BBC8: hue angle of 334º 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 #D9BBC8 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 200 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.15 |
| HSL | 334º | 0.28% | 0.79% | - |
| HSV(B) | 334º | 0.14% | 0.85% | - |
| XYZ | 56.81 | 54.46 | 62.16 | - |
| YUV | 197.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 200 | 0 | 0.14 | 0.08 | 0.15 | 334 | 0.28 | 0.79 |
| Hex | D9 | BB | C8 | 0 | E | 8 | F | 14E | 1C | 4F |
| Octal | 331 | 273 | 310 | 0 | 16 | 10 | 17 | 516 | 34 | 117 |
| Binary | 11011001 | 10111011 | 11001000 | 0 | 1110 | 1000 | 1111 | 101001110 | 11100 | 1001111 |
Color Harmonies of #D9BBC8
Complementary color
Monochromatic Colors of #D9BBC8
Black with #D9BBC8
Text Example
Text Example
White with #D9BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBC8; }
p { color: rgb(217,187,200); }
H1.HeaderClassName
{
color: #D9BBC8;
}
.AnyTagClassName
{
color: #D9BBC8;
}
</style>
background-color css
<style>
a { background-color: #D9BBC8; }
a { background-color: rgb(217,187,200); }
div.DivClassName
{
background-color: #D9BBC8;
}
.BgClassName
{
background-color: #D9BBC8;
}
</style>
border-color css
<style>
span { border-color: #D9BBC8; }
span { border-color: rgb(217,187,200); }
td.TdClassName
{
border-color: #D9BBC8;
}
.TagClassName
{
border-color: #D9BBC8;
}
</style>