Shades of Twilight #D5B3C2
Tints of Twilight #D5B3C2
RGB
CMYK
RGB Variations
Color information
#D5B3C2 (or 0xD5B3C2) is known color: Twilight. HEX triplet: D5, B3 and C2. RGB value is (213,179,194). Sum of RGB (Red+Green+Blue) = 213+179+194=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B3C2 is #2A4C3D. Grayscale: #BEBEBE. Windows color (decimal): -2772030 or 12760021. OLE color: 12760021.
HSL color Cylindrical-coordinate representation of color #D5B3C2: hue angle of 333.53º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5B3C2 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 194 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.16 |
| HSL | 333.53º | 0.29% | 0.77% | - |
| HSV(B) | 333.53º | 0.16% | 0.84% | - |
| XYZ | 53.3 | 50.28 | 57.94 | - |
| YUV | 190.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 194 | 0 | 0.16 | 0.09 | 0.16 | 333.53 | 0.29 | 0.77 |
| Hex | D5 | B3 | C2 | 0 | 10 | 9 | 10 | 14E | 1D | 4D |
| Octal | 325 | 263 | 302 | 0 | 20 | 11 | 20 | 516 | 35 | 115 |
| Binary | 11010101 | 10110011 | 11000010 | 0 | 10000 | 1001 | 10000 | 101001110 | 11101 | 1001101 |
Color Harmonies of #D5B3C2
Complementary color
Monochromatic Colors of #D5B3C2
Black with #D5B3C2
Text Example
Text Example
White with #D5B3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B3C2; }
p { color: rgb(213,179,194); }
H1.HeaderClassName
{
color: #D5B3C2;
}
.AnyTagClassName
{
color: #D5B3C2;
}
</style>
background-color css
<style>
a { background-color: #D5B3C2; }
a { background-color: rgb(213,179,194); }
div.DivClassName
{
background-color: #D5B3C2;
}
.BgClassName
{
background-color: #D5B3C2;
}
</style>
border-color css
<style>
span { border-color: #D5B3C2; }
span { border-color: rgb(213,179,194); }
td.TdClassName
{
border-color: #D5B3C2;
}
.TagClassName
{
border-color: #D5B3C2;
}
</style>