Shades of Twilight #D0BFC5
Tints of Twilight #D0BFC5
RGB
CMYK
RGB Variations
Color information
#D0BFC5 (or 0xD0BFC5) is known color: Twilight. HEX triplet: D0, BF and C5. RGB value is (208,191,197). Sum of RGB (Red+Green+Blue) = 208+191+197=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFC5 is #2F403A. Grayscale: #C4C4C4. Windows color (decimal): -3096635 or 12959696. OLE color: 12959696.
HSL color Cylindrical-coordinate representation of color #D0BFC5: hue angle of 338.82º 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 #D0BFC5 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 197 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.18 |
| HSL | 338.82º | 0.15% | 0.78% | - |
| HSV(B) | 338.82º | 0.08% | 0.82% | - |
| XYZ | 54.72 | 54.7 | 60.5 | - |
| YUV | 196.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 197 | 0 | 0.08 | 0.05 | 0.18 | 338.82 | 0.15 | 0.78 |
| Hex | D0 | BF | C5 | 0 | 8 | 5 | 12 | 153 | F | 4E |
| Octal | 320 | 277 | 305 | 0 | 10 | 5 | 22 | 523 | 17 | 116 |
| Binary | 11010000 | 10111111 | 11000101 | 0 | 1000 | 101 | 10010 | 101010011 | 1111 | 1001110 |
Color Harmonies of #D0BFC5
Complementary color
Monochromatic Colors of #D0BFC5
Black with #D0BFC5
Text Example
Text Example
White with #D0BFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFC5; }
p { color: rgb(208,191,197); }
H1.HeaderClassName
{
color: #D0BFC5;
}
.AnyTagClassName
{
color: #D0BFC5;
}
</style>
background-color css
<style>
a { background-color: #D0BFC5; }
a { background-color: rgb(208,191,197); }
div.DivClassName
{
background-color: #D0BFC5;
}
.BgClassName
{
background-color: #D0BFC5;
}
</style>
border-color css
<style>
span { border-color: #D0BFC5; }
span { border-color: rgb(208,191,197); }
td.TdClassName
{
border-color: #D0BFC5;
}
.TagClassName
{
border-color: #D0BFC5;
}
</style>