Shades of Twilight #D6C0C8
Tints of Twilight #D6C0C8
RGB
CMYK
RGB Variations
Color information
#D6C0C8 (or 0xD6C0C8) is known color: Twilight. HEX triplet: D6, C0 and C8. RGB value is (214,192,200). Sum of RGB (Red+Green+Blue) = 214+192+200=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C0C8 is #293F37. Grayscale: #C7C7C7. Windows color (decimal): -2703160 or 13156566. OLE color: 13156566.
HSL color Cylindrical-coordinate representation of color #D6C0C8: hue angle of 338.18º 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 #D6C0C8 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 200 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.16 |
| HSL | 338.18º | 0.21% | 0.8% | - |
| HSV(B) | 338.18º | 0.1% | 0.84% | - |
| XYZ | 57.01 | 56.17 | 62.48 | - |
| YUV | 199.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 200 | 0 | 0.10 | 0.07 | 0.16 | 338.18 | 0.21 | 0.8 |
| Hex | D6 | C0 | C8 | 0 | A | 7 | 10 | 152 | 15 | 50 |
| Octal | 326 | 300 | 310 | 0 | 12 | 7 | 20 | 522 | 25 | 120 |
| Binary | 11010110 | 11000000 | 11001000 | 0 | 1010 | 111 | 10000 | 101010010 | 10101 | 1010000 |
Color Harmonies of #D6C0C8
Complementary color
Monochromatic Colors of #D6C0C8
Black with #D6C0C8
Text Example
Text Example
White with #D6C0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0C8; }
p { color: rgb(214,192,200); }
H1.HeaderClassName
{
color: #D6C0C8;
}
.AnyTagClassName
{
color: #D6C0C8;
}
</style>
background-color css
<style>
a { background-color: #D6C0C8; }
a { background-color: rgb(214,192,200); }
div.DivClassName
{
background-color: #D6C0C8;
}
.BgClassName
{
background-color: #D6C0C8;
}
</style>
border-color css
<style>
span { border-color: #D6C0C8; }
span { border-color: rgb(214,192,200); }
td.TdClassName
{
border-color: #D6C0C8;
}
.TagClassName
{
border-color: #D6C0C8;
}
</style>