Shades of Twilight #D0BCC7
Tints of Twilight #D0BCC7
RGB
CMYK
RGB Variations
Color information
#D0BCC7 (or 0xD0BCC7) is known color: Twilight. HEX triplet: D0, BC and C7. RGB value is (208,188,199). Sum of RGB (Red+Green+Blue) = 208+188+199=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCC7 is #2F4338. Grayscale: #C3C3C3. Windows color (decimal): -3097401 or 13090000. OLE color: 13090000.
HSL color Cylindrical-coordinate representation of color #D0BCC7: hue angle of 327º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0BCC7 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 199 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.18 |
| HSL | 327º | 0.18% | 0.78% | - |
| HSV(B) | 327º | 0.1% | 0.82% | - |
| XYZ | 54.3 | 53.5 | 61.5 | - |
| YUV | 195.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 199 | 0 | 0.10 | 0.04 | 0.18 | 327 | 0.18 | 0.78 |
| Hex | D0 | BC | C7 | 0 | A | 4 | 12 | 147 | 12 | 4E |
| Octal | 320 | 274 | 307 | 0 | 12 | 4 | 22 | 507 | 22 | 116 |
| Binary | 11010000 | 10111100 | 11000111 | 0 | 1010 | 100 | 10010 | 101000111 | 10010 | 1001110 |
Color Harmonies of #D0BCC7
Complementary color
Monochromatic Colors of #D0BCC7
Black with #D0BCC7
Text Example
Text Example
White with #D0BCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCC7; }
p { color: rgb(208,188,199); }
H1.HeaderClassName
{
color: #D0BCC7;
}
.AnyTagClassName
{
color: #D0BCC7;
}
</style>
background-color css
<style>
a { background-color: #D0BCC7; }
a { background-color: rgb(208,188,199); }
div.DivClassName
{
background-color: #D0BCC7;
}
.BgClassName
{
background-color: #D0BCC7;
}
</style>
border-color css
<style>
span { border-color: #D0BCC7; }
span { border-color: rgb(208,188,199); }
td.TdClassName
{
border-color: #D0BCC7;
}
.TagClassName
{
border-color: #D0BCC7;
}
</style>