Shades of Twilight #D6BDC7
Tints of Twilight #D6BDC7
RGB
CMYK
RGB Variations
Color information
#D6BDC7 (or 0xD6BDC7) is known color: Twilight. HEX triplet: D6, BD and C7. RGB value is (214,189,199). Sum of RGB (Red+Green+Blue) = 214+189+199=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDC7 is #294238. Grayscale: #C5C5C5. Windows color (decimal): -2703929 or 13090262. OLE color: 13090262.
HSL color Cylindrical-coordinate representation of color #D6BDC7: hue angle of 336º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6BDC7 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 199 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.16 |
| HSL | 336º | 0.23% | 0.79% | - |
| HSV(B) | 336º | 0.12% | 0.84% | - |
| XYZ | 56.24 | 54.81 | 61.65 | - |
| YUV | 197.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 199 | 0 | 0.12 | 0.07 | 0.16 | 336 | 0.23 | 0.79 |
| Hex | D6 | BD | C7 | 0 | C | 7 | 10 | 150 | 17 | 4F |
| Octal | 326 | 275 | 307 | 0 | 14 | 7 | 20 | 520 | 27 | 117 |
| Binary | 11010110 | 10111101 | 11000111 | 0 | 1100 | 111 | 10000 | 101010000 | 10111 | 1001111 |
Color Harmonies of #D6BDC7
Complementary color
Monochromatic Colors of #D6BDC7
Black with #D6BDC7
Text Example
Text Example
White with #D6BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDC7; }
p { color: rgb(214,189,199); }
H1.HeaderClassName
{
color: #D6BDC7;
}
.AnyTagClassName
{
color: #D6BDC7;
}
</style>
background-color css
<style>
a { background-color: #D6BDC7; }
a { background-color: rgb(214,189,199); }
div.DivClassName
{
background-color: #D6BDC7;
}
.BgClassName
{
background-color: #D6BDC7;
}
</style>
border-color css
<style>
span { border-color: #D6BDC7; }
span { border-color: rgb(214,189,199); }
td.TdClassName
{
border-color: #D6BDC7;
}
.TagClassName
{
border-color: #D6BDC7;
}
</style>