Shades of Twilight #D9BBCF
Tints of Twilight #D9BBCF
RGB
CMYK
RGB Variations
Color information
#D9BBCF (or 0xD9BBCF) is known color: Twilight. HEX triplet: D9, BB and CF. RGB value is (217,187,207). Sum of RGB (Red+Green+Blue) = 217+187+207=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBCF is #264430. Grayscale: #C6C6C6. Windows color (decimal): -2507825 or 13614041. OLE color: 13614041.
HSL color Cylindrical-coordinate representation of color #D9BBCF: hue angle of 320º 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 #D9BBCF is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 207 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.15 |
| HSL | 320º | 0.28% | 0.79% | - |
| HSV(B) | 320º | 0.14% | 0.85% | - |
| XYZ | 57.65 | 54.8 | 66.57 | - |
| YUV | 198.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 207 | 0 | 0.14 | 0.05 | 0.15 | 320 | 0.28 | 0.79 |
| Hex | D9 | BB | CF | 0 | E | 5 | F | 140 | 1C | 4F |
| Octal | 331 | 273 | 317 | 0 | 16 | 5 | 17 | 500 | 34 | 117 |
| Binary | 11011001 | 10111011 | 11001111 | 0 | 1110 | 101 | 1111 | 101000000 | 11100 | 1001111 |
Color Harmonies of #D9BBCF
Complementary color
Monochromatic Colors of #D9BBCF
Black with #D9BBCF
Text Example
Text Example
White with #D9BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBCF; }
p { color: rgb(217,187,207); }
H1.HeaderClassName
{
color: #D9BBCF;
}
.AnyTagClassName
{
color: #D9BBCF;
}
</style>
background-color css
<style>
a { background-color: #D9BBCF; }
a { background-color: rgb(217,187,207); }
div.DivClassName
{
background-color: #D9BBCF;
}
.BgClassName
{
background-color: #D9BBCF;
}
</style>
border-color css
<style>
span { border-color: #D9BBCF; }
span { border-color: rgb(217,187,207); }
td.TdClassName
{
border-color: #D9BBCF;
}
.TagClassName
{
border-color: #D9BBCF;
}
</style>