Shades of Twilight #D7C0D0
Tints of Twilight #D7C0D0
RGB
CMYK
RGB Variations
Color information
#D7C0D0 (or 0xD7C0D0) is known color: Twilight. HEX triplet: D7, C0 and D0. RGB value is (215,192,208). Sum of RGB (Red+Green+Blue) = 215+192+208=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C0D0 is #283F2F. Grayscale: #C8C8C8. Windows color (decimal): -2637616 or 13680855. OLE color: 13680855.
HSL color Cylindrical-coordinate representation of color #D7C0D0: hue angle of 318.26º 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 #D7C0D0 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 208 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.16 |
| HSL | 318.26º | 0.22% | 0.8% | - |
| HSV(B) | 318.26º | 0.11% | 0.84% | - |
| XYZ | 58.26 | 56.7 | 67.55 | - |
| YUV | 200.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 208 | 0 | 0.11 | 0.03 | 0.16 | 318.26 | 0.22 | 0.8 |
| Hex | D7 | C0 | D0 | 0 | B | 3 | 10 | 13E | 16 | 50 |
| Octal | 327 | 300 | 320 | 0 | 13 | 3 | 20 | 476 | 26 | 120 |
| Binary | 11010111 | 11000000 | 11010000 | 0 | 1011 | 11 | 10000 | 100111110 | 10110 | 1010000 |
Color Harmonies of #D7C0D0
Complementary color
Monochromatic Colors of #D7C0D0
Black with #D7C0D0
Text Example
Text Example
White with #D7C0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C0D0; }
p { color: rgb(215,192,208); }
H1.HeaderClassName
{
color: #D7C0D0;
}
.AnyTagClassName
{
color: #D7C0D0;
}
</style>
background-color css
<style>
a { background-color: #D7C0D0; }
a { background-color: rgb(215,192,208); }
div.DivClassName
{
background-color: #D7C0D0;
}
.BgClassName
{
background-color: #D7C0D0;
}
</style>
border-color css
<style>
span { border-color: #D7C0D0; }
span { border-color: rgb(215,192,208); }
td.TdClassName
{
border-color: #D7C0D0;
}
.TagClassName
{
border-color: #D7C0D0;
}
</style>