Shades of Twilight #D5BCC6
Tints of Twilight #D5BCC6
RGB
CMYK
RGB Variations
Color information
#D5BCC6 (or 0xD5BCC6) is known color: Twilight. HEX triplet: D5, BC and C6. RGB value is (213,188,198). Sum of RGB (Red+Green+Blue) = 213+188+198=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCC6 is #2A4339. Grayscale: #C4C4C4. Windows color (decimal): -2769722 or 13024469. OLE color: 13024469.
HSL color Cylindrical-coordinate representation of color #D5BCC6: hue angle of 336º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BCC6 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 198 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.16 |
| HSL | 336º | 0.23% | 0.79% | - |
| HSV(B) | 336º | 0.12% | 0.84% | - |
| XYZ | 55.62 | 54.19 | 60.95 | - |
| YUV | 196.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 198 | 0 | 0.12 | 0.07 | 0.16 | 336 | 0.23 | 0.79 |
| Hex | D5 | BC | C6 | 0 | C | 7 | 10 | 150 | 17 | 4F |
| Octal | 325 | 274 | 306 | 0 | 14 | 7 | 20 | 520 | 27 | 117 |
| Binary | 11010101 | 10111100 | 11000110 | 0 | 1100 | 111 | 10000 | 101010000 | 10111 | 1001111 |
Color Harmonies of #D5BCC6
Complementary color
Monochromatic Colors of #D5BCC6
Black with #D5BCC6
Text Example
Text Example
White with #D5BCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCC6; }
p { color: rgb(213,188,198); }
H1.HeaderClassName
{
color: #D5BCC6;
}
.AnyTagClassName
{
color: #D5BCC6;
}
</style>
background-color css
<style>
a { background-color: #D5BCC6; }
a { background-color: rgb(213,188,198); }
div.DivClassName
{
background-color: #D5BCC6;
}
.BgClassName
{
background-color: #D5BCC6;
}
</style>
border-color css
<style>
span { border-color: #D5BCC6; }
span { border-color: rgb(213,188,198); }
td.TdClassName
{
border-color: #D5BCC6;
}
.TagClassName
{
border-color: #D5BCC6;
}
</style>