Shades of Twilight #D5BCCE
Tints of Twilight #D5BCCE
RGB
CMYK
RGB Variations
Color information
#D5BCCE (or 0xD5BCCE) is known color: Twilight. HEX triplet: D5, BC and CE. RGB value is (213,188,206). Sum of RGB (Red+Green+Blue) = 213+188+206=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCCE is #2A4331. Grayscale: #C5C5C5. Windows color (decimal): -2769714 or 13548757. OLE color: 13548757.
HSL color Cylindrical-coordinate representation of color #D5BCCE: hue angle of 316.8º 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 #D5BCCE is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 206 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.16 |
| HSL | 316.8º | 0.23% | 0.79% | - |
| HSV(B) | 316.8º | 0.12% | 0.84% | - |
| XYZ | 56.56 | 54.57 | 65.94 | - |
| YUV | 197.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 206 | 0 | 0.12 | 0.03 | 0.16 | 316.8 | 0.23 | 0.79 |
| Hex | D5 | BC | CE | 0 | C | 3 | 10 | 13D | 17 | 4F |
| Octal | 325 | 274 | 316 | 0 | 14 | 3 | 20 | 475 | 27 | 117 |
| Binary | 11010101 | 10111100 | 11001110 | 0 | 1100 | 11 | 10000 | 100111101 | 10111 | 1001111 |
Color Harmonies of #D5BCCE
Complementary color
Monochromatic Colors of #D5BCCE
Black with #D5BCCE
Text Example
Text Example
White with #D5BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCCE; }
p { color: rgb(213,188,206); }
H1.HeaderClassName
{
color: #D5BCCE;
}
.AnyTagClassName
{
color: #D5BCCE;
}
</style>
background-color css
<style>
a { background-color: #D5BCCE; }
a { background-color: rgb(213,188,206); }
div.DivClassName
{
background-color: #D5BCCE;
}
.BgClassName
{
background-color: #D5BCCE;
}
</style>
border-color css
<style>
span { border-color: #D5BCCE; }
span { border-color: rgb(213,188,206); }
td.TdClassName
{
border-color: #D5BCCE;
}
.TagClassName
{
border-color: #D5BCCE;
}
</style>