Shades of Twilight #D6C6D1
Tints of Twilight #D6C6D1
RGB
CMYK
RGB Variations
Color information
#D6C6D1 (or 0xD6C6D1) is known color: Twilight. HEX triplet: D6, C6 and D1. RGB value is (214,198,209). Sum of RGB (Red+Green+Blue) = 214+198+209=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6D1 is #29392E. Grayscale: #CCCCCC. Windows color (decimal): -2701615 or 13747926. OLE color: 13747926.
HSL color Cylindrical-coordinate representation of color #D6C6D1: hue angle of 318.75º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6C6D1 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 209 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.16 |
| HSL | 318.75º | 0.16% | 0.81% | - |
| HSV(B) | 318.75º | 0.07% | 0.84% | - |
| XYZ | 59.43 | 59.29 | 68.63 | - |
| YUV | 204.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 209 | 0 | 0.07 | 0.02 | 0.16 | 318.75 | 0.16 | 0.81 |
| Hex | D6 | C6 | D1 | 0 | 7 | 2 | 10 | 13F | 10 | 51 |
| Octal | 326 | 306 | 321 | 0 | 7 | 2 | 20 | 477 | 20 | 121 |
| Binary | 11010110 | 11000110 | 11010001 | 0 | 111 | 10 | 10000 | 100111111 | 10000 | 1010001 |
Color Harmonies of #D6C6D1
Complementary color
Monochromatic Colors of #D6C6D1
Black with #D6C6D1
Text Example
Text Example
White with #D6C6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C6D1; }
p { color: rgb(214,198,209); }
H1.HeaderClassName
{
color: #D6C6D1;
}
.AnyTagClassName
{
color: #D6C6D1;
}
</style>
background-color css
<style>
a { background-color: #D6C6D1; }
a { background-color: rgb(214,198,209); }
div.DivClassName
{
background-color: #D6C6D1;
}
.BgClassName
{
background-color: #D6C6D1;
}
</style>
border-color css
<style>
span { border-color: #D6C6D1; }
span { border-color: rgb(214,198,209); }
td.TdClassName
{
border-color: #D6C6D1;
}
.TagClassName
{
border-color: #D6C6D1;
}
</style>