Shades of Twilight #D9B3C9
Tints of Twilight #D9B3C9
RGB
CMYK
RGB Variations
Color information
#D9B3C9 (or 0xD9B3C9) is known color: Twilight. HEX triplet: D9, B3 and C9. RGB value is (217,179,201). Sum of RGB (Red+Green+Blue) = 217+179+201=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B3C9 is #264C36. Grayscale: #C0C0C0. Windows color (decimal): -2509879 or 13218777. OLE color: 13218777.
HSL color Cylindrical-coordinate representation of color #D9B3C9: hue angle of 325.26º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B3C9 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 179 | 201 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.15 |
| HSL | 325.26º | 0.33% | 0.78% | - |
| HSV(B) | 325.26º | 0.18% | 0.85% | - |
| XYZ | 55.28 | 51.21 | 62.23 | - |
| YUV | 192.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 201 | 0 | 0.18 | 0.07 | 0.15 | 325.26 | 0.33 | 0.78 |
| Hex | D9 | B3 | C9 | 0 | 12 | 7 | F | 145 | 21 | 4E |
| Octal | 331 | 263 | 311 | 0 | 22 | 7 | 17 | 505 | 41 | 116 |
| Binary | 11011001 | 10110011 | 11001001 | 0 | 10010 | 111 | 1111 | 101000101 | 100001 | 1001110 |
Color Harmonies of #D9B3C9
Complementary color
Monochromatic Colors of #D9B3C9
Black with #D9B3C9
Text Example
Text Example
White with #D9B3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B3C9; }
p { color: rgb(217,179,201); }
H1.HeaderClassName
{
color: #D9B3C9;
}
.AnyTagClassName
{
color: #D9B3C9;
}
</style>
background-color css
<style>
a { background-color: #D9B3C9; }
a { background-color: rgb(217,179,201); }
div.DivClassName
{
background-color: #D9B3C9;
}
.BgClassName
{
background-color: #D9B3C9;
}
</style>
border-color css
<style>
span { border-color: #D9B3C9; }
span { border-color: rgb(217,179,201); }
td.TdClassName
{
border-color: #D9B3C9;
}
.TagClassName
{
border-color: #D9B3C9;
}
</style>