Shades of Twilight #D1BCC9
Tints of Twilight #D1BCC9
RGB
CMYK
RGB Variations
Color information
#D1BCC9 (or 0xD1BCC9) is known color: Twilight. HEX triplet: D1, BC and C9. RGB value is (209,188,201). Sum of RGB (Red+Green+Blue) = 209+188+201=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCC9 is #2E4336. Grayscale: #C3C3C3. Windows color (decimal): -3031863 or 13221073. OLE color: 13221073.
HSL color Cylindrical-coordinate representation of color #D1BCC9: hue angle of 322.86º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BCC9 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 201 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.18 |
| HSL | 322.86º | 0.19% | 0.78% | - |
| HSV(B) | 322.86º | 0.1% | 0.82% | - |
| XYZ | 54.82 | 53.74 | 62.74 | - |
| YUV | 195.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 201 | 0 | 0.10 | 0.04 | 0.18 | 322.86 | 0.19 | 0.78 |
| Hex | D1 | BC | C9 | 0 | A | 4 | 12 | 143 | 13 | 4E |
| Octal | 321 | 274 | 311 | 0 | 12 | 4 | 22 | 503 | 23 | 116 |
| Binary | 11010001 | 10111100 | 11001001 | 0 | 1010 | 100 | 10010 | 101000011 | 10011 | 1001110 |
Color Harmonies of #D1BCC9
Complementary color
Monochromatic Colors of #D1BCC9
Black with #D1BCC9
Text Example
Text Example
White with #D1BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCC9; }
p { color: rgb(209,188,201); }
H1.HeaderClassName
{
color: #D1BCC9;
}
.AnyTagClassName
{
color: #D1BCC9;
}
</style>
background-color css
<style>
a { background-color: #D1BCC9; }
a { background-color: rgb(209,188,201); }
div.DivClassName
{
background-color: #D1BCC9;
}
.BgClassName
{
background-color: #D1BCC9;
}
</style>
border-color css
<style>
span { border-color: #D1BCC9; }
span { border-color: rgb(209,188,201); }
td.TdClassName
{
border-color: #D1BCC9;
}
.TagClassName
{
border-color: #D1BCC9;
}
</style>