Shades of Twilight #D7C8CF
Tints of Twilight #D7C8CF
RGB
CMYK
RGB Variations
Color information
#D7C8CF (or 0xD7C8CF) is known color: Twilight. HEX triplet: D7, C8 and CF. RGB value is (215,200,207). Sum of RGB (Red+Green+Blue) = 215+200+207=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C8CF is #283730. Grayscale: #CDCDCD. Windows color (decimal): -2635569 or 13617367. OLE color: 13617367.
HSL color Cylindrical-coordinate representation of color #D7C8CF: hue angle of 332º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7C8CF is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 207 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.16 |
| HSL | 332º | 0.16% | 0.81% | - |
| HSV(B) | 332º | 0.07% | 0.84% | - |
| XYZ | 59.94 | 60.26 | 67.5 | - |
| YUV | 205.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 207 | 0 | 0.07 | 0.04 | 0.16 | 332 | 0.16 | 0.81 |
| Hex | D7 | C8 | CF | 0 | 7 | 4 | 10 | 14C | 10 | 51 |
| Octal | 327 | 310 | 317 | 0 | 7 | 4 | 20 | 514 | 20 | 121 |
| Binary | 11010111 | 11001000 | 11001111 | 0 | 111 | 100 | 10000 | 101001100 | 10000 | 1010001 |
Color Harmonies of #D7C8CF
Complementary color
Monochromatic Colors of #D7C8CF
Black with #D7C8CF
Text Example
Text Example
White with #D7C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C8CF; }
p { color: rgb(215,200,207); }
H1.HeaderClassName
{
color: #D7C8CF;
}
.AnyTagClassName
{
color: #D7C8CF;
}
</style>
background-color css
<style>
a { background-color: #D7C8CF; }
a { background-color: rgb(215,200,207); }
div.DivClassName
{
background-color: #D7C8CF;
}
.BgClassName
{
background-color: #D7C8CF;
}
</style>
border-color css
<style>
span { border-color: #D7C8CF; }
span { border-color: rgb(215,200,207); }
td.TdClassName
{
border-color: #D7C8CF;
}
.TagClassName
{
border-color: #D7C8CF;
}
</style>