Shades of Twilight #D3BCC8
Tints of Twilight #D3BCC8
RGB
CMYK
RGB Variations
Color information
#D3BCC8 (or 0xD3BCC8) is known color: Twilight. HEX triplet: D3, BC and C8. RGB value is (211,188,200). Sum of RGB (Red+Green+Blue) = 211+188+200=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCC8 is #2C4337. Grayscale: #C4C4C4. Windows color (decimal): -2900792 or 13155539. OLE color: 13155539.
HSL color Cylindrical-coordinate representation of color #D3BCC8: hue angle of 328.7º 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 #D3BCC8 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 200 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.17 |
| HSL | 328.7º | 0.21% | 0.78% | - |
| HSV(B) | 328.7º | 0.11% | 0.83% | - |
| XYZ | 55.27 | 53.99 | 62.15 | - |
| YUV | 196.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 200 | 0 | 0.11 | 0.05 | 0.17 | 328.7 | 0.21 | 0.78 |
| Hex | D3 | BC | C8 | 0 | B | 5 | 11 | 149 | 15 | 4E |
| Octal | 323 | 274 | 310 | 0 | 13 | 5 | 21 | 511 | 25 | 116 |
| Binary | 11010011 | 10111100 | 11001000 | 0 | 1011 | 101 | 10001 | 101001001 | 10101 | 1001110 |
Color Harmonies of #D3BCC8
Complementary color
Monochromatic Colors of #D3BCC8
Black with #D3BCC8
Text Example
Text Example
White with #D3BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCC8; }
p { color: rgb(211,188,200); }
H1.HeaderClassName
{
color: #D3BCC8;
}
.AnyTagClassName
{
color: #D3BCC8;
}
</style>
background-color css
<style>
a { background-color: #D3BCC8; }
a { background-color: rgb(211,188,200); }
div.DivClassName
{
background-color: #D3BCC8;
}
.BgClassName
{
background-color: #D3BCC8;
}
</style>
border-color css
<style>
span { border-color: #D3BCC8; }
span { border-color: rgb(211,188,200); }
td.TdClassName
{
border-color: #D3BCC8;
}
.TagClassName
{
border-color: #D3BCC8;
}
</style>