Shades of Twilight #D7C0CF
Tints of Twilight #D7C0CF
RGB
CMYK
RGB Variations
Color information
#D7C0CF (or 0xD7C0CF) is known color: Twilight. HEX triplet: D7, C0 and CF. RGB value is (215,192,207). Sum of RGB (Red+Green+Blue) = 215+192+207=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C0CF is #283F30. Grayscale: #C8C8C8. Windows color (decimal): -2637617 or 13615319. OLE color: 13615319.
HSL color Cylindrical-coordinate representation of color #D7C0CF: hue angle of 320.87º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7C0CF is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 207 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.16 |
| HSL | 320.87º | 0.22% | 0.8% | - |
| HSV(B) | 320.87º | 0.11% | 0.84% | - |
| XYZ | 58.14 | 56.65 | 66.9 | - |
| YUV | 200.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 207 | 0 | 0.11 | 0.04 | 0.16 | 320.87 | 0.22 | 0.8 |
| Hex | D7 | C0 | CF | 0 | B | 4 | 10 | 141 | 16 | 50 |
| Octal | 327 | 300 | 317 | 0 | 13 | 4 | 20 | 501 | 26 | 120 |
| Binary | 11010111 | 11000000 | 11001111 | 0 | 1011 | 100 | 10000 | 101000001 | 10110 | 1010000 |
Color Harmonies of #D7C0CF
Complementary color
Monochromatic Colors of #D7C0CF
Black with #D7C0CF
Text Example
Text Example
White with #D7C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C0CF; }
p { color: rgb(215,192,207); }
H1.HeaderClassName
{
color: #D7C0CF;
}
.AnyTagClassName
{
color: #D7C0CF;
}
</style>
background-color css
<style>
a { background-color: #D7C0CF; }
a { background-color: rgb(215,192,207); }
div.DivClassName
{
background-color: #D7C0CF;
}
.BgClassName
{
background-color: #D7C0CF;
}
</style>
border-color css
<style>
span { border-color: #D7C0CF; }
span { border-color: rgb(215,192,207); }
td.TdClassName
{
border-color: #D7C0CF;
}
.TagClassName
{
border-color: #D7C0CF;
}
</style>