Shades of Twilight #D5BCC7
Tints of Twilight #D5BCC7
RGB
CMYK
RGB Variations
Color information
#D5BCC7 (or 0xD5BCC7) is known color: Twilight. HEX triplet: D5, BC and C7. RGB value is (213,188,199). Sum of RGB (Red+Green+Blue) = 213+188+199=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCC7 is #2A4338. Grayscale: #C4C4C4. Windows color (decimal): -2769721 or 13090005. OLE color: 13090005.
HSL color Cylindrical-coordinate representation of color #D5BCC7: hue angle of 333.6º 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 #D5BCC7 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 199 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.16 |
| HSL | 333.6º | 0.23% | 0.79% | - |
| HSV(B) | 333.6º | 0.12% | 0.84% | - |
| XYZ | 55.73 | 54.24 | 61.56 | - |
| YUV | 196.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 199 | 0 | 0.12 | 0.07 | 0.16 | 333.6 | 0.23 | 0.79 |
| Hex | D5 | BC | C7 | 0 | C | 7 | 10 | 14E | 17 | 4F |
| Octal | 325 | 274 | 307 | 0 | 14 | 7 | 20 | 516 | 27 | 117 |
| Binary | 11010101 | 10111100 | 11000111 | 0 | 1100 | 111 | 10000 | 101001110 | 10111 | 1001111 |
Color Harmonies of #D5BCC7
Complementary color
Monochromatic Colors of #D5BCC7
Black with #D5BCC7
Text Example
Text Example
White with #D5BCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCC7; }
p { color: rgb(213,188,199); }
H1.HeaderClassName
{
color: #D5BCC7;
}
.AnyTagClassName
{
color: #D5BCC7;
}
</style>
background-color css
<style>
a { background-color: #D5BCC7; }
a { background-color: rgb(213,188,199); }
div.DivClassName
{
background-color: #D5BCC7;
}
.BgClassName
{
background-color: #D5BCC7;
}
</style>
border-color css
<style>
span { border-color: #D5BCC7; }
span { border-color: rgb(213,188,199); }
td.TdClassName
{
border-color: #D5BCC7;
}
.TagClassName
{
border-color: #D5BCC7;
}
</style>