Shades of Twilight #D9B5C5
Tints of Twilight #D9B5C5
RGB
CMYK
RGB Variations
Color information
#D9B5C5 (or 0xD9B5C5) is known color: Twilight. HEX triplet: D9, B5 and C5. RGB value is (217,181,197). Sum of RGB (Red+Green+Blue) = 217+181+197=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B5C5 is #264A3A. Grayscale: #C1C1C1. Windows color (decimal): -2509371 or 12957145. OLE color: 12957145.
HSL color Cylindrical-coordinate representation of color #D9B5C5: hue angle of 333.33º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9B5C5 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 197 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.15 |
| HSL | 333.33º | 0.32% | 0.78% | - |
| HSV(B) | 333.33º | 0.17% | 0.85% | - |
| XYZ | 55.22 | 51.83 | 59.92 | - |
| YUV | 193.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 197 | 0 | 0.17 | 0.09 | 0.15 | 333.33 | 0.32 | 0.78 |
| Hex | D9 | B5 | C5 | 0 | 11 | 9 | F | 14D | 20 | 4E |
| Octal | 331 | 265 | 305 | 0 | 21 | 11 | 17 | 515 | 40 | 116 |
| Binary | 11011001 | 10110101 | 11000101 | 0 | 10001 | 1001 | 1111 | 101001101 | 100000 | 1001110 |
Color Harmonies of #D9B5C5
Complementary color
Monochromatic Colors of #D9B5C5
Black with #D9B5C5
Text Example
Text Example
White with #D9B5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B5C5; }
p { color: rgb(217,181,197); }
H1.HeaderClassName
{
color: #D9B5C5;
}
.AnyTagClassName
{
color: #D9B5C5;
}
</style>
background-color css
<style>
a { background-color: #D9B5C5; }
a { background-color: rgb(217,181,197); }
div.DivClassName
{
background-color: #D9B5C5;
}
.BgClassName
{
background-color: #D9B5C5;
}
</style>
border-color css
<style>
span { border-color: #D9B5C5; }
span { border-color: rgb(217,181,197); }
td.TdClassName
{
border-color: #D9B5C5;
}
.TagClassName
{
border-color: #D9B5C5;
}
</style>