Shades of Twilight #D6C6D0
Tints of Twilight #D6C6D0
RGB
CMYK
RGB Variations
Color information
#D6C6D0 (or 0xD6C6D0) is known color: Twilight. HEX triplet: D6, C6 and D0. RGB value is (214,198,208). Sum of RGB (Red+Green+Blue) = 214+198+208=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6D0 is #29392F. Grayscale: #CBCBCB. Windows color (decimal): -2701616 or 13682390. OLE color: 13682390.
HSL color Cylindrical-coordinate representation of color #D6C6D0: hue angle of 322.5º 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 #D6C6D0 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 208 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.16 |
| HSL | 322.5º | 0.16% | 0.81% | - |
| HSV(B) | 322.5º | 0.07% | 0.84% | - |
| XYZ | 59.31 | 59.24 | 67.98 | - |
| YUV | 203.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 208 | 0 | 0.07 | 0.03 | 0.16 | 322.5 | 0.16 | 0.81 |
| Hex | D6 | C6 | D0 | 0 | 7 | 3 | 10 | 142 | 10 | 51 |
| Octal | 326 | 306 | 320 | 0 | 7 | 3 | 20 | 502 | 20 | 121 |
| Binary | 11010110 | 11000110 | 11010000 | 0 | 111 | 11 | 10000 | 101000010 | 10000 | 1010001 |
Color Harmonies of #D6C6D0
Complementary color
Monochromatic Colors of #D6C6D0
Black with #D6C6D0
Text Example
Text Example
White with #D6C6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C6D0; }
p { color: rgb(214,198,208); }
H1.HeaderClassName
{
color: #D6C6D0;
}
.AnyTagClassName
{
color: #D6C6D0;
}
</style>
background-color css
<style>
a { background-color: #D6C6D0; }
a { background-color: rgb(214,198,208); }
div.DivClassName
{
background-color: #D6C6D0;
}
.BgClassName
{
background-color: #D6C6D0;
}
</style>
border-color css
<style>
span { border-color: #D6C6D0; }
span { border-color: rgb(214,198,208); }
td.TdClassName
{
border-color: #D6C6D0;
}
.TagClassName
{
border-color: #D6C6D0;
}
</style>