Shades of Twilight #D3C5CD
Tints of Twilight #D3C5CD
RGB
CMYK
RGB Variations
Color information
#D3C5CD (or 0xD3C5CD) is known color: Twilight. HEX triplet: D3, C5 and CD. RGB value is (211,197,205). Sum of RGB (Red+Green+Blue) = 211+197+205=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C5CD is #2C3A32. Grayscale: #CACACA. Windows color (decimal): -2898483 or 13485523. OLE color: 13485523.
HSL color Cylindrical-coordinate representation of color #D3C5CD: hue angle of 325.71º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3C5CD is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 197 | 205 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.17 |
| HSL | 325.71º | 0.14% | 0.8% | - |
| HSV(B) | 325.71º | 0.07% | 0.83% | - |
| XYZ | 57.85 | 58.19 | 65.94 | - |
| YUV | 202.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 205 | 0 | 0.07 | 0.03 | 0.17 | 325.71 | 0.14 | 0.8 |
| Hex | D3 | C5 | CD | 0 | 7 | 3 | 11 | 146 | E | 50 |
| Octal | 323 | 305 | 315 | 0 | 7 | 3 | 21 | 506 | 16 | 120 |
| Binary | 11010011 | 11000101 | 11001101 | 0 | 111 | 11 | 10001 | 101000110 | 1110 | 1010000 |
Color Harmonies of #D3C5CD
Complementary color
Monochromatic Colors of #D3C5CD
Black with #D3C5CD
Text Example
Text Example
White with #D3C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C5CD; }
p { color: rgb(211,197,205); }
H1.HeaderClassName
{
color: #D3C5CD;
}
.AnyTagClassName
{
color: #D3C5CD;
}
</style>
background-color css
<style>
a { background-color: #D3C5CD; }
a { background-color: rgb(211,197,205); }
div.DivClassName
{
background-color: #D3C5CD;
}
.BgClassName
{
background-color: #D3C5CD;
}
</style>
border-color css
<style>
span { border-color: #D3C5CD; }
span { border-color: rgb(211,197,205); }
td.TdClassName
{
border-color: #D3C5CD;
}
.TagClassName
{
border-color: #D3C5CD;
}
</style>