Shades of Twilight #D5B9CA
Tints of Twilight #D5B9CA
RGB
CMYK
RGB Variations
Color information
#D5B9CA (or 0xD5B9CA) is known color: Twilight. HEX triplet: D5, B9 and CA. RGB value is (213,185,202). Sum of RGB (Red+Green+Blue) = 213+185+202=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B9CA is #2A4635. Grayscale: #C3C3C3. Windows color (decimal): -2770486 or 13285845. OLE color: 13285845.
HSL color Cylindrical-coordinate representation of color #D5B9CA: hue angle of 323.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5B9CA is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 202 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.16 |
| HSL | 323.57º | 0.25% | 0.78% | - |
| HSV(B) | 323.57º | 0.13% | 0.84% | - |
| XYZ | 55.45 | 53.11 | 63.21 | - |
| YUV | 195.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 202 | 0 | 0.13 | 0.05 | 0.16 | 323.57 | 0.25 | 0.78 |
| Hex | D5 | B9 | CA | 0 | D | 5 | 10 | 144 | 19 | 4E |
| Octal | 325 | 271 | 312 | 0 | 15 | 5 | 20 | 504 | 31 | 116 |
| Binary | 11010101 | 10111001 | 11001010 | 0 | 1101 | 101 | 10000 | 101000100 | 11001 | 1001110 |
Color Harmonies of #D5B9CA
Complementary color
Monochromatic Colors of #D5B9CA
Black with #D5B9CA
Text Example
Text Example
White with #D5B9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B9CA; }
p { color: rgb(213,185,202); }
H1.HeaderClassName
{
color: #D5B9CA;
}
.AnyTagClassName
{
color: #D5B9CA;
}
</style>
background-color css
<style>
a { background-color: #D5B9CA; }
a { background-color: rgb(213,185,202); }
div.DivClassName
{
background-color: #D5B9CA;
}
.BgClassName
{
background-color: #D5B9CA;
}
</style>
border-color css
<style>
span { border-color: #D5B9CA; }
span { border-color: rgb(213,185,202); }
td.TdClassName
{
border-color: #D5B9CA;
}
.TagClassName
{
border-color: #D5B9CA;
}
</style>