Shades of Twilight #D5BFCD
Tints of Twilight #D5BFCD
RGB
CMYK
RGB Variations
Color information
#D5BFCD (or 0xD5BFCD) is known color: Twilight. HEX triplet: D5, BF and CD. RGB value is (213,191,205). Sum of RGB (Red+Green+Blue) = 213+191+205=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFCD is #2A4032. Grayscale: #C7C7C7. Windows color (decimal): -2768947 or 13483989. OLE color: 13483989.
HSL color Cylindrical-coordinate representation of color #D5BFCD: hue angle of 321.82º 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 #D5BFCD is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 205 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.16 |
| HSL | 321.82º | 0.21% | 0.79% | - |
| HSV(B) | 321.82º | 0.1% | 0.84% | - |
| XYZ | 57.09 | 55.82 | 65.52 | - |
| YUV | 199.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 205 | 0 | 0.10 | 0.04 | 0.16 | 321.82 | 0.21 | 0.79 |
| Hex | D5 | BF | CD | 0 | A | 4 | 10 | 142 | 15 | 4F |
| Octal | 325 | 277 | 315 | 0 | 12 | 4 | 20 | 502 | 25 | 117 |
| Binary | 11010101 | 10111111 | 11001101 | 0 | 1010 | 100 | 10000 | 101000010 | 10101 | 1001111 |
Color Harmonies of #D5BFCD
Complementary color
Monochromatic Colors of #D5BFCD
Black with #D5BFCD
Text Example
Text Example
White with #D5BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BFCD; }
p { color: rgb(213,191,205); }
H1.HeaderClassName
{
color: #D5BFCD;
}
.AnyTagClassName
{
color: #D5BFCD;
}
</style>
background-color css
<style>
a { background-color: #D5BFCD; }
a { background-color: rgb(213,191,205); }
div.DivClassName
{
background-color: #D5BFCD;
}
.BgClassName
{
background-color: #D5BFCD;
}
</style>
border-color css
<style>
span { border-color: #D5BFCD; }
span { border-color: rgb(213,191,205); }
td.TdClassName
{
border-color: #D5BFCD;
}
.TagClassName
{
border-color: #D5BFCD;
}
</style>