Shades of Twilight #D6C0C9
Tints of Twilight #D6C0C9
RGB
CMYK
RGB Variations
Color information
#D6C0C9 (or 0xD6C0C9) is known color: Twilight. HEX triplet: D6, C0 and C9. RGB value is (214,192,201). Sum of RGB (Red+Green+Blue) = 214+192+201=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C0C9 is #293F36. Grayscale: #C7C7C7. Windows color (decimal): -2703159 or 13222102. OLE color: 13222102.
HSL color Cylindrical-coordinate representation of color #D6C0C9: hue angle of 335.45º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C0C9 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 201 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.16 |
| HSL | 335.45º | 0.21% | 0.8% | - |
| HSV(B) | 335.45º | 0.1% | 0.84% | - |
| XYZ | 57.12 | 56.21 | 63.1 | - |
| YUV | 199.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 201 | 0 | 0.10 | 0.06 | 0.16 | 335.45 | 0.21 | 0.8 |
| Hex | D6 | C0 | C9 | 0 | A | 6 | 10 | 14F | 15 | 50 |
| Octal | 326 | 300 | 311 | 0 | 12 | 6 | 20 | 517 | 25 | 120 |
| Binary | 11010110 | 11000000 | 11001001 | 0 | 1010 | 110 | 10000 | 101001111 | 10101 | 1010000 |
Color Harmonies of #D6C0C9
Complementary color
Monochromatic Colors of #D6C0C9
Black with #D6C0C9
Text Example
Text Example
White with #D6C0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0C9; }
p { color: rgb(214,192,201); }
H1.HeaderClassName
{
color: #D6C0C9;
}
.AnyTagClassName
{
color: #D6C0C9;
}
</style>
background-color css
<style>
a { background-color: #D6C0C9; }
a { background-color: rgb(214,192,201); }
div.DivClassName
{
background-color: #D6C0C9;
}
.BgClassName
{
background-color: #D6C0C9;
}
</style>
border-color css
<style>
span { border-color: #D6C0C9; }
span { border-color: rgb(214,192,201); }
td.TdClassName
{
border-color: #D6C0C9;
}
.TagClassName
{
border-color: #D6C0C9;
}
</style>