Shades of Twilight #D6C6CD
Tints of Twilight #D6C6CD
RGB
CMYK
RGB Variations
Color information
#D6C6CD (or 0xD6C6CD) is known color: Twilight. HEX triplet: D6, C6 and CD. RGB value is (214,198,205). Sum of RGB (Red+Green+Blue) = 214+198+205=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6CD is #293932. Grayscale: #CBCBCB. Windows color (decimal): -2701619 or 13485782. OLE color: 13485782.
HSL color Cylindrical-coordinate representation of color #D6C6CD: hue angle of 333.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 #D6C6CD is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 205 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.16 |
| HSL | 333.75º | 0.16% | 0.81% | - |
| HSV(B) | 333.75º | 0.07% | 0.84% | - |
| XYZ | 58.95 | 59.09 | 66.06 | - |
| YUV | 203.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 205 | 0 | 0.07 | 0.04 | 0.16 | 333.75 | 0.16 | 0.81 |
| Hex | D6 | C6 | CD | 0 | 7 | 4 | 10 | 14E | 10 | 51 |
| Octal | 326 | 306 | 315 | 0 | 7 | 4 | 20 | 516 | 20 | 121 |
| Binary | 11010110 | 11000110 | 11001101 | 0 | 111 | 100 | 10000 | 101001110 | 10000 | 1010001 |
Color Harmonies of #D6C6CD
Complementary color
Monochromatic Colors of #D6C6CD
Black with #D6C6CD
Text Example
Text Example
White with #D6C6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C6CD; }
p { color: rgb(214,198,205); }
H1.HeaderClassName
{
color: #D6C6CD;
}
.AnyTagClassName
{
color: #D6C6CD;
}
</style>
background-color css
<style>
a { background-color: #D6C6CD; }
a { background-color: rgb(214,198,205); }
div.DivClassName
{
background-color: #D6C6CD;
}
.BgClassName
{
background-color: #D6C6CD;
}
</style>
border-color css
<style>
span { border-color: #D6C6CD; }
span { border-color: rgb(214,198,205); }
td.TdClassName
{
border-color: #D6C6CD;
}
.TagClassName
{
border-color: #D6C6CD;
}
</style>