Shades of Twilight #D9C1D1
Tints of Twilight #D9C1D1
RGB
CMYK
RGB Variations
Color information
#D9C1D1 (or 0xD9C1D1) is known color: Twilight. HEX triplet: D9, C1 and D1. RGB value is (217,193,209). Sum of RGB (Red+Green+Blue) = 217+193+209=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C1D1 is #263E2E. Grayscale: #C9C9C9. Windows color (decimal): -2506287 or 13746649. OLE color: 13746649.
HSL color Cylindrical-coordinate representation of color #D9C1D1: hue angle of 320º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9C1D1 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 209 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.15 |
| HSL | 320º | 0.24% | 0.8% | - |
| HSV(B) | 320º | 0.11% | 0.85% | - |
| XYZ | 59.19 | 57.5 | 68.3 | - |
| YUV | 202 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 209 | 0 | 0.11 | 0.04 | 0.15 | 320 | 0.24 | 0.8 |
| Hex | D9 | C1 | D1 | 0 | B | 4 | F | 140 | 18 | 50 |
| Octal | 331 | 301 | 321 | 0 | 13 | 4 | 17 | 500 | 30 | 120 |
| Binary | 11011001 | 11000001 | 11010001 | 0 | 1011 | 100 | 1111 | 101000000 | 11000 | 1010000 |
Color Harmonies of #D9C1D1
Complementary color
Monochromatic Colors of #D9C1D1
Black with #D9C1D1
Text Example
Text Example
White with #D9C1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C1D1; }
p { color: rgb(217,193,209); }
H1.HeaderClassName
{
color: #D9C1D1;
}
.AnyTagClassName
{
color: #D9C1D1;
}
</style>
background-color css
<style>
a { background-color: #D9C1D1; }
a { background-color: rgb(217,193,209); }
div.DivClassName
{
background-color: #D9C1D1;
}
.BgClassName
{
background-color: #D9C1D1;
}
</style>
border-color css
<style>
span { border-color: #D9C1D1; }
span { border-color: rgb(217,193,209); }
td.TdClassName
{
border-color: #D9C1D1;
}
.TagClassName
{
border-color: #D9C1D1;
}
</style>