Shades of Twilight #D6B6C8
Tints of Twilight #D6B6C8
RGB
CMYK
RGB Variations
Color information
#D6B6C8 (or 0xD6B6C8) is known color: Twilight. HEX triplet: D6, B6 and C8. RGB value is (214,182,200). Sum of RGB (Red+Green+Blue) = 214+182+200=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B6C8 is #294937. Grayscale: #C1C1C1. Windows color (decimal): -2705720 or 13154006. OLE color: 13154006.
HSL color Cylindrical-coordinate representation of color #D6B6C8: hue angle of 326.25º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6B6C8 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 200 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.16 |
| HSL | 326.25º | 0.28% | 0.78% | - |
| HSV(B) | 326.25º | 0.15% | 0.84% | - |
| XYZ | 54.88 | 51.92 | 61.77 | - |
| YUV | 193.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 200 | 0 | 0.15 | 0.07 | 0.16 | 326.25 | 0.28 | 0.78 |
| Hex | D6 | B6 | C8 | 0 | F | 7 | 10 | 146 | 1C | 4E |
| Octal | 326 | 266 | 310 | 0 | 17 | 7 | 20 | 506 | 34 | 116 |
| Binary | 11010110 | 10110110 | 11001000 | 0 | 1111 | 111 | 10000 | 101000110 | 11100 | 1001110 |
Color Harmonies of #D6B6C8
Complementary color
Monochromatic Colors of #D6B6C8
Black with #D6B6C8
Text Example
Text Example
White with #D6B6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B6C8; }
p { color: rgb(214,182,200); }
H1.HeaderClassName
{
color: #D6B6C8;
}
.AnyTagClassName
{
color: #D6B6C8;
}
</style>
background-color css
<style>
a { background-color: #D6B6C8; }
a { background-color: rgb(214,182,200); }
div.DivClassName
{
background-color: #D6B6C8;
}
.BgClassName
{
background-color: #D6B6C8;
}
</style>
border-color css
<style>
span { border-color: #D6B6C8; }
span { border-color: rgb(214,182,200); }
td.TdClassName
{
border-color: #D6B6C8;
}
.TagClassName
{
border-color: #D6B6C8;
}
</style>