Shades of Twilight #D3BACB
Tints of Twilight #D3BACB
RGB
CMYK
RGB Variations
Color information
#D3BACB (or 0xD3BACB) is known color: Twilight. HEX triplet: D3, BA and CB. RGB value is (211,186,203). Sum of RGB (Red+Green+Blue) = 211+186+203=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BACB is #2C4534. Grayscale: #C3C3C3. Windows color (decimal): -2901301 or 13351635. OLE color: 13351635.
HSL color Cylindrical-coordinate representation of color #D3BACB: hue angle of 319.2º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3BACB is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 203 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.17 |
| HSL | 319.2º | 0.22% | 0.78% | - |
| HSV(B) | 319.2º | 0.12% | 0.83% | - |
| XYZ | 55.2 | 53.28 | 63.87 | - |
| YUV | 195.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 203 | 0 | 0.12 | 0.04 | 0.17 | 319.2 | 0.22 | 0.78 |
| Hex | D3 | BA | CB | 0 | C | 4 | 11 | 13F | 16 | 4E |
| Octal | 323 | 272 | 313 | 0 | 14 | 4 | 21 | 477 | 26 | 116 |
| Binary | 11010011 | 10111010 | 11001011 | 0 | 1100 | 100 | 10001 | 100111111 | 10110 | 1001110 |
Color Harmonies of #D3BACB
Complementary color
Monochromatic Colors of #D3BACB
Black with #D3BACB
Text Example
Text Example
White with #D3BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BACB; }
p { color: rgb(211,186,203); }
H1.HeaderClassName
{
color: #D3BACB;
}
.AnyTagClassName
{
color: #D3BACB;
}
</style>
background-color css
<style>
a { background-color: #D3BACB; }
a { background-color: rgb(211,186,203); }
div.DivClassName
{
background-color: #D3BACB;
}
.BgClassName
{
background-color: #D3BACB;
}
</style>
border-color css
<style>
span { border-color: #D3BACB; }
span { border-color: rgb(211,186,203); }
td.TdClassName
{
border-color: #D3BACB;
}
.TagClassName
{
border-color: #D3BACB;
}
</style>