Shades of Twilight #D5C0CD
Tints of Twilight #D5C0CD
RGB
CMYK
RGB Variations
Color information
#D5C0CD (or 0xD5C0CD) is known color: Twilight. HEX triplet: D5, C0 and CD. RGB value is (213,192,205). Sum of RGB (Red+Green+Blue) = 213+192+205=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C0CD is #2A3F32. Grayscale: #C7C7C7. Windows color (decimal): -2768691 or 13484245. OLE color: 13484245.
HSL color Cylindrical-coordinate representation of color #D5C0CD: hue angle of 322.86º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5C0CD is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 205 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.16 |
| HSL | 322.86º | 0.2% | 0.79% | - |
| HSV(B) | 322.86º | 0.1% | 0.84% | - |
| XYZ | 57.31 | 56.25 | 65.6 | - |
| YUV | 199.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 205 | 0 | 0.10 | 0.04 | 0.16 | 322.86 | 0.2 | 0.79 |
| Hex | D5 | C0 | CD | 0 | A | 4 | 10 | 143 | 14 | 4F |
| Octal | 325 | 300 | 315 | 0 | 12 | 4 | 20 | 503 | 24 | 117 |
| Binary | 11010101 | 11000000 | 11001101 | 0 | 1010 | 100 | 10000 | 101000011 | 10100 | 1001111 |
Color Harmonies of #D5C0CD
Complementary color
Monochromatic Colors of #D5C0CD
Black with #D5C0CD
Text Example
Text Example
White with #D5C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C0CD; }
p { color: rgb(213,192,205); }
H1.HeaderClassName
{
color: #D5C0CD;
}
.AnyTagClassName
{
color: #D5C0CD;
}
</style>
background-color css
<style>
a { background-color: #D5C0CD; }
a { background-color: rgb(213,192,205); }
div.DivClassName
{
background-color: #D5C0CD;
}
.BgClassName
{
background-color: #D5C0CD;
}
</style>
border-color css
<style>
span { border-color: #D5C0CD; }
span { border-color: rgb(213,192,205); }
td.TdClassName
{
border-color: #D5C0CD;
}
.TagClassName
{
border-color: #D5C0CD;
}
</style>