Shades of Twilight #D3BCC6
Tints of Twilight #D3BCC6
RGB
CMYK
RGB Variations
Color information
#D3BCC6 (or 0xD3BCC6) is known color: Twilight. HEX triplet: D3, BC and C6. RGB value is (211,188,198). Sum of RGB (Red+Green+Blue) = 211+188+198=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCC6 is #2C4339. Grayscale: #C3C3C3. Windows color (decimal): -2900794 or 13024467. OLE color: 13024467.
HSL color Cylindrical-coordinate representation of color #D3BCC6: hue angle of 333.91º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3BCC6 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 198 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.17 |
| HSL | 333.91º | 0.21% | 0.78% | - |
| HSV(B) | 333.91º | 0.11% | 0.83% | - |
| XYZ | 55.04 | 53.89 | 60.93 | - |
| YUV | 196.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 198 | 0 | 0.11 | 0.06 | 0.17 | 333.91 | 0.21 | 0.78 |
| Hex | D3 | BC | C6 | 0 | B | 6 | 11 | 14E | 15 | 4E |
| Octal | 323 | 274 | 306 | 0 | 13 | 6 | 21 | 516 | 25 | 116 |
| Binary | 11010011 | 10111100 | 11000110 | 0 | 1011 | 110 | 10001 | 101001110 | 10101 | 1001110 |
Color Harmonies of #D3BCC6
Complementary color
Monochromatic Colors of #D3BCC6
Black with #D3BCC6
Text Example
Text Example
White with #D3BCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCC6; }
p { color: rgb(211,188,198); }
H1.HeaderClassName
{
color: #D3BCC6;
}
.AnyTagClassName
{
color: #D3BCC6;
}
</style>
background-color css
<style>
a { background-color: #D3BCC6; }
a { background-color: rgb(211,188,198); }
div.DivClassName
{
background-color: #D3BCC6;
}
.BgClassName
{
background-color: #D3BCC6;
}
</style>
border-color css
<style>
span { border-color: #D3BCC6; }
span { border-color: rgb(211,188,198); }
td.TdClassName
{
border-color: #D3BCC6;
}
.TagClassName
{
border-color: #D3BCC6;
}
</style>