Shades of Twilight #D5BFCE
Tints of Twilight #D5BFCE
RGB
CMYK
RGB Variations
Color information
#D5BFCE (or 0xD5BFCE) is known color: Twilight. HEX triplet: D5, BF and CE. RGB value is (213,191,206). Sum of RGB (Red+Green+Blue) = 213+191+206=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFCE is #2A4031. Grayscale: #C7C7C7. Windows color (decimal): -2768946 or 13549525. OLE color: 13549525.
HSL color Cylindrical-coordinate representation of color #D5BFCE: hue angle of 319.09º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5BFCE is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 206 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.16 |
| HSL | 319.09º | 0.21% | 0.79% | - |
| HSV(B) | 319.09º | 0.1% | 0.84% | - |
| XYZ | 57.21 | 55.86 | 66.16 | - |
| YUV | 199.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 206 | 0 | 0.10 | 0.03 | 0.16 | 319.09 | 0.21 | 0.79 |
| Hex | D5 | BF | CE | 0 | A | 3 | 10 | 13F | 15 | 4F |
| Octal | 325 | 277 | 316 | 0 | 12 | 3 | 20 | 477 | 25 | 117 |
| Binary | 11010101 | 10111111 | 11001110 | 0 | 1010 | 11 | 10000 | 100111111 | 10101 | 1001111 |
Color Harmonies of #D5BFCE
Complementary color
Monochromatic Colors of #D5BFCE
Black with #D5BFCE
Text Example
Text Example
White with #D5BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BFCE; }
p { color: rgb(213,191,206); }
H1.HeaderClassName
{
color: #D5BFCE;
}
.AnyTagClassName
{
color: #D5BFCE;
}
</style>
background-color css
<style>
a { background-color: #D5BFCE; }
a { background-color: rgb(213,191,206); }
div.DivClassName
{
background-color: #D5BFCE;
}
.BgClassName
{
background-color: #D5BFCE;
}
</style>
border-color css
<style>
span { border-color: #D5BFCE; }
span { border-color: rgb(213,191,206); }
td.TdClassName
{
border-color: #D5BFCE;
}
.TagClassName
{
border-color: #D5BFCE;
}
</style>