Shades of Twilight #D6B3C3
Tints of Twilight #D6B3C3
RGB
CMYK
RGB Variations
Color information
#D6B3C3 (or 0xD6B3C3) is known color: Twilight. HEX triplet: D6, B3 and C3. RGB value is (214,179,195). Sum of RGB (Red+Green+Blue) = 214+179+195=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B3C3 is #294C3C. Grayscale: #BFBFBF. Windows color (decimal): -2706493 or 12825558. OLE color: 12825558.
HSL color Cylindrical-coordinate representation of color #D6B3C3: hue angle of 332.57º degrees, saturation: 0.3, 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 #D6B3C3 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 195 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.16 |
| HSL | 332.57º | 0.3% | 0.77% | - |
| HSV(B) | 332.57º | 0.16% | 0.84% | - |
| XYZ | 53.7 | 50.48 | 58.54 | - |
| YUV | 191.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 195 | 0 | 0.16 | 0.09 | 0.16 | 332.57 | 0.3 | 0.77 |
| Hex | D6 | B3 | C3 | 0 | 10 | 9 | 10 | 14D | 1E | 4D |
| Octal | 326 | 263 | 303 | 0 | 20 | 11 | 20 | 515 | 36 | 115 |
| Binary | 11010110 | 10110011 | 11000011 | 0 | 10000 | 1001 | 10000 | 101001101 | 11110 | 1001101 |
Color Harmonies of #D6B3C3
Complementary color
Monochromatic Colors of #D6B3C3
Black with #D6B3C3
Text Example
Text Example
White with #D6B3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B3C3; }
p { color: rgb(214,179,195); }
H1.HeaderClassName
{
color: #D6B3C3;
}
.AnyTagClassName
{
color: #D6B3C3;
}
</style>
background-color css
<style>
a { background-color: #D6B3C3; }
a { background-color: rgb(214,179,195); }
div.DivClassName
{
background-color: #D6B3C3;
}
.BgClassName
{
background-color: #D6B3C3;
}
</style>
border-color css
<style>
span { border-color: #D6B3C3; }
span { border-color: rgb(214,179,195); }
td.TdClassName
{
border-color: #D6B3C3;
}
.TagClassName
{
border-color: #D6B3C3;
}
</style>