Shades of Twilight #D5BACB
Tints of Twilight #D5BACB
RGB
CMYK
RGB Variations
Color information
#D5BACB (or 0xD5BACB) is known color: Twilight. HEX triplet: D5, BA and CB. RGB value is (213,186,203). Sum of RGB (Red+Green+Blue) = 213+186+203=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BACB is #2A4534. Grayscale: #C3C3C3. Windows color (decimal): -2770229 or 13351637. OLE color: 13351637.
HSL color Cylindrical-coordinate representation of color #D5BACB: hue angle of 322.22º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BACB is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 203 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.16 |
| HSL | 322.22º | 0.24% | 0.78% | - |
| HSV(B) | 322.22º | 0.13% | 0.84% | - |
| XYZ | 55.78 | 53.58 | 63.9 | - |
| YUV | 196.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 203 | 0 | 0.13 | 0.05 | 0.16 | 322.22 | 0.24 | 0.78 |
| Hex | D5 | BA | CB | 0 | D | 5 | 10 | 142 | 18 | 4E |
| Octal | 325 | 272 | 313 | 0 | 15 | 5 | 20 | 502 | 30 | 116 |
| Binary | 11010101 | 10111010 | 11001011 | 0 | 1101 | 101 | 10000 | 101000010 | 11000 | 1001110 |
Color Harmonies of #D5BACB
Complementary color
Monochromatic Colors of #D5BACB
Black with #D5BACB
Text Example
Text Example
White with #D5BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BACB; }
p { color: rgb(213,186,203); }
H1.HeaderClassName
{
color: #D5BACB;
}
.AnyTagClassName
{
color: #D5BACB;
}
</style>
background-color css
<style>
a { background-color: #D5BACB; }
a { background-color: rgb(213,186,203); }
div.DivClassName
{
background-color: #D5BACB;
}
.BgClassName
{
background-color: #D5BACB;
}
</style>
border-color css
<style>
span { border-color: #D5BACB; }
span { border-color: rgb(213,186,203); }
td.TdClassName
{
border-color: #D5BACB;
}
.TagClassName
{
border-color: #D5BACB;
}
</style>