Shades of Twilight #D1C6CA
Tints of Twilight #D1C6CA
RGB
CMYK
RGB Variations
Color information
#D1C6CA (or 0xD1C6CA) is known color: Twilight. HEX triplet: D1, C6 and CA. RGB value is (209,198,202). Sum of RGB (Red+Green+Blue) = 209+198+202=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C6CA is #2E3935. Grayscale: #C9C9C9. Windows color (decimal): -3029302 or 13289169. OLE color: 13289169.
HSL color Cylindrical-coordinate representation of color #D1C6CA: hue angle of 338.18º 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 #D1C6CA is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 198 | 202 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.18 |
| HSL | 338.18º | 0.11% | 0.8% | - |
| HSV(B) | 338.18º | 0.05% | 0.82% | - |
| XYZ | 57.15 | 58.21 | 64.1 | - |
| YUV | 201.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 198 | 202 | 0 | 0.05 | 0.03 | 0.18 | 338.18 | 0.11 | 0.8 |
| Hex | D1 | C6 | CA | 0 | 5 | 3 | 12 | 152 | B | 50 |
| Octal | 321 | 306 | 312 | 0 | 5 | 3 | 22 | 522 | 13 | 120 |
| Binary | 11010001 | 11000110 | 11001010 | 0 | 101 | 11 | 10010 | 101010010 | 1011 | 1010000 |
Color Harmonies of #D1C6CA
Complementary color
Monochromatic Colors of #D1C6CA
Black with #D1C6CA
Text Example
Text Example
White with #D1C6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C6CA; }
p { color: rgb(209,198,202); }
H1.HeaderClassName
{
color: #D1C6CA;
}
.AnyTagClassName
{
color: #D1C6CA;
}
</style>
background-color css
<style>
a { background-color: #D1C6CA; }
a { background-color: rgb(209,198,202); }
div.DivClassName
{
background-color: #D1C6CA;
}
.BgClassName
{
background-color: #D1C6CA;
}
</style>
border-color css
<style>
span { border-color: #D1C6CA; }
span { border-color: rgb(209,198,202); }
td.TdClassName
{
border-color: #D1C6CA;
}
.TagClassName
{
border-color: #D1C6CA;
}
</style>