Shades of Twilight #D2BFC6
Tints of Twilight #D2BFC6
RGB
CMYK
RGB Variations
Color information
#D2BFC6 (or 0xD2BFC6) is known color: Twilight. HEX triplet: D2, BF and C6. RGB value is (210,191,198). Sum of RGB (Red+Green+Blue) = 210+191+198=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFC6 is #2D4039. Grayscale: #C5C5C5. Windows color (decimal): -2965562 or 13025234. OLE color: 13025234.
HSL color Cylindrical-coordinate representation of color #D2BFC6: hue angle of 337.89º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2BFC6 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 198 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.18 |
| HSL | 337.89º | 0.17% | 0.79% | - |
| HSV(B) | 337.89º | 0.09% | 0.82% | - |
| XYZ | 55.4 | 55.04 | 61.13 | - |
| YUV | 197.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 198 | 0 | 0.09 | 0.06 | 0.18 | 337.89 | 0.17 | 0.79 |
| Hex | D2 | BF | C6 | 0 | 9 | 6 | 12 | 152 | 11 | 4F |
| Octal | 322 | 277 | 306 | 0 | 11 | 6 | 22 | 522 | 21 | 117 |
| Binary | 11010010 | 10111111 | 11000110 | 0 | 1001 | 110 | 10010 | 101010010 | 10001 | 1001111 |
Color Harmonies of #D2BFC6
Complementary color
Monochromatic Colors of #D2BFC6
Black with #D2BFC6
Text Example
Text Example
White with #D2BFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFC6; }
p { color: rgb(210,191,198); }
H1.HeaderClassName
{
color: #D2BFC6;
}
.AnyTagClassName
{
color: #D2BFC6;
}
</style>
background-color css
<style>
a { background-color: #D2BFC6; }
a { background-color: rgb(210,191,198); }
div.DivClassName
{
background-color: #D2BFC6;
}
.BgClassName
{
background-color: #D2BFC6;
}
</style>
border-color css
<style>
span { border-color: #D2BFC6; }
span { border-color: rgb(210,191,198); }
td.TdClassName
{
border-color: #D2BFC6;
}
.TagClassName
{
border-color: #D2BFC6;
}
</style>