Shades of Twilight #D9B2C7
Tints of Twilight #D9B2C7
RGB
CMYK
RGB Variations
Color information
#D9B2C7 (or 0xD9B2C7) is known color: Twilight. HEX triplet: D9, B2 and C7. RGB value is (217,178,199). Sum of RGB (Red+Green+Blue) = 217+178+199=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B2C7 is #264D38. Grayscale: #C0C0C0. Windows color (decimal): -2510137 or 13087449. OLE color: 13087449.
HSL color Cylindrical-coordinate representation of color #D9B2C7: hue angle of 327.69º 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 #D9B2C7 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 178 | 199 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.15 |
| HSL | 327.69º | 0.34% | 0.77% | - |
| HSV(B) | 327.69º | 0.18% | 0.85% | - |
| XYZ | 54.84 | 50.72 | 60.93 | - |
| YUV | 192.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 178 | 199 | 0 | 0.18 | 0.08 | 0.15 | 327.69 | 0.34 | 0.77 |
| Hex | D9 | B2 | C7 | 0 | 12 | 8 | F | 148 | 22 | 4D |
| Octal | 331 | 262 | 307 | 0 | 22 | 10 | 17 | 510 | 42 | 115 |
| Binary | 11011001 | 10110010 | 11000111 | 0 | 10010 | 1000 | 1111 | 101001000 | 100010 | 1001101 |
Color Harmonies of #D9B2C7
Complementary color
Monochromatic Colors of #D9B2C7
Black with #D9B2C7
Text Example
Text Example
White with #D9B2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B2C7; }
p { color: rgb(217,178,199); }
H1.HeaderClassName
{
color: #D9B2C7;
}
.AnyTagClassName
{
color: #D9B2C7;
}
</style>
background-color css
<style>
a { background-color: #D9B2C7; }
a { background-color: rgb(217,178,199); }
div.DivClassName
{
background-color: #D9B2C7;
}
.BgClassName
{
background-color: #D9B2C7;
}
</style>
border-color css
<style>
span { border-color: #D9B2C7; }
span { border-color: rgb(217,178,199); }
td.TdClassName
{
border-color: #D9B2C7;
}
.TagClassName
{
border-color: #D9B2C7;
}
</style>