Shades of Twilight #D5B7CA
Tints of Twilight #D5B7CA
RGB
CMYK
RGB Variations
Color information
#D5B7CA (or 0xD5B7CA) is known color: Twilight. HEX triplet: D5, B7 and CA. RGB value is (213,183,202). Sum of RGB (Red+Green+Blue) = 213+183+202=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B7CA is #2A4835. Grayscale: #C2C2C2. Windows color (decimal): -2770998 or 13285333. OLE color: 13285333.
HSL color Cylindrical-coordinate representation of color #D5B7CA: hue angle of 322º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5B7CA is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 183 | 202 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.16 |
| HSL | 322º | 0.26% | 0.78% | - |
| HSV(B) | 322º | 0.14% | 0.84% | - |
| XYZ | 55.03 | 52.28 | 63.07 | - |
| YUV | 194.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 202 | 0 | 0.14 | 0.05 | 0.16 | 322 | 0.26 | 0.78 |
| Hex | D5 | B7 | CA | 0 | E | 5 | 10 | 142 | 1A | 4E |
| Octal | 325 | 267 | 312 | 0 | 16 | 5 | 20 | 502 | 32 | 116 |
| Binary | 11010101 | 10110111 | 11001010 | 0 | 1110 | 101 | 10000 | 101000010 | 11010 | 1001110 |
Color Harmonies of #D5B7CA
Complementary color
Monochromatic Colors of #D5B7CA
Black with #D5B7CA
Text Example
Text Example
White with #D5B7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B7CA; }
p { color: rgb(213,183,202); }
H1.HeaderClassName
{
color: #D5B7CA;
}
.AnyTagClassName
{
color: #D5B7CA;
}
</style>
background-color css
<style>
a { background-color: #D5B7CA; }
a { background-color: rgb(213,183,202); }
div.DivClassName
{
background-color: #D5B7CA;
}
.BgClassName
{
background-color: #D5B7CA;
}
</style>
border-color css
<style>
span { border-color: #D5B7CA; }
span { border-color: rgb(213,183,202); }
td.TdClassName
{
border-color: #D5B7CA;
}
.TagClassName
{
border-color: #D5B7CA;
}
</style>