Shades of Twilight #D1BBC6
Tints of Twilight #D1BBC6
RGB
CMYK
RGB Variations
Color information
#D1BBC6 (or 0xD1BBC6) is known color: Twilight. HEX triplet: D1, BB and C6. RGB value is (209,187,198). Sum of RGB (Red+Green+Blue) = 209+187+198=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBC6 is #2E4439. Grayscale: #C2C2C2. Windows color (decimal): -3032122 or 13024209. OLE color: 13024209.
HSL color Cylindrical-coordinate representation of color #D1BBC6: hue angle of 330º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BBC6 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 198 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.18 |
| HSL | 330º | 0.19% | 0.78% | - |
| HSV(B) | 330º | 0.11% | 0.82% | - |
| XYZ | 54.26 | 53.17 | 60.83 | - |
| YUV | 194.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 198 | 0 | 0.11 | 0.05 | 0.18 | 330 | 0.19 | 0.78 |
| Hex | D1 | BB | C6 | 0 | B | 5 | 12 | 14A | 13 | 4E |
| Octal | 321 | 273 | 306 | 0 | 13 | 5 | 22 | 512 | 23 | 116 |
| Binary | 11010001 | 10111011 | 11000110 | 0 | 1011 | 101 | 10010 | 101001010 | 10011 | 1001110 |
Color Harmonies of #D1BBC6
Complementary color
Monochromatic Colors of #D1BBC6
Black with #D1BBC6
Text Example
Text Example
White with #D1BBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBC6; }
p { color: rgb(209,187,198); }
H1.HeaderClassName
{
color: #D1BBC6;
}
.AnyTagClassName
{
color: #D1BBC6;
}
</style>
background-color css
<style>
a { background-color: #D1BBC6; }
a { background-color: rgb(209,187,198); }
div.DivClassName
{
background-color: #D1BBC6;
}
.BgClassName
{
background-color: #D1BBC6;
}
</style>
border-color css
<style>
span { border-color: #D1BBC6; }
span { border-color: rgb(209,187,198); }
td.TdClassName
{
border-color: #D1BBC6;
}
.TagClassName
{
border-color: #D1BBC6;
}
</style>