Shades of Twilight #D5C8CD
Tints of Twilight #D5C8CD
RGB
CMYK
RGB Variations
Color information
#D5C8CD (or 0xD5C8CD) is known color: Twilight. HEX triplet: D5, C8 and CD. RGB value is (213,200,205). Sum of RGB (Red+Green+Blue) = 213+200+205=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8CD is #2A3732. Grayscale: #CCCCCC. Windows color (decimal): -2766643 or 13486293. OLE color: 13486293.
HSL color Cylindrical-coordinate representation of color #D5C8CD: hue angle of 336.92º 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 #D5C8CD is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 205 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.16 |
| HSL | 336.92º | 0.13% | 0.81% | - |
| HSV(B) | 336.92º | 0.06% | 0.84% | - |
| XYZ | 59.11 | 59.86 | 66.2 | - |
| YUV | 204.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 205 | 0 | 0.06 | 0.04 | 0.16 | 336.92 | 0.13 | 0.81 |
| Hex | D5 | C8 | CD | 0 | 6 | 4 | 10 | 151 | D | 51 |
| Octal | 325 | 310 | 315 | 0 | 6 | 4 | 20 | 521 | 15 | 121 |
| Binary | 11010101 | 11001000 | 11001101 | 0 | 110 | 100 | 10000 | 101010001 | 1101 | 1010001 |
Color Harmonies of #D5C8CD
Complementary color
Monochromatic Colors of #D5C8CD
Black with #D5C8CD
Text Example
Text Example
White with #D5C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C8CD; }
p { color: rgb(213,200,205); }
H1.HeaderClassName
{
color: #D5C8CD;
}
.AnyTagClassName
{
color: #D5C8CD;
}
</style>
background-color css
<style>
a { background-color: #D5C8CD; }
a { background-color: rgb(213,200,205); }
div.DivClassName
{
background-color: #D5C8CD;
}
.BgClassName
{
background-color: #D5C8CD;
}
</style>
border-color css
<style>
span { border-color: #D5C8CD; }
span { border-color: rgb(213,200,205); }
td.TdClassName
{
border-color: #D5C8CD;
}
.TagClassName
{
border-color: #D5C8CD;
}
</style>