Shades of Twilight #D7B7CC
Tints of Twilight #D7B7CC
RGB
CMYK
RGB Variations
Color information
#D7B7CC (or 0xD7B7CC) is known color: Twilight. HEX triplet: D7, B7 and CC. RGB value is (215,183,204). Sum of RGB (Red+Green+Blue) = 215+183+204=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B7CC is #284833. Grayscale: #C2C2C2. Windows color (decimal): -2639924 or 13416407. OLE color: 13416407.
HSL color Cylindrical-coordinate representation of color #D7B7CC: hue angle of 320.62º 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 #D7B7CC is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 204 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.16 |
| HSL | 320.63º | 0.29% | 0.78% | - |
| HSV(B) | 320.63º | 0.15% | 0.84% | - |
| XYZ | 55.86 | 52.67 | 64.35 | - |
| YUV | 194.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 204 | 0 | 0.15 | 0.05 | 0.16 | 320.63 | 0.29 | 0.78 |
| Hex | D7 | B7 | CC | 0 | F | 5 | 10 | 141 | 1D | 4E |
| Octal | 327 | 267 | 314 | 0 | 17 | 5 | 20 | 501 | 35 | 116 |
| Binary | 11010111 | 10110111 | 11001100 | 0 | 1111 | 101 | 10000 | 101000001 | 11101 | 1001110 |
Color Harmonies of #D7B7CC
Complementary color
Monochromatic Colors of #D7B7CC
Black with #D7B7CC
Text Example
Text Example
White with #D7B7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B7CC; }
p { color: rgb(215,183,204); }
H1.HeaderClassName
{
color: #D7B7CC;
}
.AnyTagClassName
{
color: #D7B7CC;
}
</style>
background-color css
<style>
a { background-color: #D7B7CC; }
a { background-color: rgb(215,183,204); }
div.DivClassName
{
background-color: #D7B7CC;
}
.BgClassName
{
background-color: #D7B7CC;
}
</style>
border-color css
<style>
span { border-color: #D7B7CC; }
span { border-color: rgb(215,183,204); }
td.TdClassName
{
border-color: #D7B7CC;
}
.TagClassName
{
border-color: #D7B7CC;
}
</style>