Shades of Twilight #D1C6CC
Tints of Twilight #D1C6CC
RGB
CMYK
RGB Variations
Color information
#D1C6CC (or 0xD1C6CC) is known color: Twilight. HEX triplet: D1, C6 and CC. RGB value is (209,198,204). Sum of RGB (Red+Green+Blue) = 209+198+204=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C6CC is #2E3933. Grayscale: #C9C9C9. Windows color (decimal): -3029300 or 13420241. OLE color: 13420241.
HSL color Cylindrical-coordinate representation of color #D1C6CC: hue angle of 327.27º degrees, saturation: 0.11, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1C6CC is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 198 | 204 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.18 |
| HSL | 327.27º | 0.11% | 0.8% | - |
| HSV(B) | 327.27º | 0.05% | 0.82% | - |
| XYZ | 57.39 | 58.3 | 65.36 | - |
| YUV | 201.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 198 | 204 | 0 | 0.05 | 0.02 | 0.18 | 327.27 | 0.11 | 0.8 |
| Hex | D1 | C6 | CC | 0 | 5 | 2 | 12 | 147 | B | 50 |
| Octal | 321 | 306 | 314 | 0 | 5 | 2 | 22 | 507 | 13 | 120 |
| Binary | 11010001 | 11000110 | 11001100 | 0 | 101 | 10 | 10010 | 101000111 | 1011 | 1010000 |
Color Harmonies of #D1C6CC
Complementary color
Monochromatic Colors of #D1C6CC
Black with #D1C6CC
Text Example
Text Example
White with #D1C6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C6CC; }
p { color: rgb(209,198,204); }
H1.HeaderClassName
{
color: #D1C6CC;
}
.AnyTagClassName
{
color: #D1C6CC;
}
</style>
background-color css
<style>
a { background-color: #D1C6CC; }
a { background-color: rgb(209,198,204); }
div.DivClassName
{
background-color: #D1C6CC;
}
.BgClassName
{
background-color: #D1C6CC;
}
</style>
border-color css
<style>
span { border-color: #D1C6CC; }
span { border-color: rgb(209,198,204); }
td.TdClassName
{
border-color: #D1C6CC;
}
.TagClassName
{
border-color: #D1C6CC;
}
</style>