Shades of Twilight #D6BBC7
Tints of Twilight #D6BBC7
RGB
CMYK
RGB Variations
Color information
#D6BBC7 (or 0xD6BBC7) is known color: Twilight. HEX triplet: D6, BB and C7. RGB value is (214,187,199). Sum of RGB (Red+Green+Blue) = 214+187+199=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBC7 is #294438. Grayscale: #C4C4C4. Windows color (decimal): -2704441 or 13089750. OLE color: 13089750.
HSL color Cylindrical-coordinate representation of color #D6BBC7: hue angle of 333.33º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BBC7 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 199 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.16 |
| HSL | 333.33º | 0.25% | 0.79% | - |
| HSV(B) | 333.33º | 0.13% | 0.84% | - |
| XYZ | 55.81 | 53.96 | 61.51 | - |
| YUV | 196.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 199 | 0 | 0.13 | 0.07 | 0.16 | 333.33 | 0.25 | 0.79 |
| Hex | D6 | BB | C7 | 0 | D | 7 | 10 | 14D | 19 | 4F |
| Octal | 326 | 273 | 307 | 0 | 15 | 7 | 20 | 515 | 31 | 117 |
| Binary | 11010110 | 10111011 | 11000111 | 0 | 1101 | 111 | 10000 | 101001101 | 11001 | 1001111 |
Color Harmonies of #D6BBC7
Complementary color
Monochromatic Colors of #D6BBC7
Black with #D6BBC7
Text Example
Text Example
White with #D6BBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBC7; }
p { color: rgb(214,187,199); }
H1.HeaderClassName
{
color: #D6BBC7;
}
.AnyTagClassName
{
color: #D6BBC7;
}
</style>
background-color css
<style>
a { background-color: #D6BBC7; }
a { background-color: rgb(214,187,199); }
div.DivClassName
{
background-color: #D6BBC7;
}
.BgClassName
{
background-color: #D6BBC7;
}
</style>
border-color css
<style>
span { border-color: #D6BBC7; }
span { border-color: rgb(214,187,199); }
td.TdClassName
{
border-color: #D6BBC7;
}
.TagClassName
{
border-color: #D6BBC7;
}
</style>