Shades of Twilight #D5BBC7
Tints of Twilight #D5BBC7
RGB
CMYK
RGB Variations
Color information
#D5BBC7 (or 0xD5BBC7) is known color: Twilight. HEX triplet: D5, BB and C7. RGB value is (213,187,199). Sum of RGB (Red+Green+Blue) = 213+187+199=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBC7 is #2A4438. Grayscale: #C4C4C4. Windows color (decimal): -2769977 or 13089749. OLE color: 13089749.
HSL color Cylindrical-coordinate representation of color #D5BBC7: hue angle of 332.31º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BBC7 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 199 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.16 |
| HSL | 332.31º | 0.24% | 0.78% | - |
| HSV(B) | 332.31º | 0.12% | 0.84% | - |
| XYZ | 55.52 | 53.81 | 61.49 | - |
| YUV | 196.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 199 | 0 | 0.12 | 0.07 | 0.16 | 332.31 | 0.24 | 0.78 |
| Hex | D5 | BB | C7 | 0 | C | 7 | 10 | 14C | 18 | 4E |
| Octal | 325 | 273 | 307 | 0 | 14 | 7 | 20 | 514 | 30 | 116 |
| Binary | 11010101 | 10111011 | 11000111 | 0 | 1100 | 111 | 10000 | 101001100 | 11000 | 1001110 |
Color Harmonies of #D5BBC7
Complementary color
Monochromatic Colors of #D5BBC7
Black with #D5BBC7
Text Example
Text Example
White with #D5BBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBC7; }
p { color: rgb(213,187,199); }
H1.HeaderClassName
{
color: #D5BBC7;
}
.AnyTagClassName
{
color: #D5BBC7;
}
</style>
background-color css
<style>
a { background-color: #D5BBC7; }
a { background-color: rgb(213,187,199); }
div.DivClassName
{
background-color: #D5BBC7;
}
.BgClassName
{
background-color: #D5BBC7;
}
</style>
border-color css
<style>
span { border-color: #D5BBC7; }
span { border-color: rgb(213,187,199); }
td.TdClassName
{
border-color: #D5BBC7;
}
.TagClassName
{
border-color: #D5BBC7;
}
</style>