Shades of Twilight #D1C8CD
Tints of Twilight #D1C8CD
RGB
CMYK
RGB Variations
Color information
#D1C8CD (or 0xD1C8CD) is known color: Twilight. HEX triplet: D1, C8 and CD. RGB value is (209,200,205). Sum of RGB (Red+Green+Blue) = 209+200+205=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C8CD is #2E3732. Grayscale: #CBCBCB. Windows color (decimal): -3028787 or 13486289. OLE color: 13486289.
HSL color Cylindrical-coordinate representation of color #D1C8CD: hue angle of 326.67º degrees, saturation: 0.09, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1C8CD is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 205 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.18 |
| HSL | 326.67º | 0.09% | 0.8% | - |
| HSV(B) | 326.67º | 0.04% | 0.82% | - |
| XYZ | 57.97 | 59.27 | 66.14 | - |
| YUV | 203.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 205 | 0 | 0.04 | 0.02 | 0.18 | 326.67 | 0.09 | 0.8 |
| Hex | D1 | C8 | CD | 0 | 4 | 2 | 12 | 147 | 9 | 50 |
| Octal | 321 | 310 | 315 | 0 | 4 | 2 | 22 | 507 | 11 | 120 |
| Binary | 11010001 | 11001000 | 11001101 | 0 | 100 | 10 | 10010 | 101000111 | 1001 | 1010000 |
Color Harmonies of #D1C8CD
Complementary color
Monochromatic Colors of #D1C8CD
Black with #D1C8CD
Text Example
Text Example
White with #D1C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C8CD; }
p { color: rgb(209,200,205); }
H1.HeaderClassName
{
color: #D1C8CD;
}
.AnyTagClassName
{
color: #D1C8CD;
}
</style>
background-color css
<style>
a { background-color: #D1C8CD; }
a { background-color: rgb(209,200,205); }
div.DivClassName
{
background-color: #D1C8CD;
}
.BgClassName
{
background-color: #D1C8CD;
}
</style>
border-color css
<style>
span { border-color: #D1C8CD; }
span { border-color: rgb(209,200,205); }
td.TdClassName
{
border-color: #D1C8CD;
}
.TagClassName
{
border-color: #D1C8CD;
}
</style>