Shades of Twilight #D7C0CD
Tints of Twilight #D7C0CD
RGB
CMYK
RGB Variations
Color information
#D7C0CD (or 0xD7C0CD) is known color: Twilight. HEX triplet: D7, C0 and CD. RGB value is (215,192,205). Sum of RGB (Red+Green+Blue) = 215+192+205=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C0CD is #283F32. Grayscale: #C8C8C8. Windows color (decimal): -2637619 or 13484247. OLE color: 13484247.
HSL color Cylindrical-coordinate representation of color #D7C0CD: hue angle of 326.09º 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 #D7C0CD is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 205 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.16 |
| HSL | 326.09º | 0.22% | 0.8% | - |
| HSV(B) | 326.09º | 0.11% | 0.84% | - |
| XYZ | 57.89 | 56.55 | 65.62 | - |
| YUV | 200.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 205 | 0 | 0.11 | 0.05 | 0.16 | 326.09 | 0.22 | 0.8 |
| Hex | D7 | C0 | CD | 0 | B | 5 | 10 | 146 | 16 | 50 |
| Octal | 327 | 300 | 315 | 0 | 13 | 5 | 20 | 506 | 26 | 120 |
| Binary | 11010111 | 11000000 | 11001101 | 0 | 1011 | 101 | 10000 | 101000110 | 10110 | 1010000 |
Color Harmonies of #D7C0CD
Complementary color
Monochromatic Colors of #D7C0CD
Black with #D7C0CD
Text Example
Text Example
White with #D7C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C0CD; }
p { color: rgb(215,192,205); }
H1.HeaderClassName
{
color: #D7C0CD;
}
.AnyTagClassName
{
color: #D7C0CD;
}
</style>
background-color css
<style>
a { background-color: #D7C0CD; }
a { background-color: rgb(215,192,205); }
div.DivClassName
{
background-color: #D7C0CD;
}
.BgClassName
{
background-color: #D7C0CD;
}
</style>
border-color css
<style>
span { border-color: #D7C0CD; }
span { border-color: rgb(215,192,205); }
td.TdClassName
{
border-color: #D7C0CD;
}
.TagClassName
{
border-color: #D7C0CD;
}
</style>