Shades of Twilight #D1C1C9
Tints of Twilight #D1C1C9
RGB
CMYK
RGB Variations
Color information
#D1C1C9 (or 0xD1C1C9) is known color: Twilight. HEX triplet: D1, C1 and C9. RGB value is (209,193,201). Sum of RGB (Red+Green+Blue) = 209+193+201=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C1C9 is #2E3E36. Grayscale: #C6C6C6. Windows color (decimal): -3030583 or 13222353. OLE color: 13222353.
HSL color Cylindrical-coordinate representation of color #D1C1C9: hue angle of 330º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1C1C9 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 201 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.18 |
| HSL | 330º | 0.15% | 0.79% | - |
| HSV(B) | 330º | 0.08% | 0.82% | - |
| XYZ | 55.91 | 55.91 | 63.1 | - |
| YUV | 198.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 201 | 0 | 0.08 | 0.04 | 0.18 | 330 | 0.15 | 0.79 |
| Hex | D1 | C1 | C9 | 0 | 8 | 4 | 12 | 14A | F | 4F |
| Octal | 321 | 301 | 311 | 0 | 10 | 4 | 22 | 512 | 17 | 117 |
| Binary | 11010001 | 11000001 | 11001001 | 0 | 1000 | 100 | 10010 | 101001010 | 1111 | 1001111 |
Color Harmonies of #D1C1C9
Complementary color
Monochromatic Colors of #D1C1C9
Black with #D1C1C9
Text Example
Text Example
White with #D1C1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C1C9; }
p { color: rgb(209,193,201); }
H1.HeaderClassName
{
color: #D1C1C9;
}
.AnyTagClassName
{
color: #D1C1C9;
}
</style>
background-color css
<style>
a { background-color: #D1C1C9; }
a { background-color: rgb(209,193,201); }
div.DivClassName
{
background-color: #D1C1C9;
}
.BgClassName
{
background-color: #D1C1C9;
}
</style>
border-color css
<style>
span { border-color: #D1C1C9; }
span { border-color: rgb(209,193,201); }
td.TdClassName
{
border-color: #D1C1C9;
}
.TagClassName
{
border-color: #D1C1C9;
}
</style>