Shades of Twilight #D5C6CF
Tints of Twilight #D5C6CF
RGB
CMYK
RGB Variations
Color information
#D5C6CF (or 0xD5C6CF) is known color: Twilight. HEX triplet: D5, C6 and CF. RGB value is (213,198,207). Sum of RGB (Red+Green+Blue) = 213+198+207=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6CF is #2A3930. Grayscale: #CBCBCB. Windows color (decimal): -2767153 or 13616853. OLE color: 13616853.
HSL color Cylindrical-coordinate representation of color #D5C6CF: hue angle of 324º 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 #D5C6CF is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 207 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.16 |
| HSL | 324º | 0.15% | 0.81% | - |
| HSV(B) | 324º | 0.07% | 0.84% | - |
| XYZ | 58.9 | 59.04 | 67.32 | - |
| YUV | 203.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 207 | 0 | 0.07 | 0.03 | 0.16 | 324 | 0.15 | 0.81 |
| Hex | D5 | C6 | CF | 0 | 7 | 3 | 10 | 144 | F | 51 |
| Octal | 325 | 306 | 317 | 0 | 7 | 3 | 20 | 504 | 17 | 121 |
| Binary | 11010101 | 11000110 | 11001111 | 0 | 111 | 11 | 10000 | 101000100 | 1111 | 1010001 |
Color Harmonies of #D5C6CF
Complementary color
Monochromatic Colors of #D5C6CF
Black with #D5C6CF
Text Example
Text Example
White with #D5C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C6CF; }
p { color: rgb(213,198,207); }
H1.HeaderClassName
{
color: #D5C6CF;
}
.AnyTagClassName
{
color: #D5C6CF;
}
</style>
background-color css
<style>
a { background-color: #D5C6CF; }
a { background-color: rgb(213,198,207); }
div.DivClassName
{
background-color: #D5C6CF;
}
.BgClassName
{
background-color: #D5C6CF;
}
</style>
border-color css
<style>
span { border-color: #D5C6CF; }
span { border-color: rgb(213,198,207); }
td.TdClassName
{
border-color: #D5C6CF;
}
.TagClassName
{
border-color: #D5C6CF;
}
</style>