Shades of Twilight #D0BFC6
Tints of Twilight #D0BFC6
RGB
CMYK
RGB Variations
Color information
#D0BFC6 (or 0xD0BFC6) is known color: Twilight. HEX triplet: D0, BF and C6. RGB value is (208,191,198). Sum of RGB (Red+Green+Blue) = 208+191+198=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFC6 is #2F4039. Grayscale: #C4C4C4. Windows color (decimal): -3096634 or 13025232. OLE color: 13025232.
HSL color Cylindrical-coordinate representation of color #D0BFC6: hue angle of 335.29º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0BFC6 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 198 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.18 |
| HSL | 335.29º | 0.15% | 0.78% | - |
| HSV(B) | 335.29º | 0.08% | 0.82% | - |
| XYZ | 54.84 | 54.75 | 61.1 | - |
| YUV | 196.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 198 | 0 | 0.08 | 0.05 | 0.18 | 335.29 | 0.15 | 0.78 |
| Hex | D0 | BF | C6 | 0 | 8 | 5 | 12 | 14F | F | 4E |
| Octal | 320 | 277 | 306 | 0 | 10 | 5 | 22 | 517 | 17 | 116 |
| Binary | 11010000 | 10111111 | 11000110 | 0 | 1000 | 101 | 10010 | 101001111 | 1111 | 1001110 |
Color Harmonies of #D0BFC6
Complementary color
Monochromatic Colors of #D0BFC6
Black with #D0BFC6
Text Example
Text Example
White with #D0BFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFC6; }
p { color: rgb(208,191,198); }
H1.HeaderClassName
{
color: #D0BFC6;
}
.AnyTagClassName
{
color: #D0BFC6;
}
</style>
background-color css
<style>
a { background-color: #D0BFC6; }
a { background-color: rgb(208,191,198); }
div.DivClassName
{
background-color: #D0BFC6;
}
.BgClassName
{
background-color: #D0BFC6;
}
</style>
border-color css
<style>
span { border-color: #D0BFC6; }
span { border-color: rgb(208,191,198); }
td.TdClassName
{
border-color: #D0BFC6;
}
.TagClassName
{
border-color: #D0BFC6;
}
</style>