Shades of Twilight #D2B7C5
Tints of Twilight #D2B7C5
RGB
CMYK
RGB Variations
Color information
#D2B7C5 (or 0xD2B7C5) is known color: Twilight. HEX triplet: D2, B7 and C5. RGB value is (210,183,197). Sum of RGB (Red+Green+Blue) = 210+183+197=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B7C5 is #2D483A. Grayscale: #C0C0C0. Windows color (decimal): -2967611 or 12957650. OLE color: 12957650.
HSL color Cylindrical-coordinate representation of color #D2B7C5: hue angle of 328.89º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2B7C5 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 197 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.18 |
| HSL | 328.89º | 0.23% | 0.77% | - |
| HSV(B) | 328.89º | 0.13% | 0.82% | - |
| XYZ | 53.59 | 51.6 | 59.96 | - |
| YUV | 192.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 197 | 0 | 0.13 | 0.06 | 0.18 | 328.89 | 0.23 | 0.77 |
| Hex | D2 | B7 | C5 | 0 | D | 6 | 12 | 149 | 17 | 4D |
| Octal | 322 | 267 | 305 | 0 | 15 | 6 | 22 | 511 | 27 | 115 |
| Binary | 11010010 | 10110111 | 11000101 | 0 | 1101 | 110 | 10010 | 101001001 | 10111 | 1001101 |
Color Harmonies of #D2B7C5
Complementary color
Monochromatic Colors of #D2B7C5
Black with #D2B7C5
Text Example
Text Example
White with #D2B7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B7C5; }
p { color: rgb(210,183,197); }
H1.HeaderClassName
{
color: #D2B7C5;
}
.AnyTagClassName
{
color: #D2B7C5;
}
</style>
background-color css
<style>
a { background-color: #D2B7C5; }
a { background-color: rgb(210,183,197); }
div.DivClassName
{
background-color: #D2B7C5;
}
.BgClassName
{
background-color: #D2B7C5;
}
</style>
border-color css
<style>
span { border-color: #D2B7C5; }
span { border-color: rgb(210,183,197); }
td.TdClassName
{
border-color: #D2B7C5;
}
.TagClassName
{
border-color: #D2B7C5;
}
</style>