Shades of Twilight #D9B1C6
Tints of Twilight #D9B1C6
RGB
CMYK
RGB Variations
Color information
#D9B1C6 (or 0xD9B1C6) is known color: Twilight. HEX triplet: D9, B1 and C6. RGB value is (217,177,198). Sum of RGB (Red+Green+Blue) = 217+177+198=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B1C6 is #264E39. Grayscale: #BFBFBF. Windows color (decimal): -2510394 or 13021657. OLE color: 13021657.
HSL color Cylindrical-coordinate representation of color #D9B1C6: hue angle of 328.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B1C6 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 198 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.15 |
| HSL | 328.5º | 0.34% | 0.77% | - |
| HSV(B) | 328.5º | 0.18% | 0.85% | - |
| XYZ | 54.53 | 50.27 | 60.26 | - |
| YUV | 191.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 198 | 0 | 0.18 | 0.09 | 0.15 | 328.5 | 0.34 | 0.77 |
| Hex | D9 | B1 | C6 | 0 | 12 | 9 | F | 148 | 22 | 4D |
| Octal | 331 | 261 | 306 | 0 | 22 | 11 | 17 | 510 | 42 | 115 |
| Binary | 11011001 | 10110001 | 11000110 | 0 | 10010 | 1001 | 1111 | 101001000 | 100010 | 1001101 |
Color Harmonies of #D9B1C6
Complementary color
Monochromatic Colors of #D9B1C6
Black with #D9B1C6
Text Example
Text Example
White with #D9B1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B1C6; }
p { color: rgb(217,177,198); }
H1.HeaderClassName
{
color: #D9B1C6;
}
.AnyTagClassName
{
color: #D9B1C6;
}
</style>
background-color css
<style>
a { background-color: #D9B1C6; }
a { background-color: rgb(217,177,198); }
div.DivClassName
{
background-color: #D9B1C6;
}
.BgClassName
{
background-color: #D9B1C6;
}
</style>
border-color css
<style>
span { border-color: #D9B1C6; }
span { border-color: rgb(217,177,198); }
td.TdClassName
{
border-color: #D9B1C6;
}
.TagClassName
{
border-color: #D9B1C6;
}
</style>