Shades of Twilight #D6C1CD
Tints of Twilight #D6C1CD
RGB
CMYK
RGB Variations
Color information
#D6C1CD (or 0xD6C1CD) is known color: Twilight. HEX triplet: D6, C1 and CD. RGB value is (214,193,205). Sum of RGB (Red+Green+Blue) = 214+193+205=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C1CD is #293E32. Grayscale: #C8C8C8. Windows color (decimal): -2702899 or 13484502. OLE color: 13484502.
HSL color Cylindrical-coordinate representation of color #D6C1CD: hue angle of 325.71º 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 #D6C1CD is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 205 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.16 |
| HSL | 325.71º | 0.2% | 0.8% | - |
| HSV(B) | 325.71º | 0.1% | 0.84% | - |
| XYZ | 57.82 | 56.84 | 65.68 | - |
| YUV | 200.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 205 | 0 | 0.10 | 0.04 | 0.16 | 325.71 | 0.2 | 0.8 |
| Hex | D6 | C1 | CD | 0 | A | 4 | 10 | 146 | 14 | 50 |
| Octal | 326 | 301 | 315 | 0 | 12 | 4 | 20 | 506 | 24 | 120 |
| Binary | 11010110 | 11000001 | 11001101 | 0 | 1010 | 100 | 10000 | 101000110 | 10100 | 1010000 |
Color Harmonies of #D6C1CD
Complementary color
Monochromatic Colors of #D6C1CD
Black with #D6C1CD
Text Example
Text Example
White with #D6C1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C1CD; }
p { color: rgb(214,193,205); }
H1.HeaderClassName
{
color: #D6C1CD;
}
.AnyTagClassName
{
color: #D6C1CD;
}
</style>
background-color css
<style>
a { background-color: #D6C1CD; }
a { background-color: rgb(214,193,205); }
div.DivClassName
{
background-color: #D6C1CD;
}
.BgClassName
{
background-color: #D6C1CD;
}
</style>
border-color css
<style>
span { border-color: #D6C1CD; }
span { border-color: rgb(214,193,205); }
td.TdClassName
{
border-color: #D6C1CD;
}
.TagClassName
{
border-color: #D6C1CD;
}
</style>