Shades of Twilight #D5C8D1
Tints of Twilight #D5C8D1
RGB
CMYK
RGB Variations
Color information
#D5C8D1 (or 0xD5C8D1) is known color: Twilight. HEX triplet: D5, C8 and D1. RGB value is (213,200,209). Sum of RGB (Red+Green+Blue) = 213+200+209=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8D1 is #2A372E. Grayscale: #CCCCCC. Windows color (decimal): -2766639 or 13748437. OLE color: 13748437.
HSL color Cylindrical-coordinate representation of color #D5C8D1: hue angle of 318.46º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5C8D1 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 209 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.16 |
| HSL | 318.46º | 0.13% | 0.81% | - |
| HSV(B) | 318.46º | 0.06% | 0.84% | - |
| XYZ | 59.6 | 60.06 | 68.77 | - |
| YUV | 204.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 209 | 0 | 0.06 | 0.02 | 0.16 | 318.46 | 0.13 | 0.81 |
| Hex | D5 | C8 | D1 | 0 | 6 | 2 | 10 | 13E | D | 51 |
| Octal | 325 | 310 | 321 | 0 | 6 | 2 | 20 | 476 | 15 | 121 |
| Binary | 11010101 | 11001000 | 11010001 | 0 | 110 | 10 | 10000 | 100111110 | 1101 | 1010001 |
Color Harmonies of #D5C8D1
Complementary color
Monochromatic Colors of #D5C8D1
Black with #D5C8D1
Text Example
Text Example
White with #D5C8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C8D1; }
p { color: rgb(213,200,209); }
H1.HeaderClassName
{
color: #D5C8D1;
}
.AnyTagClassName
{
color: #D5C8D1;
}
</style>
background-color css
<style>
a { background-color: #D5C8D1; }
a { background-color: rgb(213,200,209); }
div.DivClassName
{
background-color: #D5C8D1;
}
.BgClassName
{
background-color: #D5C8D1;
}
</style>
border-color css
<style>
span { border-color: #D5C8D1; }
span { border-color: rgb(213,200,209); }
td.TdClassName
{
border-color: #D5C8D1;
}
.TagClassName
{
border-color: #D5C8D1;
}
</style>