Shades of Twilight #D2B6C5
Tints of Twilight #D2B6C5
RGB
CMYK
RGB Variations
Color information
#D2B6C5 (or 0xD2B6C5) is known color: Twilight. HEX triplet: D2, B6 and C5. RGB value is (210,182,197). Sum of RGB (Red+Green+Blue) = 210+182+197=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B6C5 is #2D493A. Grayscale: #C0C0C0. Windows color (decimal): -2967867 or 12957394. OLE color: 12957394.
HSL color Cylindrical-coordinate representation of color #D2B6C5: hue angle of 327.86º degrees, saturation: 0.24, 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 #D2B6C5 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 197 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.18 |
| HSL | 327.86º | 0.24% | 0.77% | - |
| HSV(B) | 327.86º | 0.13% | 0.82% | - |
| XYZ | 53.38 | 51.19 | 59.89 | - |
| YUV | 192.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 197 | 0 | 0.13 | 0.06 | 0.18 | 327.86 | 0.24 | 0.77 |
| Hex | D2 | B6 | C5 | 0 | D | 6 | 12 | 148 | 18 | 4D |
| Octal | 322 | 266 | 305 | 0 | 15 | 6 | 22 | 510 | 30 | 115 |
| Binary | 11010010 | 10110110 | 11000101 | 0 | 1101 | 110 | 10010 | 101001000 | 11000 | 1001101 |
Color Harmonies of #D2B6C5
Complementary color
Monochromatic Colors of #D2B6C5
Black with #D2B6C5
Text Example
Text Example
White with #D2B6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B6C5; }
p { color: rgb(210,182,197); }
H1.HeaderClassName
{
color: #D2B6C5;
}
.AnyTagClassName
{
color: #D2B6C5;
}
</style>
background-color css
<style>
a { background-color: #D2B6C5; }
a { background-color: rgb(210,182,197); }
div.DivClassName
{
background-color: #D2B6C5;
}
.BgClassName
{
background-color: #D2B6C5;
}
</style>
border-color css
<style>
span { border-color: #D2B6C5; }
span { border-color: rgb(210,182,197); }
td.TdClassName
{
border-color: #D2B6C5;
}
.TagClassName
{
border-color: #D2B6C5;
}
</style>