Shades of Twilight #D3BFCD
Tints of Twilight #D3BFCD
RGB
CMYK
RGB Variations
Color information
#D3BFCD (or 0xD3BFCD) is known color: Twilight. HEX triplet: D3, BF and CD. RGB value is (211,191,205). Sum of RGB (Red+Green+Blue) = 211+191+205=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BFCD is #2C4032. Grayscale: #C6C6C6. Windows color (decimal): -2900019 or 13483987. OLE color: 13483987.
HSL color Cylindrical-coordinate representation of color #D3BFCD: hue angle of 318º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3BFCD is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 191 | 205 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.17 |
| HSL | 318º | 0.19% | 0.79% | - |
| HSV(B) | 318º | 0.09% | 0.83% | - |
| XYZ | 56.51 | 55.52 | 65.5 | - |
| YUV | 198.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 191 | 205 | 0 | 0.09 | 0.03 | 0.17 | 318 | 0.19 | 0.79 |
| Hex | D3 | BF | CD | 0 | 9 | 3 | 11 | 13E | 13 | 4F |
| Octal | 323 | 277 | 315 | 0 | 11 | 3 | 21 | 476 | 23 | 117 |
| Binary | 11010011 | 10111111 | 11001101 | 0 | 1001 | 11 | 10001 | 100111110 | 10011 | 1001111 |
Color Harmonies of #D3BFCD
Complementary color
Monochromatic Colors of #D3BFCD
Black with #D3BFCD
Text Example
Text Example
White with #D3BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BFCD; }
p { color: rgb(211,191,205); }
H1.HeaderClassName
{
color: #D3BFCD;
}
.AnyTagClassName
{
color: #D3BFCD;
}
</style>
background-color css
<style>
a { background-color: #D3BFCD; }
a { background-color: rgb(211,191,205); }
div.DivClassName
{
background-color: #D3BFCD;
}
.BgClassName
{
background-color: #D3BFCD;
}
</style>
border-color css
<style>
span { border-color: #D3BFCD; }
span { border-color: rgb(211,191,205); }
td.TdClassName
{
border-color: #D3BFCD;
}
.TagClassName
{
border-color: #D3BFCD;
}
</style>