Shades of Twilight #D3BCC7
Tints of Twilight #D3BCC7
RGB
CMYK
RGB Variations
Color information
#D3BCC7 (or 0xD3BCC7) is known color: Twilight. HEX triplet: D3, BC and C7. RGB value is (211,188,199). Sum of RGB (Red+Green+Blue) = 211+188+199=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCC7 is #2C4338. Grayscale: #C4C4C4. Windows color (decimal): -2900793 or 13090003. OLE color: 13090003.
HSL color Cylindrical-coordinate representation of color #D3BCC7: hue angle of 331.3º 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 #D3BCC7 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 199 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.17 |
| HSL | 331.3º | 0.21% | 0.78% | - |
| HSV(B) | 331.3º | 0.11% | 0.83% | - |
| XYZ | 55.16 | 53.94 | 61.54 | - |
| YUV | 196.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 199 | 0 | 0.11 | 0.06 | 0.17 | 331.3 | 0.21 | 0.78 |
| Hex | D3 | BC | C7 | 0 | B | 6 | 11 | 14B | 15 | 4E |
| Octal | 323 | 274 | 307 | 0 | 13 | 6 | 21 | 513 | 25 | 116 |
| Binary | 11010011 | 10111100 | 11000111 | 0 | 1011 | 110 | 10001 | 101001011 | 10101 | 1001110 |
Color Harmonies of #D3BCC7
Complementary color
Monochromatic Colors of #D3BCC7
Black with #D3BCC7
Text Example
Text Example
White with #D3BCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCC7; }
p { color: rgb(211,188,199); }
H1.HeaderClassName
{
color: #D3BCC7;
}
.AnyTagClassName
{
color: #D3BCC7;
}
</style>
background-color css
<style>
a { background-color: #D3BCC7; }
a { background-color: rgb(211,188,199); }
div.DivClassName
{
background-color: #D3BCC7;
}
.BgClassName
{
background-color: #D3BCC7;
}
</style>
border-color css
<style>
span { border-color: #D3BCC7; }
span { border-color: rgb(211,188,199); }
td.TdClassName
{
border-color: #D3BCC7;
}
.TagClassName
{
border-color: #D3BCC7;
}
</style>