Shades of Twilight #D7B8C8
Tints of Twilight #D7B8C8
RGB
CMYK
RGB Variations
Color information
#D7B8C8 (or 0xD7B8C8) is known color: Twilight. HEX triplet: D7, B8 and C8. RGB value is (215,184,200). Sum of RGB (Red+Green+Blue) = 215+184+200=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B8C8 is #284737. Grayscale: #C3C3C3. Windows color (decimal): -2639672 or 13154519. OLE color: 13154519.
HSL color Cylindrical-coordinate representation of color #D7B8C8: hue angle of 329.03º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7B8C8 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 184 | 200 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.16 |
| HSL | 329.03º | 0.28% | 0.78% | - |
| HSV(B) | 329.03º | 0.14% | 0.84% | - |
| XYZ | 55.59 | 52.9 | 61.92 | - |
| YUV | 195.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 200 | 0 | 0.14 | 0.07 | 0.16 | 329.03 | 0.28 | 0.78 |
| Hex | D7 | B8 | C8 | 0 | E | 7 | 10 | 149 | 1C | 4E |
| Octal | 327 | 270 | 310 | 0 | 16 | 7 | 20 | 511 | 34 | 116 |
| Binary | 11010111 | 10111000 | 11001000 | 0 | 1110 | 111 | 10000 | 101001001 | 11100 | 1001110 |
Color Harmonies of #D7B8C8
Complementary color
Monochromatic Colors of #D7B8C8
Black with #D7B8C8
Text Example
Text Example
White with #D7B8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B8C8; }
p { color: rgb(215,184,200); }
H1.HeaderClassName
{
color: #D7B8C8;
}
.AnyTagClassName
{
color: #D7B8C8;
}
</style>
background-color css
<style>
a { background-color: #D7B8C8; }
a { background-color: rgb(215,184,200); }
div.DivClassName
{
background-color: #D7B8C8;
}
.BgClassName
{
background-color: #D7B8C8;
}
</style>
border-color css
<style>
span { border-color: #D7B8C8; }
span { border-color: rgb(215,184,200); }
td.TdClassName
{
border-color: #D7B8C8;
}
.TagClassName
{
border-color: #D7B8C8;
}
</style>