Shades of Twilight #DCBCCE
Tints of Twilight #DCBCCE
RGB
CMYK
RGB Variations
Color information
#DCBCCE (or 0xDCBCCE) is known color: Twilight. HEX triplet: DC, BC and CE. RGB value is (220,188,206). Sum of RGB (Red+Green+Blue) = 220+188+206=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCCE is #234331. Grayscale: #C7C7C7. Windows color (decimal): -2310962 or 13548764. OLE color: 13548764.
HSL color Cylindrical-coordinate representation of color #DCBCCE: hue angle of 326.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBCCE is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 206 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.14 |
| HSL | 326.25º | 0.31% | 0.8% | - |
| HSV(B) | 326.25º | 0.15% | 0.86% | - |
| XYZ | 58.64 | 55.64 | 66.04 | - |
| YUV | 199.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 206 | 0 | 0.15 | 0.06 | 0.14 | 326.25 | 0.31 | 0.8 |
| Hex | DC | BC | CE | 0 | F | 6 | E | 146 | 1F | 50 |
| Octal | 334 | 274 | 316 | 0 | 17 | 6 | 16 | 506 | 37 | 120 |
| Binary | 11011100 | 10111100 | 11001110 | 0 | 1111 | 110 | 1110 | 101000110 | 11111 | 1010000 |
Color Harmonies of #DCBCCE
Complementary color
Monochromatic Colors of #DCBCCE
Black with #DCBCCE
Text Example
Text Example
White with #DCBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCCE; }
p { color: rgb(220,188,206); }
H1.HeaderClassName
{
color: #DCBCCE;
}
.AnyTagClassName
{
color: #DCBCCE;
}
</style>
background-color css
<style>
a { background-color: #DCBCCE; }
a { background-color: rgb(220,188,206); }
div.DivClassName
{
background-color: #DCBCCE;
}
.BgClassName
{
background-color: #DCBCCE;
}
</style>
border-color css
<style>
span { border-color: #DCBCCE; }
span { border-color: rgb(220,188,206); }
td.TdClassName
{
border-color: #DCBCCE;
}
.TagClassName
{
border-color: #DCBCCE;
}
</style>