Shades of Twilight #D8C5CF
Tints of Twilight #D8C5CF
RGB
CMYK
RGB Variations
Color information
#D8C5CF (or 0xD8C5CF) is known color: Twilight. HEX triplet: D8, C5 and CF. RGB value is (216,197,207). Sum of RGB (Red+Green+Blue) = 216+197+207=620 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.84% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C5CF is #273A30. Grayscale: #CBCBCB. Windows color (decimal): -2570801 or 13616600. OLE color: 13616600.
HSL color Cylindrical-coordinate representation of color #D8C5CF: hue angle of 328.42º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8C5CF is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 207 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.15 |
| HSL | 328.42º | 0.2% | 0.81% | - |
| HSV(B) | 328.42º | 0.09% | 0.85% | - |
| XYZ | 59.55 | 59.04 | 67.29 | - |
| YUV | 203.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 207 | 0 | 0.09 | 0.04 | 0.15 | 328.42 | 0.2 | 0.81 |
| Hex | D8 | C5 | CF | 0 | 9 | 4 | F | 148 | 14 | 51 |
| Octal | 330 | 305 | 317 | 0 | 11 | 4 | 17 | 510 | 24 | 121 |
| Binary | 11011000 | 11000101 | 11001111 | 0 | 1001 | 100 | 1111 | 101001000 | 10100 | 1010001 |
Color Harmonies of #D8C5CF
Complementary color
Monochromatic Colors of #D8C5CF
Black with #D8C5CF
Text Example
Text Example
White with #D8C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C5CF; }
p { color: rgb(216,197,207); }
H1.HeaderClassName
{
color: #D8C5CF;
}
.AnyTagClassName
{
color: #D8C5CF;
}
</style>
background-color css
<style>
a { background-color: #D8C5CF; }
a { background-color: rgb(216,197,207); }
div.DivClassName
{
background-color: #D8C5CF;
}
.BgClassName
{
background-color: #D8C5CF;
}
</style>
border-color css
<style>
span { border-color: #D8C5CF; }
span { border-color: rgb(216,197,207); }
td.TdClassName
{
border-color: #D8C5CF;
}
.TagClassName
{
border-color: #D8C5CF;
}
</style>