Shades of Twilight #D1C0CB
Tints of Twilight #D1C0CB
RGB
CMYK
RGB Variations
Color information
#D1C0CB (or 0xD1C0CB) is known color: Twilight. HEX triplet: D1, C0 and CB. RGB value is (209,192,203). Sum of RGB (Red+Green+Blue) = 209+192+203=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C0CB is #2E3F34. Grayscale: #C6C6C6. Windows color (decimal): -3030837 or 13353169. OLE color: 13353169.
HSL color Cylindrical-coordinate representation of color #D1C0CB: hue angle of 321.18º degrees, saturation: 0.16, 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 #D1C0CB is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 203 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.18 |
| HSL | 321.18º | 0.16% | 0.79% | - |
| HSV(B) | 321.18º | 0.08% | 0.82% | - |
| XYZ | 55.92 | 55.57 | 64.28 | - |
| YUV | 198.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 203 | 0 | 0.08 | 0.03 | 0.18 | 321.18 | 0.16 | 0.79 |
| Hex | D1 | C0 | CB | 0 | 8 | 3 | 12 | 141 | 10 | 4F |
| Octal | 321 | 300 | 313 | 0 | 10 | 3 | 22 | 501 | 20 | 117 |
| Binary | 11010001 | 11000000 | 11001011 | 0 | 1000 | 11 | 10010 | 101000001 | 10000 | 1001111 |
Color Harmonies of #D1C0CB
Complementary color
Monochromatic Colors of #D1C0CB
Black with #D1C0CB
Text Example
Text Example
White with #D1C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C0CB; }
p { color: rgb(209,192,203); }
H1.HeaderClassName
{
color: #D1C0CB;
}
.AnyTagClassName
{
color: #D1C0CB;
}
</style>
background-color css
<style>
a { background-color: #D1C0CB; }
a { background-color: rgb(209,192,203); }
div.DivClassName
{
background-color: #D1C0CB;
}
.BgClassName
{
background-color: #D1C0CB;
}
</style>
border-color css
<style>
span { border-color: #D1C0CB; }
span { border-color: rgb(209,192,203); }
td.TdClassName
{
border-color: #D1C0CB;
}
.TagClassName
{
border-color: #D1C0CB;
}
</style>