Shades of Twilight #DCB1C6
Tints of Twilight #DCB1C6
RGB
CMYK
RGB Variations
Color information
#DCB1C6 (or 0xDCB1C6) is known color: Twilight. HEX triplet: DC, B1 and C6. RGB value is (220,177,198). Sum of RGB (Red+Green+Blue) = 220+177+198=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1C6 is #234E39. Grayscale: #C0C0C0. Windows color (decimal): -2313786 or 13021660. OLE color: 13021660.
HSL color Cylindrical-coordinate representation of color #DCB1C6: hue angle of 330.7º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB1C6 is Cyan = 0, Magento = 0.20, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 198 | - |
| CMYK | 0 | 0.20 | 0.1 | 0.14 |
| HSL | 330.7º | 0.38% | 0.78% | - |
| HSV(B) | 330.7º | 0.2% | 0.86% | - |
| XYZ | 55.43 | 50.74 | 60.3 | - |
| YUV | 192.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 198 | 0 | 0.20 | 0.1 | 0.14 | 330.7 | 0.38 | 0.78 |
| Hex | DC | B1 | C6 | 0 | 14 | A | E | 14B | 26 | 4E |
| Octal | 334 | 261 | 306 | 0 | 24 | 12 | 16 | 513 | 46 | 116 |
| Binary | 11011100 | 10110001 | 11000110 | 0 | 10100 | 1010 | 1110 | 101001011 | 100110 | 1001110 |
Color Harmonies of #DCB1C6
Complementary color
Monochromatic Colors of #DCB1C6
Black with #DCB1C6
Text Example
Text Example
White with #DCB1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1C6; }
p { color: rgb(220,177,198); }
H1.HeaderClassName
{
color: #DCB1C6;
}
.AnyTagClassName
{
color: #DCB1C6;
}
</style>
background-color css
<style>
a { background-color: #DCB1C6; }
a { background-color: rgb(220,177,198); }
div.DivClassName
{
background-color: #DCB1C6;
}
.BgClassName
{
background-color: #DCB1C6;
}
</style>
border-color css
<style>
span { border-color: #DCB1C6; }
span { border-color: rgb(220,177,198); }
td.TdClassName
{
border-color: #DCB1C6;
}
.TagClassName
{
border-color: #DCB1C6;
}
</style>