Shades of Twilight #D0BCC5
Tints of Twilight #D0BCC5
RGB
CMYK
RGB Variations
Color information
#D0BCC5 (or 0xD0BCC5) is known color: Twilight. HEX triplet: D0, BC and C5. RGB value is (208,188,197). Sum of RGB (Red+Green+Blue) = 208+188+197=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCC5 is #2F433A. Grayscale: #C2C2C2. Windows color (decimal): -3097403 or 12958928. OLE color: 12958928.
HSL color Cylindrical-coordinate representation of color #D0BCC5: hue angle of 333º 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 #D0BCC5 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 197 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.18 |
| HSL | 333º | 0.18% | 0.78% | - |
| HSV(B) | 333º | 0.1% | 0.82% | - |
| XYZ | 54.07 | 53.41 | 60.28 | - |
| YUV | 195.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 197 | 0 | 0.10 | 0.05 | 0.18 | 333 | 0.18 | 0.78 |
| Hex | D0 | BC | C5 | 0 | A | 5 | 12 | 14D | 12 | 4E |
| Octal | 320 | 274 | 305 | 0 | 12 | 5 | 22 | 515 | 22 | 116 |
| Binary | 11010000 | 10111100 | 11000101 | 0 | 1010 | 101 | 10010 | 101001101 | 10010 | 1001110 |
Color Harmonies of #D0BCC5
Complementary color
Monochromatic Colors of #D0BCC5
Black with #D0BCC5
Text Example
Text Example
White with #D0BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCC5; }
p { color: rgb(208,188,197); }
H1.HeaderClassName
{
color: #D0BCC5;
}
.AnyTagClassName
{
color: #D0BCC5;
}
</style>
background-color css
<style>
a { background-color: #D0BCC5; }
a { background-color: rgb(208,188,197); }
div.DivClassName
{
background-color: #D0BCC5;
}
.BgClassName
{
background-color: #D0BCC5;
}
</style>
border-color css
<style>
span { border-color: #D0BCC5; }
span { border-color: rgb(208,188,197); }
td.TdClassName
{
border-color: #D0BCC5;
}
.TagClassName
{
border-color: #D0BCC5;
}
</style>