Shades of Twilight #D1C5CD
Tints of Twilight #D1C5CD
RGB
CMYK
RGB Variations
Color information
#D1C5CD (or 0xD1C5CD) is known color: Twilight. HEX triplet: D1, C5 and CD. RGB value is (209,197,205). Sum of RGB (Red+Green+Blue) = 209+197+205=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C5CD is #2E3A32. Grayscale: #C9C9C9. Windows color (decimal): -3029555 or 13485521. OLE color: 13485521.
HSL color Cylindrical-coordinate representation of color #D1C5CD: hue angle of 320º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1C5CD is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 197 | 205 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.18 |
| HSL | 320º | 0.12% | 0.8% | - |
| HSV(B) | 320º | 0.06% | 0.82% | - |
| XYZ | 57.28 | 57.9 | 65.91 | - |
| YUV | 201.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 205 | 0 | 0.06 | 0.02 | 0.18 | 320 | 0.12 | 0.8 |
| Hex | D1 | C5 | CD | 0 | 6 | 2 | 12 | 140 | C | 50 |
| Octal | 321 | 305 | 315 | 0 | 6 | 2 | 22 | 500 | 14 | 120 |
| Binary | 11010001 | 11000101 | 11001101 | 0 | 110 | 10 | 10010 | 101000000 | 1100 | 1010000 |
Color Harmonies of #D1C5CD
Complementary color
Monochromatic Colors of #D1C5CD
Black with #D1C5CD
Text Example
Text Example
White with #D1C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C5CD; }
p { color: rgb(209,197,205); }
H1.HeaderClassName
{
color: #D1C5CD;
}
.AnyTagClassName
{
color: #D1C5CD;
}
</style>
background-color css
<style>
a { background-color: #D1C5CD; }
a { background-color: rgb(209,197,205); }
div.DivClassName
{
background-color: #D1C5CD;
}
.BgClassName
{
background-color: #D1C5CD;
}
</style>
border-color css
<style>
span { border-color: #D1C5CD; }
span { border-color: rgb(209,197,205); }
td.TdClassName
{
border-color: #D1C5CD;
}
.TagClassName
{
border-color: #D1C5CD;
}
</style>