Shades of Twilight #D1C0C6
Tints of Twilight #D1C0C6
RGB
CMYK
RGB Variations
Color information
#D1C0C6 (or 0xD1C0C6) is known color: Twilight. HEX triplet: D1, C0 and C6. RGB value is (209,192,198). Sum of RGB (Red+Green+Blue) = 209+192+198=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C0C6 is #2E3F39. Grayscale: #C5C5C5. Windows color (decimal): -3030842 or 13025489. OLE color: 13025489.
HSL color Cylindrical-coordinate representation of color #D1C0C6: hue angle of 338.82º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1C0C6 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 198 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.18 |
| HSL | 338.82º | 0.16% | 0.79% | - |
| HSV(B) | 338.82º | 0.08% | 0.82% | - |
| XYZ | 55.34 | 55.33 | 61.19 | - |
| YUV | 197.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 198 | 0 | 0.08 | 0.05 | 0.18 | 338.82 | 0.16 | 0.79 |
| Hex | D1 | C0 | C6 | 0 | 8 | 5 | 12 | 153 | 10 | 4F |
| Octal | 321 | 300 | 306 | 0 | 10 | 5 | 22 | 523 | 20 | 117 |
| Binary | 11010001 | 11000000 | 11000110 | 0 | 1000 | 101 | 10010 | 101010011 | 10000 | 1001111 |
Color Harmonies of #D1C0C6
Complementary color
Monochromatic Colors of #D1C0C6
Black with #D1C0C6
Text Example
Text Example
White with #D1C0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C0C6; }
p { color: rgb(209,192,198); }
H1.HeaderClassName
{
color: #D1C0C6;
}
.AnyTagClassName
{
color: #D1C0C6;
}
</style>
background-color css
<style>
a { background-color: #D1C0C6; }
a { background-color: rgb(209,192,198); }
div.DivClassName
{
background-color: #D1C0C6;
}
.BgClassName
{
background-color: #D1C0C6;
}
</style>
border-color css
<style>
span { border-color: #D1C0C6; }
span { border-color: rgb(209,192,198); }
td.TdClassName
{
border-color: #D1C0C6;
}
.TagClassName
{
border-color: #D1C0C6;
}
</style>