Shades of Twilight #D8D5D7
Tints of Twilight #D8D5D7
RGB
CMYK
RGB Variations
Color information
#D8D5D7 (or 0xD8D5D7) is known color: Twilight. HEX triplet: D8, D5 and D7. RGB value is (216,213,215). Sum of RGB (Red+Green+Blue) = 216+213+215=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D5D7 is #272A28. Grayscale: #D6D6D6. Windows color (decimal): -2566697 or 14144984. OLE color: 14144984.
HSL color Cylindrical-coordinate representation of color #D8D5D7: hue angle of 320º degrees, saturation: 0.04, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D8D5D7 is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 213 | 215 | - |
CMYK | 0 | 0.01 | 0.00 | 0.15 |
HSL | 320º | 0.04% | 0.84% | - |
HSV(B) | 320º | 0.01% | 0.85% | - |
XYZ | 64.38 | 67.09 | 73.85 | - |
YUV | 214.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 213 | 215 | 0 | 0.01 | 0.00 | 0.15 | 320 | 0.04 | 0.84 |
Hex | D8 | D5 | D7 | 0 | 1 | 0 | F | 140 | 4 | 54 |
Octal | 330 | 325 | 327 | 0 | 1 | 0 | 17 | 500 | 4 | 124 |
Binary | 11011000 | 11010101 | 11010111 | 0 | 1 | 0 | 1111 | 101000000 | 100 | 1010100 |
Color Harmonies of #D8D5D7
Complementary color
Monochromatic Colors of #D8D5D7
Black with #D8D5D7
Text Example
Text Example
White with #D8D5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D5D7; }
p { color: rgb(216,213,215); }
H1.HeaderClassName
{
color: #D8D5D7;
}
.AnyTagClassName
{
color: #D8D5D7;
}
</style>
background-color css
<style>
a { background-color: #D8D5D7; }
a { background-color: rgb(216,213,215); }
div.DivClassName
{
background-color: #D8D5D7;
}
.BgClassName
{
background-color: #D8D5D7;
}
</style>
border-color css
<style>
span { border-color: #D8D5D7; }
span { border-color: rgb(216,213,215); }
td.TdClassName
{
border-color: #D8D5D7;
}
.TagClassName
{
border-color: #D8D5D7;
}
</style>