Shades of Twilight #D0C1CB
Tints of Twilight #D0C1CB
RGB
CMYK
RGB Variations
Color information
#D0C1CB (or 0xD0C1CB) is known color: Twilight. HEX triplet: D0, C1 and CB. RGB value is (208,193,203). Sum of RGB (Red+Green+Blue) = 208+193+203=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C1CB is #2F3E34. Grayscale: #C6C6C6. Windows color (decimal): -3096117 or 13353424. OLE color: 13353424.
HSL color Cylindrical-coordinate representation of color #D0C1CB: hue angle of 320º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0C1CB is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 203 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.18 |
| HSL | 320º | 0.14% | 0.79% | - |
| HSV(B) | 320º | 0.07% | 0.82% | - |
| XYZ | 55.86 | 55.86 | 64.34 | - |
| YUV | 198.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 203 | 0 | 0.07 | 0.02 | 0.18 | 320 | 0.14 | 0.79 |
| Hex | D0 | C1 | CB | 0 | 7 | 2 | 12 | 140 | E | 4F |
| Octal | 320 | 301 | 313 | 0 | 7 | 2 | 22 | 500 | 16 | 117 |
| Binary | 11010000 | 11000001 | 11001011 | 0 | 111 | 10 | 10010 | 101000000 | 1110 | 1001111 |
Color Harmonies of #D0C1CB
Complementary color
Monochromatic Colors of #D0C1CB
Black with #D0C1CB
Text Example
Text Example
White with #D0C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C1CB; }
p { color: rgb(208,193,203); }
H1.HeaderClassName
{
color: #D0C1CB;
}
.AnyTagClassName
{
color: #D0C1CB;
}
</style>
background-color css
<style>
a { background-color: #D0C1CB; }
a { background-color: rgb(208,193,203); }
div.DivClassName
{
background-color: #D0C1CB;
}
.BgClassName
{
background-color: #D0C1CB;
}
</style>
border-color css
<style>
span { border-color: #D0C1CB; }
span { border-color: rgb(208,193,203); }
td.TdClassName
{
border-color: #D0C1CB;
}
.TagClassName
{
border-color: #D0C1CB;
}
</style>