Shades of Twilight #D5C6CD
Tints of Twilight #D5C6CD
RGB
CMYK
RGB Variations
Color information
#D5C6CD (or 0xD5C6CD) is known color: Twilight. HEX triplet: D5, C6 and CD. RGB value is (213,198,205). Sum of RGB (Red+Green+Blue) = 213+198+205=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6CD is #2A3932. Grayscale: #CBCBCB. Windows color (decimal): -2767155 or 13485781. OLE color: 13485781.
HSL color Cylindrical-coordinate representation of color #D5C6CD: hue angle of 332º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5C6CD is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 205 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.16 |
| HSL | 332º | 0.15% | 0.81% | - |
| HSV(B) | 332º | 0.07% | 0.84% | - |
| XYZ | 58.65 | 58.94 | 66.04 | - |
| YUV | 203.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 205 | 0 | 0.07 | 0.04 | 0.16 | 332 | 0.15 | 0.81 |
| Hex | D5 | C6 | CD | 0 | 7 | 4 | 10 | 14C | F | 51 |
| Octal | 325 | 306 | 315 | 0 | 7 | 4 | 20 | 514 | 17 | 121 |
| Binary | 11010101 | 11000110 | 11001101 | 0 | 111 | 100 | 10000 | 101001100 | 1111 | 1010001 |
Color Harmonies of #D5C6CD
Complementary color
Monochromatic Colors of #D5C6CD
Black with #D5C6CD
Text Example
Text Example
White with #D5C6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C6CD; }
p { color: rgb(213,198,205); }
H1.HeaderClassName
{
color: #D5C6CD;
}
.AnyTagClassName
{
color: #D5C6CD;
}
</style>
background-color css
<style>
a { background-color: #D5C6CD; }
a { background-color: rgb(213,198,205); }
div.DivClassName
{
background-color: #D5C6CD;
}
.BgClassName
{
background-color: #D5C6CD;
}
</style>
border-color css
<style>
span { border-color: #D5C6CD; }
span { border-color: rgb(213,198,205); }
td.TdClassName
{
border-color: #D5C6CD;
}
.TagClassName
{
border-color: #D5C6CD;
}
</style>