Shades of Twilight #D6C1C9
Tints of Twilight #D6C1C9
RGB
CMYK
RGB Variations
Color information
#D6C1C9 (or 0xD6C1C9) is known color: Twilight. HEX triplet: D6, C1 and C9. RGB value is (214,193,201). Sum of RGB (Red+Green+Blue) = 214+193+201=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C1C9 is #293E36. Grayscale: #C8C8C8. Windows color (decimal): -2702903 or 13222358. OLE color: 13222358.
HSL color Cylindrical-coordinate representation of color #D6C1C9: hue angle of 337.14º degrees, saturation: 0.2, 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 #D6C1C9 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 201 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.16 |
| HSL | 337.14º | 0.2% | 0.8% | - |
| HSV(B) | 337.14º | 0.1% | 0.84% | - |
| XYZ | 57.34 | 56.65 | 63.17 | - |
| YUV | 200.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 201 | 0 | 0.10 | 0.06 | 0.16 | 337.14 | 0.2 | 0.8 |
| Hex | D6 | C1 | C9 | 0 | A | 6 | 10 | 151 | 14 | 50 |
| Octal | 326 | 301 | 311 | 0 | 12 | 6 | 20 | 521 | 24 | 120 |
| Binary | 11010110 | 11000001 | 11001001 | 0 | 1010 | 110 | 10000 | 101010001 | 10100 | 1010000 |
Color Harmonies of #D6C1C9
Complementary color
Monochromatic Colors of #D6C1C9
Black with #D6C1C9
Text Example
Text Example
White with #D6C1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C1C9; }
p { color: rgb(214,193,201); }
H1.HeaderClassName
{
color: #D6C1C9;
}
.AnyTagClassName
{
color: #D6C1C9;
}
</style>
background-color css
<style>
a { background-color: #D6C1C9; }
a { background-color: rgb(214,193,201); }
div.DivClassName
{
background-color: #D6C1C9;
}
.BgClassName
{
background-color: #D6C1C9;
}
</style>
border-color css
<style>
span { border-color: #D6C1C9; }
span { border-color: rgb(214,193,201); }
td.TdClassName
{
border-color: #D6C1C9;
}
.TagClassName
{
border-color: #D6C1C9;
}
</style>