Shades of Twilight #D5BFCC
Tints of Twilight #D5BFCC
RGB
CMYK
RGB Variations
Color information
#D5BFCC (or 0xD5BFCC) is known color: Twilight. HEX triplet: D5, BF and CC. RGB value is (213,191,204). Sum of RGB (Red+Green+Blue) = 213+191+204=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFCC is #2A4033. Grayscale: #C7C7C7. Windows color (decimal): -2768948 or 13418453. OLE color: 13418453.
HSL color Cylindrical-coordinate representation of color #D5BFCC: hue angle of 324.55º 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 #D5BFCC is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 204 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.16 |
| HSL | 324.55º | 0.21% | 0.79% | - |
| HSV(B) | 324.55º | 0.1% | 0.84% | - |
| XYZ | 56.97 | 55.77 | 64.89 | - |
| YUV | 199.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 204 | 0 | 0.10 | 0.04 | 0.16 | 324.55 | 0.21 | 0.79 |
| Hex | D5 | BF | CC | 0 | A | 4 | 10 | 145 | 15 | 4F |
| Octal | 325 | 277 | 314 | 0 | 12 | 4 | 20 | 505 | 25 | 117 |
| Binary | 11010101 | 10111111 | 11001100 | 0 | 1010 | 100 | 10000 | 101000101 | 10101 | 1001111 |
Color Harmonies of #D5BFCC
Complementary color
Monochromatic Colors of #D5BFCC
Black with #D5BFCC
Text Example
Text Example
White with #D5BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BFCC; }
p { color: rgb(213,191,204); }
H1.HeaderClassName
{
color: #D5BFCC;
}
.AnyTagClassName
{
color: #D5BFCC;
}
</style>
background-color css
<style>
a { background-color: #D5BFCC; }
a { background-color: rgb(213,191,204); }
div.DivClassName
{
background-color: #D5BFCC;
}
.BgClassName
{
background-color: #D5BFCC;
}
</style>
border-color css
<style>
span { border-color: #D5BFCC; }
span { border-color: rgb(213,191,204); }
td.TdClassName
{
border-color: #D5BFCC;
}
.TagClassName
{
border-color: #D5BFCC;
}
</style>