Shades of Twilight #D7B6C4
Tints of Twilight #D7B6C4
RGB
CMYK
RGB Variations
Color information
#D7B6C4 (or 0xD7B6C4) is known color: Twilight. HEX triplet: D7, B6 and C4. RGB value is (215,182,196). Sum of RGB (Red+Green+Blue) = 215+182+196=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B6C4 is #28493B. Grayscale: #C1C1C1. Windows color (decimal): -2640188 or 12891863. OLE color: 12891863.
HSL color Cylindrical-coordinate representation of color #D7B6C4: hue angle of 334.55º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7B6C4 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 182 | 196 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.16 |
| HSL | 334.55º | 0.29% | 0.78% | - |
| HSV(B) | 334.55º | 0.15% | 0.84% | - |
| XYZ | 54.72 | 51.89 | 59.36 | - |
| YUV | 193.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 182 | 196 | 0 | 0.15 | 0.09 | 0.16 | 334.55 | 0.29 | 0.78 |
| Hex | D7 | B6 | C4 | 0 | F | 9 | 10 | 14F | 1D | 4E |
| Octal | 327 | 266 | 304 | 0 | 17 | 11 | 20 | 517 | 35 | 116 |
| Binary | 11010111 | 10110110 | 11000100 | 0 | 1111 | 1001 | 10000 | 101001111 | 11101 | 1001110 |
Color Harmonies of #D7B6C4
Complementary color
Monochromatic Colors of #D7B6C4
Black with #D7B6C4
Text Example
Text Example
White with #D7B6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B6C4; }
p { color: rgb(215,182,196); }
H1.HeaderClassName
{
color: #D7B6C4;
}
.AnyTagClassName
{
color: #D7B6C4;
}
</style>
background-color css
<style>
a { background-color: #D7B6C4; }
a { background-color: rgb(215,182,196); }
div.DivClassName
{
background-color: #D7B6C4;
}
.BgClassName
{
background-color: #D7B6C4;
}
</style>
border-color css
<style>
span { border-color: #D7B6C4; }
span { border-color: rgb(215,182,196); }
td.TdClassName
{
border-color: #D7B6C4;
}
.TagClassName
{
border-color: #D7B6C4;
}
</style>