Shades of Twilight #D5C0C8
Tints of Twilight #D5C0C8
RGB
CMYK
RGB Variations
Color information
#D5C0C8 (or 0xD5C0C8) is known color: Twilight. HEX triplet: D5, C0 and C8. RGB value is (213,192,200). Sum of RGB (Red+Green+Blue) = 213+192+200=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C0C8 is #2A3F37. Grayscale: #C7C7C7. Windows color (decimal): -2768696 or 13156565. OLE color: 13156565.
HSL color Cylindrical-coordinate representation of color #D5C0C8: hue angle of 337.14º 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 #D5C0C8 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 200 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.16 |
| HSL | 337.14º | 0.2% | 0.79% | - |
| HSV(B) | 337.14º | 0.1% | 0.84% | - |
| XYZ | 56.72 | 56.02 | 62.47 | - |
| YUV | 199.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 200 | 0 | 0.10 | 0.06 | 0.16 | 337.14 | 0.2 | 0.79 |
| Hex | D5 | C0 | C8 | 0 | A | 6 | 10 | 151 | 14 | 4F |
| Octal | 325 | 300 | 310 | 0 | 12 | 6 | 20 | 521 | 24 | 117 |
| Binary | 11010101 | 11000000 | 11001000 | 0 | 1010 | 110 | 10000 | 101010001 | 10100 | 1001111 |
Color Harmonies of #D5C0C8
Complementary color
Monochromatic Colors of #D5C0C8
Black with #D5C0C8
Text Example
Text Example
White with #D5C0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C0C8; }
p { color: rgb(213,192,200); }
H1.HeaderClassName
{
color: #D5C0C8;
}
.AnyTagClassName
{
color: #D5C0C8;
}
</style>
background-color css
<style>
a { background-color: #D5C0C8; }
a { background-color: rgb(213,192,200); }
div.DivClassName
{
background-color: #D5C0C8;
}
.BgClassName
{
background-color: #D5C0C8;
}
</style>
border-color css
<style>
span { border-color: #D5C0C8; }
span { border-color: rgb(213,192,200); }
td.TdClassName
{
border-color: #D5C0C8;
}
.TagClassName
{
border-color: #D5C0C8;
}
</style>